Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h590 class DAGInstruction {
597 DAGInstruction(TreePattern *TP, in DAGInstruction() function
679 std::map<Record*, DAGInstruction, RecordPtrCmp> Instructions;
775 const DAGInstruction &getInstruction(Record *R) const { in getInstruction()
DDAGISelMatcherGen.cpp126 const TreePatternNode *GetInstPatternNode(const DAGInstruction &Ins,
625 GetInstPatternNode(const DAGInstruction &Inst, const TreePatternNode *N) { in GetInstPatternNode()
679 const DAGInstruction &Inst = CGP.getInstruction(Op); in EmitResultInstructionAsOperand()
DCodeGenDAGPatterns.cpp1522 const DAGInstruction &Inst = CDP.getInstruction(getOperator()); in ApplyTypeConstraints()
2560 DAGInstruction(0, Results, Operands, ImpResults))); in ParseInstructions()
2705 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in ParseInstructions()
2714 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second; in ParseInstructions()
2721 for (std::map<Record*, DAGInstruction, RecordPtrCmp>::iterator II = in ParseInstructions()
2724 DAGInstruction &TheInst = II->second; in ParseInstructions()