Lines Matching defs:MaskAgnostic
536 uint8_t MaskAgnostic : 1;
541 : AVLImm(0), TailAgnostic(false), MaskAgnostic(false),
613 bool getMaskAgnostic() const { return MaskAgnostic; }
674 MaskAgnostic = RISCVVType::isMaskAgnostic(VType);
682 MaskAgnostic = MA;
690 return RISCVVType::encodeVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic);
702 return std::tie(VLMul, SEW, TailAgnostic, MaskAgnostic) ==
704 Other.MaskAgnostic);
842 << "MaskAgnostic=" << (bool)MaskAgnostic << ", "
1002 bool MaskAgnostic = true;
1006 MaskAgnostic = false;
1015 MaskAgnostic = Policy & RISCVII::MASK_AGNOSTIC;
1024 MaskAgnostic = true;
1068 InstrInfo.setVTYPE(VLMul, SEW, TailAgnostic, MaskAgnostic);