Searched refs:VTM (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 440 VTM = VectorTypeModifier::MaskVector; in parsePrototypeDescriptor() 486 VTM = VectorTypeModifier::Log2EEW3; in parsePrototypeDescriptor() 489 VTM = VectorTypeModifier::Log2EEW4; in parsePrototypeDescriptor() 492 VTM = VectorTypeModifier::Log2EEW5; in parsePrototypeDescriptor() 495 VTM = VectorTypeModifier::Log2EEW6; in parsePrototypeDescriptor() 509 VTM = VectorTypeModifier::FixedSEW8; in parsePrototypeDescriptor() 512 VTM = VectorTypeModifier::FixedSEW16; in parsePrototypeDescriptor() 515 VTM = VectorTypeModifier::FixedSEW32; in parsePrototypeDescriptor() 518 VTM = VectorTypeModifier::FixedSEW64; in parsePrototypeDescriptor() 627 VTM = getTupleVTM(NF); in parsePrototypeDescriptor() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 174 VectorTypeModifier VTM = VectorTypeModifier::NoModifier, 176 : PT(static_cast<uint8_t>(PT)), VTM(static_cast<uint8_t>(VTM)), in PT() 178 constexpr PrototypeDescriptor(uint8_t PT, uint8_t VTM, uint8_t TM) in PrototypeDescriptor() 179 : PT(PT), VTM(VTM), TM(TM) {} in PrototypeDescriptor() 182 uint8_t VTM = static_cast<uint8_t>(VectorTypeModifier::NoModifier); member 189 return PD.PT == PT && PD.VTM == VTM && PD.TM == TM; 192 return std::tie(PT, VTM, TM) < std::tie(PD.PT, PD.VTM, PD.TM);
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | ti,j72xx-thermal.yaml | 7 title: Texas Instruments J72XX VTM (DTS) 14 Management (VTM) device to control up to 8 temperature diode 33 - description: VTM cfg1 register space 34 - description: VTM cfg2 register space
|
| H A D | ti,am654-thermal.yaml | 7 title: Texas Instruments AM654 VTM (DTS)
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am62a.dtsi | 111 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 307 << static_cast<int>(Sig.VTM) << ", " << static_cast<int>(Sig.TM) in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 273 VTM, enumerator
|
| H A D | SystemZOperators.td | 375 def z_vtm : SDNode<"SystemZISD::VTM", SDT_ZCmp>;
|
| H A D | SystemZISelLowering.cpp | 2264 Opcode = SystemZISD::VTM; in isIntrinsicWithCC() 2835 C.Opcode = SystemZISD::VTM; in adjustForTestUnderMask() 6406 OPCODE(VTM); in getTargetNodeName()
|
| H A D | SystemZScheduleZ13.td | 1315 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZScheduleZ16.td | 1381 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZScheduleZ14.td | 1337 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZScheduleZ15.td | 1375 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZInstrVector.td | 1043 def VTM : CompareVRRa<"vtm", 0xE7D8, z_vtm, v128b, 0>;
|