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

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 1010 class DAGInstruction {
1018 DAGInstruction(const std::vector<Record*> &results,
1105 std::map<Record*, DAGInstruction, LessRecordByID> Instructions;
1203 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
1208 const DAGInstruction &getInstruction(Record *R) const {
DAGISelMatcherGen.cpp 790 const DAGInstruction &Inst = CGP.getInstruction(Op);
CodeGenDAGPatterns.cpp 2511 const DAGInstruction &Inst = CDP.getInstruction(getOperator());
3872 // FIXME: InstImpResults should not be part of DAGInstruction.
3918 DAGInstruction(Results, Operands, ImpResults)));
3929 DAGInstruction &TheInst = Entry.second;

Completed in 24 milliseconds