Home
last modified time | relevance | path

Searched defs:NewI (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp239 if (Instruction *NewI = tryReassociate(&*I)) { in doOneIteration() local
442 if (auto *NewI = tryReassociateBinaryOp(LHS, RHS, I)) in tryReassociateBinaryOp() local
444 if (auto *NewI = tryReassociateBinaryOp(RHS, LHS, I)) in tryReassociateBinaryOp() local
460 if (auto *NewI = in tryReassociateBinaryOp() local
465 if (auto *NewI = in tryReassociateBinaryOp() local
482 Instruction *NewI = nullptr; in tryReassociatedBinaryOp() local
DSpeculateAroundPHIs.cpp658 auto *NewI = OrigI->clone(); in speculatePHIs() local
DCorrelatedValuePropagation.cpp509 Value *NewI = B.CreateInsertValue(Struct, NewOp, 0); in processOverflowIntrinsic() local
DInferAddressSpaces.cpp594 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
DLoopUnswitch.cpp379 Value *NewI = VMap.lookup(OldInst); in cloneData() local
DLoopInterchange.cpp1261 Instruction *NewI = WorkList[i]->clone(); in transform() local
DRewriteStatepointsForGC.cpp1372 Instruction *NewI = New; in doReplacement() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp301 auto *NewI = new LoadInst(I->getType(), V); in replace() local
311 auto *NewI = GetElementPtrInst::Create( in replace() local
321 auto *NewI = new BitCastInst(V, NewT); in replace() local
420 Instruction *NewI = replaceInstUsesWith(AI, Cast); in visitAllocaInst() local
DInstCombineSelect.cpp884 IntrinsicInst *NewI = cast<IntrinsicInst>(II->clone()); in foldSelectCttzCtlz() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp573 Instruction *const NewI = I.clone(); in optimizeAtomic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp147 Value *NewI = Builder.CreateAlignedLoad(VecType, Ptr, AlignVal); in scalarizeMaskedLoad() local
DWinEHPrepare.cpp901 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
DMachineBasicBlock.cpp722 succ_iterator NewI = E; in replaceSuccessor() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp598 MachineInstr *NewI = BuildMI(B, MI, DL, TII->get(Opc)); in createHalfInstr() local
DHexagonExpandCondsets.cpp896 MachineInstr *NewI = MB; in predicateAt() local
DHexagonFrameLowering.cpp725 MachineInstr *NewI = BuildMI(MBB, RetI, dl, HII.get(NewOpc)) in insertEpilogueInBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1794 Instruction *NewI = nullptr; in InlineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3359 Value *NewI = nullptr; in truncateToMinimalBitwidths() local
3443 Value *NewI = Inst->getOperand(0); in truncateToMinimalBitwidths() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1316 auto NewI = in earlySelectSHL() local