Searched refs:hasDef (Results 1 – 3 of 3) sorted by relevance
310 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()380 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()387 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()
2017 bool hasDef = false; in verifyLiveRangeValue() local2033 hasDef = true; in verifyLiveRangeValue()2038 if (!hasDef) { in verifyLiveRangeValue()
99 bool hasDef() const { return HasDef; } in hasDef() function