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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSpiller.cpp108 bool hasDef = false; local
114 hasDef |= mi->getOperand(i).isDef();
134 assert(hasUse || hasDef);
152 if (hasDef) {
H A DInlineSpiller.cpp122 bool hasDef() const { return DefByOrigPHI || DefMI; } function in struct:__anon18527::InlineSpiller::SibValueInfo
354 if (!SVI->second.hasDef())
375 assert(SV.hasDef() && "Propagating undefined value");
393 if (!DepSV.hasDef()) {
/external/llvm/include/llvm/CodeGen/
H A DStackMaps.h53 bool hasDef() const { return HasDef; } function in class:llvm::PatchPointOpers
/external/llvm/lib/CodeGen/
H A DStackMaps.cpp295 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
360 opers.isAnyReg() && opers.hasDef());
367 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i)
H A DMachineVerifier.cpp1630 bool hasDef = false; local
1646 hasDef = true;
1651 if (!hasDef) {

Completed in 546 milliseconds