Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp536 uint8_t MaskAgnostic : 1; member in __anoncddf45c50111::VSETVLIInfo
541 : AVLImm(0), TailAgnostic(false), MaskAgnostic(false), in VSETVLIInfo()
613 bool getMaskAgnostic() const { return MaskAgnostic; } in getMaskAgnostic()
674 MaskAgnostic = RISCVVType::isMaskAgnostic(VType); in setVTYPE()
682 MaskAgnostic = MA; in setVTYPE()
690 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in encodeVTYPE()
702 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) == in hasSameVTYPE()
704 Other.MaskAgnostic); in hasSameVTYPE()
842 << "MaskAgnostic=" << (bool)MaskAgnostic << ", " in print()
1002 bool MaskAgnostic = true; in computeInfoForInstr() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVTargetParser.cpp160 bool MaskAgnostic) { in encodeVTYPE() argument
167 if (MaskAgnostic) in encodeVTYPE()
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVTargetParser.h82 bool MaskAgnostic);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp125 bool &MaskAgnostic);
2171 bool &MaskAgnostic) { in parseVTypeToken() argument
2219 MaskAgnostic = true; in parseVTypeToken()
2221 MaskAgnostic = false; in parseVTypeToken()
2241 bool MaskAgnostic = false; in parseVTypeI() local
2247 MaskAgnostic)) in parseVTypeI()
2254 MaskAgnostic)) in parseVTypeI()
2274 RISCVVType::encodeVTYPE(VLMUL, Sew, TailAgnostic, MaskAgnostic); in parseVTypeI()