Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExtractFunction.cpp74 Instruction *TheInst = RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local
77 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram()
78 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram()
81 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/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp2706 DAGInstruction TheInst(I, Results, Operands, InstImpResults); in ParseInstructions() local
2707 Instructions.insert(std::make_pair(I->getRecord(), TheInst)); in ParseInstructions()
2725 DAGInstruction &TheInst = II->second; in ParseInstructions() local
2726 const TreePattern *I = TheInst.getPattern(); in ParseInstructions()
2745 TheInst.getResultPattern(), in ParseInstructions()
2746 TheInst.getImpResults(), in ParseInstructions()
/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()