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

  /external/llvm/lib/CodeGen/
Spiller.cpp 107 bool hasDef = false;
113 hasDef |= mi->getOperand(i).isDef();
129 assert(hasUse || hasDef);
142 if (hasDef) {
StackMaps.cpp 40 HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() &&
205 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
260 opers.isAnyReg() && opers.hasDef());
267 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i)
InlineSpiller.cpp 128 bool hasDef() const { return DefByOrigPHI || DefMI; }
361 if (!SVI->second.hasDef())
380 assert(SV.hasDef() && "Propagating undefined value");
398 if (!DepSV.hasDef()) {
    [all...]
MachineVerifier.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 46 bool HasDef;
52 bool hasDef() const { return HasDef; }
56 return (HasDef ? 1 : 0) + Pos;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 473 milliseconds