Home
last modified time | relevance | path

Searched refs:TheInsertedInst (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3108 DAGInstruction &TheInsertedInst = DAGInsts.find(I->getRecord())->second; in parseInstructionPattern() local
3109 TheInsertedInst.setResultPattern(Temp.getOnlyTree()); in parseInstructionPattern()
3111 return TheInsertedInst; in parseInstructionPattern()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp2715 DAGInstruction &TheInsertedInst = Instructions.find(I->getRecord())->second; in ParseInstructions() local
2716 TheInsertedInst.setResultPattern(Temp.getOnlyTree()); in ParseInstructions()