Searched refs:hasDef (Results 1 – 4 of 4) sorted by relevance
503 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers() 555 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint() 562 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()
892 bool hasDef = false; in stripValuesNotDefiningMask() 905 hasDef = true; in stripValuesNotDefiningMask() 909 if (!hasDef) in stripValuesNotDefiningMask() 889 bool hasDef = false; stripValuesNotDefiningMask() local
3449 bool hasDef = false; in verifyLiveRangeValue() local3464 hasDef = true; in verifyLiveRangeValue()3469 if (!hasDef) { in verifyLiveRangeValue()
98 bool hasDef() const { return HasDef; } in hasDef() function