Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp251 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
DLoopUnswitch.cpp370 Value *NewI = VMap.lookup(OldInst); in cloneData() local
/external/swiftshader/third_party/llvm-7.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.cpp651 auto *NewI = OrigI->clone(); in speculatePHIs() local
DCorrelatedValuePropagation.cpp452 Value *NewI = B.CreateInsertValue(UndefValue::get(II->getType()), NewOp, 0); in processOverflowIntrinsic() local
DInferAddressSpaces.cpp589 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
DLoopUnswitch.cpp371 Value *NewI = VMap.lookup(OldInst); in cloneData() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp141 Value *NewI = Builder.CreateAlignedLoad(Ptr, AlignVal); in scalarizeMaskedLoad() local
170 Value *NewI = Builder.CreateSelect(Mask, VResult, Src0); in scalarizeMaskedLoad() local
228 Value *NewI = Builder.CreateSelect(Mask, Phi, Src0); in scalarizeMaskedLoad() local
420 Value *NewI = Builder.CreateSelect(Mask, VResult, Src0); in scalarizeMaskedGather() local
479 Value *NewI = Builder.CreateSelect(Mask, Phi, Src0); in scalarizeMaskedGather() local
DWinEHPrepare.cpp900 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
DMachineBasicBlock.cpp710 succ_iterator NewI = E; in replaceSuccessor() local
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerBool.cpp64 void replace(Instruction *I, Instruction *NewI) { in replace()
/external/clang/lib/Edit/
DEditedSource.cpp207 NewI = FileEdits.insert(I, std::make_pair(BeginOffs, FileEdit())); in commitRemove() local
217 NewI = FileEdits.insert(I, std::make_pair(BeginOffs, FileEdit())); in commitRemove() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp323 Instruction& NewI = *NewIter; in TEST_F() local
360 Instruction& NewI = *NewIter; in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp302 auto *NewI = new LoadInst(V); in replace() local
312 auto *NewI = GetElementPtrInst::Create( in replace() local
322 auto *NewI = new BitCastInst(V, NewT); in replace() local
420 Instruction *NewI = replaceInstUsesWith(AI, Cast); in visitAllocaInst() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1684 Instruction *NewI = BinaryOperator::CreateFNeg(Op1); in visitFSub() local
1697 Instruction *NewI = BinaryOperator::CreateFAdd(Op0, V); in visitFSub() local
1704 Instruction *NewI = BinaryOperator::CreateFAdd(Op0, NewTrunc); in visitFSub() local
1711 Instruction *NewI = BinaryOperator::CreateFAdd(Op0, NewExt); in visitFSub() local
DInstCombineSelect.cpp404 IntrinsicInst *NewI = cast<IntrinsicInst>(II->clone()); in foldSelectCttzCtlz() local
DInstCombineLoadStoreAlloca.cpp298 Instruction *NewI = replaceInstUsesWith(AI, Cast); in visitAllocaInst() local
/external/llvm/lib/Target/NVPTX/
DNVPTXInferAddressSpaces.cpp392 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp482 Instruction& NewI = *NewIter; in TEST_F() local
519 Instruction& NewI = *NewIter; in TEST_F() local
/external/clang/test/SemaObjC/
Dattr-deprecated.m141 @interface NewI interface
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1204 Value *NewI = Builder.CreateAlignedLoad(Ptr, AlignVal); in scalarizeMaskedLoad() local
1233 Value *NewI = Builder.CreateSelect(Mask, VResult, Src0); in scalarizeMaskedLoad() local
1291 Value *NewI = Builder.CreateSelect(Mask, Phi, Src0); in scalarizeMaskedLoad() local
1484 Value *NewI = Builder.CreateSelect(Mask, VResult, Src0); in scalarizeMaskedGather() local
1545 Value *NewI = Builder.CreateSelect(Mask, Phi, Src0); in scalarizeMaskedGather() local
DWinEHPrepare.cpp896 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
DMachineBasicBlock.cpp575 succ_iterator NewI = E; in replaceSuccessor() local
/external/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp552 MachineInstr *NewI = BuildMI(B, MI, DL, TII->get(Opc)); in createHalfInstr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSplitDouble.cpp599 MachineInstr *NewI = BuildMI(B, MI, DL, TII->get(Opc)); in createHalfInstr() local

12