Home
last modified time | relevance | path

Searched refs:hasDef (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/lib/CodeGen/
HDSpiller.cpp108 bool hasDef = false; in trivialSpillEverywhere() local
114 hasDef |= mi->getOperand(i).isDef(); in trivialSpillEverywhere()
130 assert(hasUse || hasDef); in trivialSpillEverywhere()
143 if (hasDef) { in trivialSpillEverywhere()
HDStackMaps.cpp142 opers.isAnyReg() && opers.hasDef()); in recordPatchPoint()
149 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i) in recordPatchPoint()
HDInlineSpiller.cpp126 bool hasDef() const { return DefByOrigPHI || DefMI; } in hasDef() function
357 if (!SVI->second.hasDef()) in propagateSiblingValue()
376 assert(SV.hasDef() && "Propagating undefined value"); in propagateSiblingValue()
394 if (!DepSV.hasDef()) { in propagateSiblingValue()
HDMachineVerifier.cpp1404 bool hasDef = false; in verifyLiveRangeValue() local
1417 hasDef = true; in verifyLiveRangeValue()
1422 if (!hasDef) { in verifyLiveRangeValue()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDStackMaps.h49 bool hasDef() const { return HasDef; } in hasDef() function
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp6860 bool hasDef = !CI.getType()->isVoidTy(); in visitPatchpoint() local
6881 if (hasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()
6953 if (isAnyRegCC && hasDef) { in visitPatchpoint()
6972 if (hasDef) { in visitPatchpoint()
6983 if (isAnyRegCC && hasDef) { in visitPatchpoint()