HomeSort by relevance Sort by last modified time
    Searched defs:NumResults (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 214 unsigned NumResults = CountResults(Node);
226 if (i < NumResults && TLI->isTypeLegal(Node->getSimpleValueType(i))) {
237 unsigned NumResults = CountResults(Node);
238 VRBase = cast<RegisterSDNode>(Node->getOperand(i-NumResults))->getReg();
270 if (i < NumResults) {
750 unsigned NumResults = CountResults(Node);
762 NumDefs = NumResults;
770 bool HasPhysRegOuts = NumResults > NumDefs && II.getImplicitDefs()!=nullptr;
772 unsigned NumMIOperands = NodeOperands + NumResults;
788 if (NumResults)
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 754 // NumResults - This is the number of results produced by the instruction in
756 unsigned NumResults = Inst.getNumResults();
771 for (unsigned InstOpNo = NumResults, e = NumFixedOperands;
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 1449 milliseconds