Searched refs:hasDef (Results 1 – 8 of 8) sorted by relevance
108 bool hasDef = false; in trivialSpillEverywhere() local114 hasDef |= mi->getOperand(i).isDef(); in trivialSpillEverywhere()134 assert(hasUse || hasDef); in trivialSpillEverywhere()152 if (hasDef) { in trivialSpillEverywhere()
122 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function354 if (!SVI->second.hasDef()) in propagateSiblingValue()375 assert(SV.hasDef() && "Propagating undefined value"); in propagateSiblingValue()393 if (!DepSV.hasDef()) { in propagateSiblingValue()
311 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()381 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()388 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()
1920 bool hasDef = false; in verifyLiveRangeValue() local1936 hasDef = true; in verifyLiveRangeValue()1941 if (!hasDef) { in verifyLiveRangeValue()
295 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()360 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()367 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()
1630 bool hasDef = false; in verifyLiveRangeValue() local1646 hasDef = true; in verifyLiveRangeValue()1651 if (!hasDef) { in verifyLiveRangeValue()
53 bool hasDef() const { return HasDef; } in hasDef() function
99 bool hasDef() const { return HasDef; } in hasDef() function