Searched refs:TheInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExtractFunction.cpp | 74 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/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 102 Instruction *TheInst = &*RI; // Got the corresponding instruction! in deleteInstructionFromProgram() local 105 if (!TheInst->getType()->isVoidTy()) in deleteInstructionFromProgram() 106 TheInst->replaceAllUsesWith(Constant::getNullValue(TheInst->getType())); in deleteInstructionFromProgram() 109 TheInst->getParent()->getInstList().erase(TheInst); in deleteInstructionFromProgram()
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 103 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/ |
D | CodeGenDAGPatterns.cpp | 2706 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/ |
D | CodeGenDAGPatterns.cpp | 3099 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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3697 DAGInstruction &TheInst = Entry.second; in ParseInstructions() local 3698 TreePatternNodePtr SrcPattern = TheInst.getSrcPattern(); in ParseInstructions() 3699 TreePatternNodePtr ResultPattern = TheInst.getResultPattern(); in ParseInstructions() 3704 ParseOnePattern(Instr, Pattern, Result, TheInst.getImpResults()); in ParseInstructions()
|