/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 251 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
|
D | LoopUnswitch.cpp | 370 Value *NewI = VMap.lookup(OldInst); in cloneData() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 239 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
|
D | SpeculateAroundPHIs.cpp | 651 auto *NewI = OrigI->clone(); in speculatePHIs() local
|
D | CorrelatedValuePropagation.cpp | 452 Value *NewI = B.CreateInsertValue(UndefValue::get(II->getType()), NewOp, 0); in processOverflowIntrinsic() local
|
D | InferAddressSpaces.cpp | 589 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
|
D | LoopUnswitch.cpp | 371 Value *NewI = VMap.lookup(OldInst); in cloneData() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 141 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
|
D | WinEHPrepare.cpp | 900 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
|
D | MachineBasicBlock.cpp | 710 succ_iterator NewI = E; in replaceSuccessor() local
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVLowerBool.cpp | 64 void replace(Instruction *I, Instruction *NewI) { in replace()
|
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 207 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/ |
D | Cloning.cpp | 323 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/ |
D | InstCombineLoadStoreAlloca.cpp | 302 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/ |
D | InstCombineAddSub.cpp | 1684 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
|
D | InstCombineSelect.cpp | 404 IntrinsicInst *NewI = cast<IntrinsicInst>(II->clone()); in foldSelectCttzCtlz() local
|
D | InstCombineLoadStoreAlloca.cpp | 298 Instruction *NewI = replaceInstUsesWith(AI, Cast); in visitAllocaInst() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInferAddressSpaces.cpp | 392 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 482 Instruction& NewI = *NewIter; in TEST_F() local 519 Instruction& NewI = *NewIter; in TEST_F() local
|
/external/clang/test/SemaObjC/ |
D | attr-deprecated.m | 141 @interface NewI interface
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 1204 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
|
D | WinEHPrepare.cpp | 896 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
|
D | MachineBasicBlock.cpp | 575 succ_iterator NewI = E; in replaceSuccessor() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 552 MachineInstr *NewI = BuildMI(B, MI, DL, TII->get(Opc)); in createHalfInstr() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 599 MachineInstr *NewI = BuildMI(B, MI, DL, TII->get(Opc)); in createHalfInstr() local
|