Searched refs:hasDef (Results 1 – 6 of 6) sorted by relevance
107 bool hasDef = false; in trivialSpillEverywhere() local113 hasDef |= mi->getOperand(i).isDef(); in trivialSpillEverywhere()129 assert(hasUse || hasDef); in trivialSpillEverywhere()142 if (hasDef) { in trivialSpillEverywhere()
205 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value."); in recordStackMapOpers()260 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()267 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i) in recordPatchPoint()
128 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function361 if (!SVI->second.hasDef()) in propagateSiblingValue()380 assert(SV.hasDef() && "Propagating undefined value"); in propagateSiblingValue()398 if (!DepSV.hasDef()) { in propagateSiblingValue()
1398 bool hasDef = false; in verifyLiveRangeValue() local1411 hasDef = true; in verifyLiveRangeValue()1416 if (!hasDef) { in verifyLiveRangeValue()
52 bool hasDef() const { return HasDef; } in hasDef() function
6917 bool hasDef = !CI.getType()->isVoidTy(); in visitPatchpoint() local6940 if (hasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()7006 if (isAnyRegCC && hasDef) { in visitPatchpoint()7025 if (hasDef) { in visitPatchpoint()7036 if (isAnyRegCC && hasDef) { in visitPatchpoint()