Lines Matching refs:MaskAgnostic
536 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
1006 MaskAgnostic = false; in computeInfoForInstr()
1015 MaskAgnostic = Policy & RISCVII::MASK_AGNOSTIC; in computeInfoForInstr()
1024 MaskAgnostic = true; in computeInfoForInstr()
1068 InstrInfo.setVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic); in computeInfoForInstr()