Searched refs:DAGInstruction (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h1016 class DAGInstruction { class in namespace:llvm
1024 DAGInstruction(const std::vector<Record*> &results, function in class:llvm::DAGInstruction
1157 std::map<Record*, DAGInstruction, LessRecordByID> Instructions;
1255 typedef std::map<Record*, DAGInstruction, LessRecordByID> DAGInstMap;
1260 const DAGInstruction &getInstruction(Record *R) const {
H A DDAGISelMatcherGen.cpp786 const DAGInstruction &Inst = CGP.getInstruction(Op);
H A DCodeGenDAGPatterns.cpp2460 const DAGInstruction &Inst = CDP.getInstruction(getOperator());
3811 // FIXME: InstImpResults should not be part of DAGInstruction.
3857 DAGInstruction(Results, Operands, ImpResults)));
3868 DAGInstruction &TheInst = Entry.second;

Completed in 58 milliseconds