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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 47 bool HasDef;
53 bool hasDef() const { return HasDef; }
57 return (HasDef ? 1 : 0) + Pos;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 39 HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() &&
284 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
352 opers.isAnyReg() && opers.hasDef());
359 for (unsigned i = 0, e = (opers.hasDef() ? NArgs+1 : NArgs); i != e; ++i)
InlineSpiller.cpp 127 bool hasDef() const { return DefByOrigPHI || DefMI; }
360 if (!SVI->second.hasDef())
379 assert(SV.hasDef() && "Propagating undefined value");
397 if (!DepSV.hasDef()) {
    [all...]
MachineVerifier.cpp     [all...]

Completed in 70 milliseconds