Searched refs:TailAgnostic (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 535 uint8_t TailAgnostic : 1; member in __anoncddf45c50111::VSETVLIInfo 541 : AVLImm(0), TailAgnostic(false), MaskAgnostic(false), in VSETVLIInfo() 612 bool getTailAgnostic() const { return TailAgnostic; } in getTailAgnostic() 673 TailAgnostic = RISCVVType::isTailAgnostic(VType); in setVTYPE() 681 TailAgnostic = TA; in setVTYPE() 690 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in encodeVTYPE() 702 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) == in hasSameVTYPE() 703 std::tie(Other.VLMul, Other.SEW, Other.TailAgnostic, in hasSameVTYPE() 841 << "TailAgnostic=" << (bool)TailAgnostic << ", " in print() 1001 bool TailAgnostic = true; in computeInfoForInstr() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 159 unsigned encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, bool TailAgnostic, in encodeVTYPE() argument 165 if (TailAgnostic) in encodeVTYPE()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | RISCVTargetParser.h | 81 unsigned encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, bool TailAgnostic,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 124 unsigned &Lmul, bool &Fractional, bool &TailAgnostic, 2170 bool &Fractional, bool &TailAgnostic, in parseVTypeToken() argument 2210 TailAgnostic = true; in parseVTypeToken() 2212 TailAgnostic = false; in parseVTypeToken() 2240 bool TailAgnostic = false; in parseVTypeI() local 2246 if (parseVTypeToken(getTok(), State, Sew, Lmul, Fractional, TailAgnostic, in parseVTypeI() 2253 if (parseVTypeToken(getTok(), State, Sew, Lmul, Fractional, TailAgnostic, in parseVTypeI() 2274 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic); in parseVTypeI()
|