Home
last modified time | relevance | path

Searched refs:TailAgnostic (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp506 uint8_t TailAgnostic : 1; member in __anoncddf45c50111::VSETVLIInfo
512 : AVLImm(0), TailAgnostic(false), MaskAgnostic(false), in VSETVLIInfo()
583 bool getTailAgnostic() const { return TailAgnostic; } in getTailAgnostic()
644 TailAgnostic = RISCVVType::isTailAgnostic(VType); in setVTYPE()
652 TailAgnostic = TA; in setVTYPE()
661 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in encodeVTYPE()
673 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) == in hasSameVTYPE()
674 std::tie(Other.VLMul, Other.SEW, Other.TailAgnostic, in hasSameVTYPE()
822 << "TailAgnostic=" << (bool)TailAgnostic << ", " in print()
980 bool TailAgnostic = true; in computeInfoForInstr() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp160 unsigned encodeVTYPE(VLMUL VLMul, unsigned SEW, bool TailAgnostic, in encodeVTYPE() argument
166 if (TailAgnostic) in encodeVTYPE()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h100 LLVM_ABI unsigned encodeVTYPE(VLMUL VLMUL, unsigned SEW, bool TailAgnostic,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp123 unsigned &Lmul, bool &Fractional, bool &TailAgnostic,
2251 bool &Fractional, bool &TailAgnostic, in parseVTypeToken() argument
2297 TailAgnostic = true; in parseVTypeToken()
2299 TailAgnostic = false; in parseVTypeToken()
2329 bool TailAgnostic = false; in parseVTypeI() local
2334 if (parseVTypeToken(getTok(), State, Sew, Lmul, Fractional, TailAgnostic, in parseVTypeI()
2361 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic); in parseVTypeI()