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();
737 unsigned NumResults = CountResults(Node);
749 NumDefs = NumResults;
757 bool HasPhysRegOuts = NumResults > NumDefs && II.getImplicitDefs()!=nullptr;
759 unsigned NumMIOperands = NodeOperands + NumResults;
775 if (NumResults)
780 bool HasOptPRefs = NumDefs > 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();
765 for (unsigned ChildNo = 0, InstOpNo = NumResults, e = II.Operands.size();
    [all...]
CodeGenDAGPatterns.cpp 853 unsigned NumResults = NodeInfo.getNumResults();
854 if (OpNo < NumResults) {
859 OpNo -= NumResults;
863 << (OpNo+NumResults) << " ";
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 491 milliseconds