Searched refs:TailAgnostic (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVInsertVSETVLI.cpp | 308 uint8_t TailAgnostic : 1; member in __anon4c2f49c10111::VSETVLIInfo 314 : AVLImm(0), TailAgnostic(false), MaskAgnostic(false), in VSETVLIInfo() 380 TailAgnostic = RISCVVType::isTailAgnostic(VType); in setVTYPE() 388 TailAgnostic = TA; in setVTYPE() 395 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in encodeVTYPE() 407 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) == in hasSameVTYPE() 408 std::tie(Other.VLMul, Other.SEW, Other.TailAgnostic, in hasSameVTYPE() 551 << "TailAgnostic=" << (bool)TailAgnostic << ", " in print() 639 bool TailAgnostic, MaskAgnostic; in INITIALIZE_PASS() local 643 TailAgnostic = false; in INITIALIZE_PASS() [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVBaseInfo.cpp | 136 bool TailAgnostic, bool MaskAgnostic) { in encodeVTYPE() argument 141 if (TailAgnostic) in encodeVTYPE()
|
| D | RISCVBaseInfo.h | 428 unsigned encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, bool TailAgnostic,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/ |
| D | RISCVAsmParser.cpp | 1753 bool TailAgnostic; in parseVTypeI() local 1755 TailAgnostic = true; in parseVTypeI() 1757 TailAgnostic = false; in parseVTypeI() 1774 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic); in parseVTypeI()
|