Searched refs:ImpResults (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 594 std::vector<Record*> ImpResults; variable 602 ImpResults(impresults), ResultPattern(0) {} in DAGInstruction() 607 unsigned getNumImpResults() const { return ImpResults.size(); } in getNumImpResults() 608 const std::vector<Record*>& getImpResults() const { return ImpResults; } in getImpResults() 623 assert(RN < ImpResults.size()); in getImpResult() 624 return ImpResults[RN]; in getImpResult()
|
D | CodeGenDAGPatterns.cpp | 2559 std::vector<Record*> ImpResults; in ParseInstructions() local 2561 DAGInstruction(0, Results, Operands, ImpResults))); in ParseInstructions()
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 647 std::vector<Record*> ImpResults; variable 655 ImpResults(impresults), ResultPattern(nullptr) {} in DAGInstruction() 660 unsigned getNumImpResults() const { return ImpResults.size(); } in getNumImpResults() 661 const std::vector<Record*>& getImpResults() const { return ImpResults; } in getImpResults() 676 assert(RN < ImpResults.size()); in getImpResult() 677 return ImpResults[RN]; in getImpResult()
|
D | CodeGenDAGPatterns.cpp | 3149 std::vector<Record*> ImpResults; in ParseInstructions() local 3151 DAGInstruction(nullptr, Results, Operands, ImpResults))); in ParseInstructions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.h | 933 std::vector<Record*> ImpResults; variable 943 : Results(results), Operands(operands), ImpResults(impresults), in Results() 948 unsigned getNumImpResults() const { return ImpResults.size(); } in getNumImpResults() 949 const std::vector<Record*>& getImpResults() const { return ImpResults; } in getImpResults() 962 assert(RN < ImpResults.size()); in getImpResult() 963 return ImpResults[RN]; in getImpResult()
|
D | CodeGenDAGPatterns.cpp | 3684 std::vector<Record*> ImpResults; in ParseInstructions() local 3686 DAGInstruction(Results, Operands, ImpResults))); in ParseInstructions()
|