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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 740 unsigned NumSkip = HasOptPRefs ? II.getNumDefs() - NumResults : 0;
741 for (unsigned i = NumSkip; i != NodeOperands; ++i)
742 AddOperand(MI, Node->getOperand(i), i-NumSkip+II.getNumDefs(), &II,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 798 unsigned NumSkip = HasOptPRefs ? NumDefs - NumResults : 0;
799 for (unsigned i = NumSkip; i != NodeOperands; ++i)
800 AddOperand(MIB, Node->getOperand(i), i-NumSkip+NumDefs, &II,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 506 milliseconds