Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp229 if (Instruction *NewI = tryReassociate(&OrigI, OrigSCEV)) { in doOneIteration() local
466 if (auto *NewI = tryReassociateBinaryOp(LHS, RHS, I)) in tryReassociateBinaryOp() local
468 if (auto *NewI = tryReassociateBinaryOp(RHS, LHS, I)) in tryReassociateBinaryOp() local
484 if (auto *NewI = in tryReassociateBinaryOp() local
489 if (auto *NewI = in tryReassociateBinaryOp() local
506 Instruction *NewI = nullptr; in tryReassociatedBinaryOp() local
DInferAddressSpaces.cpp577 auto *NewI = new AddrSpaceCastInst(I, NewPtrTy); in cloneInstructionWithNewAddressSpace() local
735 if (Instruction *NewI = dyn_cast_or_null<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
DConstraintElimination.cpp140 auto NewI = NewIndices.find(V); in getConstraint() local
DScalarizeMaskedMemIntrin.cpp166 Value *NewI = Builder.CreateAlignedLoad(VecType, Ptr, AlignVal); in scalarizeMaskedLoad() local
DCorrelatedValuePropagation.cpp536 Value *NewI = B.CreateInsertValue(Struct, NewOp, 0); in processOverflowIntrinsic() local
DLoopUnswitch.cpp392 Value *NewI = VMap.lookup(OldInst); in cloneData() local
DLoopInterchange.cpp1384 Instruction *NewI = WorkList[i]->clone(); in transform() local
DRewriteStatepointsForGC.cpp1504 Instruction *NewI = New; in doReplacement() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp202 Instruction *NewI = GetElementPtrInst::CreateInBounds( in simplifyAllocaArraySize() local
297 auto *NewI = new LoadInst(LT->getType(), V, "", LT->isVolatile(), in replace() local
311 auto *NewI = GetElementPtrInst::Create( in replace() local
321 auto *NewI = new BitCastInst(V, NewT); in replace() local
336 auto *NewI = IC.Builder.CreateMemTransferInst( in replace() local
434 Instruction *NewI = replaceInstUsesWith(AI, Cast); in visitAllocaInst() local
DInstCombineAddSub.cpp1277 if (auto *NewI = dyn_cast<BinaryOperator>(NewMath)) { in factorizeMathWithShlOps() local
DInstCombineVectorOps.cpp1080 if (Instruction *NewI = foldAggregateConstructionIntoAggregateReuse(I)) in visitInsertValueInst() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNPreRAOptimizations.cpp124 auto NewI = BuildMI(*Def0->getParent(), *Def0, Def0->getDebugLoc(), in processReg() local
DAMDGPUAtomicOptimizer.cpp612 Instruction *const NewI = I.clone(); in optimizeAtomic() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Edit/
DEditedSource.cpp223 NewI = FileEdits.insert(I, std::make_pair(BeginOffs, FileEdit())); in commitRemove() local
233 NewI = FileEdits.insert(I, std::make_pair(BeginOffs, FileEdit())); in commitRemove() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64LegalizerInfo.cpp1172 auto NewI = MIRBuilder.buildUnmerge({s64, s64}, MI.getOperand(3)); in legalizeAtomicCmpxchg128() local
DAArch64InstructionSelector.cpp2074 auto NewI = in earlySelectSHL() local
5048 auto NewI = MIB.buildInstr( in selectIntrinsicWithSideEffects() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp594 MachineInstr *NewI = BuildMI(B, MI, DL, TII->get(Opc)); in createHalfInstr() local
DHexagonExpandCondsets.cpp897 MachineInstr *NewI = MB; in predicateAt() local
DHexagonFrameLowering.cpp851 MachineInstr *NewI = BuildMI(MBB, RetI, dl, HII.get(NewOpc)) in insertEpilogueInBlock() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp917 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
DMachineBasicBlock.cpp813 succ_iterator NewI = E; in replaceSuccessor() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2015 Instruction *NewI = CallBase::Create(ICS, OpDefs, ICS); in InlineFunction() local
DSimplifyCFG.cpp3104 Instruction *NewI = I.clone(); in performBranchToCommonDestFolding() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4002 Value *NewI = nullptr; in truncateToMinimalBitwidths() local
4091 Value *NewI = Inst->getOperand(0); in truncateToMinimalBitwidths() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1798 const_iterator NewI = I; in hasDSA() local
1819 const_iterator NewI = StartI; in hasInnermostDSA() local

12