HomeSort by relevance Sort by last modified time
    Searched refs:hasDef (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Spiller.cpp 108 bool hasDef = false;
114 hasDef |= mi->getOperand(i).isDef();
134 assert(hasUse || hasDef);
152 if (hasDef) {
InlineSpiller.cpp 122 bool hasDef() const { return DefByOrigPHI || DefMI; }
354 if (!SVI->second.hasDef())
375 assert(SV.hasDef() && "Propagating undefined value");
393 if (!DepSV.hasDef()) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 46 bool HasDef;
53 bool hasDef() const { return HasDef; }
57 return (HasDef ? 1 : 0) + Pos;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 39 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() &&
295 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)
MachineVerifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackMaps.cpp 56 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() &&
311 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
381 opers.isAnyReg() && opers.hasDef());
388 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i)
MachineVerifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }

Completed in 492 milliseconds