Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInsertVSETVLI.cpp58 uint8_t TailAgnostic : 1; member in __anone594c2dd0111::VSETVLIInfo
65 : AVLImm(0), TailAgnostic(false), MaskAgnostic(false), MaskRegOp(false), in VSETVLIInfo()
118 TailAgnostic = RISCVVType::isTailAgnostic(VType); in setVTYPE()
126 TailAgnostic = TA; in setVTYPE()
134 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in encodeVTYPE()
146 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) == in hasSameVTYPE()
147 std::tie(Other.VLMul, Other.SEW, Other.TailAgnostic, in hasSameVTYPE()
204 TailAgnostic == InstrInfo.TailAgnostic && in isCompatible()
379 bool TailAgnostic = true; in computeInfoForInstr() local
382 TailAgnostic = false; in computeInfoForInstr()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVBaseInfo.cpp111 bool TailAgnostic, bool MaskAgnostic) { in encodeVTYPE() argument
116 if (TailAgnostic) in encodeVTYPE()
DRISCVBaseInfo.h322 unsigned encodeVTYPE(RISCVII::VLMUL VLMUL, unsigned SEW, bool TailAgnostic,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1577 bool TailAgnostic; in parseVTypeI() local
1579 TailAgnostic = true; in parseVTypeI()
1581 TailAgnostic = false; in parseVTypeI()
1600 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic); in parseVTypeI()