Searched refs:VTM (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 412 VectorTypeModifier VTM = VectorTypeModifier::NoModifier; in parsePrototypeDescriptor() local 428 VTM = VectorTypeModifier::Widening2XVector; in parsePrototypeDescriptor() 432 VTM = VectorTypeModifier::Widening4XVector; in parsePrototypeDescriptor() 436 VTM = VectorTypeModifier::Widening8XVector; in parsePrototypeDescriptor() 440 VTM = VectorTypeModifier::MaskVector; in parsePrototypeDescriptor() 468 assert(VTM == VectorTypeModifier::NoModifier && 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() [all …]
|
/freebsd/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/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62.dtsi | 87 <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */ 104 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
|
H A D | k3-am64.dtsi | 58 <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
|
H A D | k3-am62a.dtsi | 113 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
|
H A D | k3-am62p.dtsi | 110 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
|
H A D | k3-j722s.dtsi | 216 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | RISCVVEmitter.cpp | 309 << static_cast<int>(Sig.VTM) << ", " << static_cast<int>(Sig.TM) in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 273 VTM, enumerator
|
H A D | SystemZOperators.td | 379 def z_vtm : SDNode<"SystemZISD::VTM", SDT_ZCmp>;
|
H A D | SystemZISelLowering.cpp | 2287 Opcode = SystemZISD::VTM; in isIntrinsicWithCC() 2858 C.Opcode = SystemZISD::VTM; in adjustForTestUnderMask() 6469 OPCODE(VTM); in getTargetNodeName()
|
H A D | SystemZScheduleZ13.td | 1315 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 | 1376 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
H A D | SystemZScheduleZ16.td | 1382 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
H A D | SystemZInstrVector.td | 1043 def VTM : CompareVRRa<"vtm", 0xE7D8, z_vtm, v128b, 0>;
|