HomeSort by: relevance | last modified time | path
    Searched refs:ImpResults (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 1013 std::vector<Record*> ImpResults;
1020 const std::vector<Record*> &impresults,
1023 : Results(results), Operands(operands), ImpResults(impresults),
1028 unsigned getNumImpResults() const { return ImpResults.size(); }
1029 const std::vector<Record*>& getImpResults() const { return ImpResults; }
1042 assert(RN < ImpResults.size());
1043 return ImpResults[RN];
CodeGenDAGPatterns.cpp 3916 std::vector<Record*> ImpResults;
3918 DAGInstruction(Results, Operands, ImpResults)));

Completed in 24 milliseconds