Home
last modified time | relevance | path

Searched defs:NewInst (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp107 static void createRetPHINode(Instruction *OrigInst, Instruction *NewInst, in createRetPHINode()
306 CallBase *NewInst = cast<CallBase>(OrigInst->clone()); in versionCallSite() local
351 CallBase *NewInst = cast<CallBase>(OrigInst->clone()); in versionCallSite() local
534 CallBase &NewInst = versionCallSite(CB, Callee, BranchWeights); in promoteCallWithIfThenElse() local
DCloneFunction.cpp57 Instruction *NewInst = I.clone(); in CloneBasicBlock() local
340 Instruction *NewInst = II->clone(); in CloneBlock() local
424 Instruction *NewInst = OldTI->clone(); in CloneBlock() local
DLibCallsShrinkWrap.cpp490 Instruction *NewInst = in shrinkWrapCI() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp104 static void createRetPHINode(Instruction *OrigInst, Instruction *NewInst, in createRetPHINode()
284 Instruction *NewInst = OrigInst->clone(); in versionCallSite() local
455 Instruction *NewInst = versionCallSite(CS, Callee, BranchWeights); in promoteCallWithIfThenElse() local
DCloneFunction.cpp57 Instruction *NewInst = I.clone(); in CloneBasicBlock() local
336 Instruction *NewInst = II->clone(); in CloneBlock() local
420 Instruction *NewInst = OldTI->clone(); in CloneBlock() local
DLibCallsShrinkWrap.cpp490 Instruction *NewInst = in shrinkWrapCI() local
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp143 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp() local
147 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp143 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp() local
147 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp() local
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp143 Instruction *NewInst = createReplacementInstr(CE, InsertPos); in replaceConstantExprOp() local
147 Instruction *NewInst = createReplacementInstr(CE, Instr); in replaceConstantExprOp() local
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp51 Instruction *NewInst = II->clone(); in CloneBasicBlock() local
281 Instruction *NewInst = II->clone(); in CloneBlock() local
364 Instruction *NewInst = OldTI->clone(); in CloneBlock() local
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp405 Instruction *NewInst) { in fixupPHINodeForNormalDest()
457 Instruction *NewInst = Inst->clone(); in createDirectCallInst() local
540 Instruction *NewInst = in promote() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstructionSelector.cpp260 MachineInstr *NewInst = in buildUnalignedStore() local
274 MachineInstr *NewInst = in buildUnalignedLoad() local
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp315 CallBase &NewInst = in promoteIndirectCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp310 Instruction *NewInst = in promoteIndirectCall() local
DPGOMemOPSizeOpt.cpp376 Instruction *NewInst = MI->clone(); in perform() local
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.cpp690 auto *NewInst = in postRegallocSplitting() local
695 auto *NewInst = in postRegallocSplitting() local
DIceCfgNode.cpp264 auto *NewInst = InstAssign::create(Func, Dest, Operand); in placePhiStores() local
1565 InstBr *NewInst = nullptr; in shortCircuit() local
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp222 Instruction *NewInst = Inst->clone(); in copyInstScalar() local
401 Instruction *NewInst = &*I; in removeDeadInstructions() local
1185 Value *NewInst = Builder.CreateBinOp(Inst->getOpcode(), NewOpZero, NewOpOne, in copyBinaryInst() local
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp504 Instruction *NewInst = NewCS.getInstruction(); in rewriteSetJmpCallSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp504 Instruction *NewInst = NewCS.getInstruction(); in rewriteSetJmpCallSite() local
/external/llvm-project/llvm/lib/CodeGen/
DTypePromotion.cpp468 if (auto *NewInst = dyn_cast<Instruction>(NewVal)) { in PrepareWrappingAdds() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp466 if (auto *NewInst = dyn_cast<Instruction>(NewVal)) { in PrepareWrappingAdds() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1089 GetElementPtrInst *NewInst = nullptr; in fabricateGEP() local
1206 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1099 GetElementPtrInst *NewInst = nullptr; in fabricateGEP() local
1216 Value *NewInst = fabricateGEP(NA, InsertAt, LastB); in materialize() local
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp176 Instruction *NewInst = &Inst; in removeUnusedInsts() local

12