Home
last modified time | relevance | path

Searched refs:TheInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/tools/bugpoint/
DExtractFunction.cpp101 Instruction *TheInst = &*RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local
104 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()
105 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()
108 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
/external/llvm/tools/bugpoint/
DExtractFunction.cpp103 Instruction *TheInst = &*RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local
106 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()
107 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()
110 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3099 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in parseInstructionPattern() local
3100 DAGInsts.insert(std::make_pair(I->getRecord(), TheInst)); in parseInstructionPattern()
3164 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local
3165 TreePattern *I = TheInst.getPattern(); in ParseInstructions()
3184 TheInst.getResultPattern(), in ParseInstructions()
3185 TheInst.getImpResults(), in ParseInstructions()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3873 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local
3874 TreePatternNodePtr SrcPattern = TheInst.getSrcPattern(); in ParseInstructions()
3875 TreePatternNodePtr ResultPattern = TheInst.getResultPattern(); in ParseInstructions()
3880 ParseOnePattern(Instr, Pattern, Result, TheInst.getImpResults()); in ParseInstructions()