Home
last modified time | relevance | path

Searched refs:getImpResults (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.h608 const std::vector<Record*>& getImpResults() const { return ImpResults; } in getImpResults() function
DCodeGenDAGPatterns.cpp2746 TheInst.getImpResults(), in ParseInstructions()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h661 const std::vector<Record*>& getImpResults() const { return ImpResults; } in getImpResults() function
DCodeGenDAGPatterns.cpp3185 TheInst.getImpResults(), in ParseInstructions()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.h949 const std::vector<Record*>& getImpResults() const { return ImpResults; } in getImpResults() function
DCodeGenDAGPatterns.cpp3704 ParseOnePattern(Instr, Pattern, Result, TheInst.getImpResults()); in ParseInstructions()