Searched refs:isTailAgnostic (Results 1 – 4 of 4) sorted by relevance
113 inline static bool isTailAgnostic(unsigned VType) { return VType & 0x40; } in isTailAgnostic() function
203 if (isTailAgnostic(VType)) in printVType()
376 if (Used.TailPolicy && RISCVVType::isTailAgnostic(CurVType) != in areCompatibleVTYPEs()377 RISCVVType::isTailAgnostic(NewVType)) in areCompatibleVTYPEs()673 TailAgnostic = RISCVVType::isTailAgnostic(VType); in setVTYPE()
248 if (!RISCVVType::isTailAgnostic(VType)) in isConvertibleToVMV_V_V()