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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DSpiller.cpp108 bool hasDef = false; local
114 hasDef |= mi->getOperand(i).isDef();
130 assert(hasUse || hasDef);
143 if (hasDef) {
H A DStackMaps.cpp142 opers.isAnyReg() && opers.hasDef());
149 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i)
H A DInlineSpiller.cpp126 bool hasDef() const { return DefByOrigPHI || DefMI; } function in struct:__anon2127::InlineSpiller::SibValueInfo
357 if (!SVI->second.hasDef())
376 assert(SV.hasDef() && "Propagating undefined value");
394 if (!DepSV.hasDef()) {
H A DMachineVerifier.cpp1404 bool hasDef = false; local
1417 hasDef = true;
1422 if (!hasDef) {
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h49 bool hasDef() const { return HasDef; } function in class:llvm::PatchPointOpers
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6860 bool hasDef = !CI.getType()->isVoidTy();
6881 if (hasDef && (CallEnd->getOpcode() == ISD::CopyFromReg))
6953 if (isAnyRegCC && hasDef) {
6972 if (hasDef) {
6983 if (isAnyRegCC && hasDef) {

Completed in 77 milliseconds