Searched refs:VTM (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 387 VTM = VectorTypeModifier::Widening2XVector; in parsePrototypeDescriptor() 399 VTM = VectorTypeModifier::MaskVector; in parsePrototypeDescriptor() 442 VTM = VectorTypeModifier::Log2EEW3; in parsePrototypeDescriptor() 445 VTM = VectorTypeModifier::Log2EEW4; in parsePrototypeDescriptor() 448 VTM = VectorTypeModifier::Log2EEW5; in parsePrototypeDescriptor() 451 VTM = VectorTypeModifier::Log2EEW6; in parsePrototypeDescriptor() 465 VTM = VectorTypeModifier::FixedSEW8; in parsePrototypeDescriptor() 468 VTM = VectorTypeModifier::FixedSEW16; in parsePrototypeDescriptor() 471 VTM = VectorTypeModifier::FixedSEW32; in parsePrototypeDescriptor() 474 VTM = VectorTypeModifier::FixedSEW64; in parsePrototypeDescriptor() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 99 VectorTypeModifier VTM = VectorTypeModifier::NoModifier, 101 : PT(static_cast<uint8_t>(PT)), VTM(static_cast<uint8_t>(VTM)), in PT() 103 constexpr PrototypeDescriptor(uint8_t PT, uint8_t VTM, uint8_t TM) in PrototypeDescriptor() 104 : PT(PT), VTM(VTM), TM(TM) {} in PrototypeDescriptor() 107 uint8_t VTM = static_cast<uint8_t>(VectorTypeModifier::NoModifier); member 114 return PD.PT == PT && PD.VTM == VTM && PD.TM == TM; 117 return std::tie(PT, VTM, TM) < std::tie(PD.PT, PD.VTM, PD.TM);
|
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 283 << static_cast<int>(Sig.VTM) << ", " << static_cast<int>(Sig.TM) in print()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 267 VTM, enumerator
|
| H A D | SystemZOperators.td | 356 def z_vtm : SDNode<"SystemZISD::VTM", SDT_ZCmp>;
|
| H A D | SystemZScheduleZ13.td | 1317 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZScheduleZ16.td | 1383 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZScheduleZ15.td | 1377 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZScheduleZ14.td | 1339 def : InstRW<[WLat4, VecStr, NormalGr], (instregex "VTM$")>;
|
| H A D | SystemZInstrVector.td | 1027 def VTM : CompareVRRa<"vtm", 0xE7D8, z_vtm, v128b, 0>;
|
| H A D | SystemZISelLowering.cpp | 2065 Opcode = SystemZISD::VTM; in isIntrinsicWithCC() 5997 OPCODE(VTM); in getTargetNodeName()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | vec-intrinsics-01.ll | 1710 ; VTM with no processing of the result. 1721 ; VTM, storing to %ptr if all bits are set.
|