Home
last modified time | relevance | path

Searched refs:VTM (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp412 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 DRISCVVIntrinsicUtils.h174 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 Dk3-am62.dtsi87 <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
104 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
H A Dk3-am64.dtsi58 <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
H A Dk3-am62a.dtsi113 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
H A Dk3-am62p.dtsi110 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
H A Dk3-j722s.dtsi216 ranges = <0x00 0x00b00000 0x00 0x00b00000 0x00 0x00002400>, /* VTM */
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp309 << static_cast<int>(Sig.VTM) << ", " << static_cast<int>(Sig.TM) in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h273 VTM, enumerator
H A DSystemZOperators.td379 def z_vtm : SDNode<"SystemZISD::VTM", SDT_ZCmp>;
H A DSystemZISelLowering.cpp2287 Opcode = SystemZISD::VTM; in isIntrinsicWithCC()
2858 C.Opcode = SystemZISD::VTM; in adjustForTestUnderMask()
6469 OPCODE(VTM); in getTargetNodeName()
H A DSystemZScheduleZ13.td1315 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
H A DSystemZScheduleZ14.td1337 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
H A DSystemZScheduleZ15.td1376 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
H A DSystemZScheduleZ16.td1382 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
H A DSystemZInstrVector.td1043 def VTM : CompareVRRa<"vtm", 0xE7D8, z_vtm, v128b, 0>;