/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
|
/external/swiftshader/third_party/llvm-10.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 | 658 auto *NewI = OrigI->clone(); in speculatePHIs() local
|
D | InferAddressSpaces.cpp | 594 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
|
D | CorrelatedValuePropagation.cpp | 509 Value *NewI = B.CreateInsertValue(Struct, NewOp, 0); in processOverflowIntrinsic() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 228 if (Instruction *NewI = tryReassociate(OrigI, OrigSCEV)) { in doOneIteration() local 438 if (auto *NewI = tryReassociateBinaryOp(LHS, RHS, I)) in tryReassociateBinaryOp() local 440 if (auto *NewI = tryReassociateBinaryOp(RHS, LHS, I)) in tryReassociateBinaryOp() local 456 if (auto *NewI = in tryReassociateBinaryOp() local 461 if (auto *NewI = in tryReassociateBinaryOp() local 478 Instruction *NewI = nullptr; in tryReassociatedBinaryOp() local
|
D | InferAddressSpaces.cpp | 567 auto *NewI = new AddrSpaceCastInst(I, NewPtrTy); in cloneInstructionWithNewAddressSpace() local 723 if (Instruction *NewI = dyn_cast_or_null<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
|
D | SpeculateAroundPHIs.cpp | 662 auto *NewI = OrigI->clone(); in speculatePHIs() local
|
D | ScalarizeMaskedMemIntrin.cpp | 149 Value *NewI = Builder.CreateAlignedLoad(VecType, Ptr, AlignVal); in scalarizeMaskedLoad() local
|
D | CorrelatedValuePropagation.cpp | 497 Value *NewI = B.CreateInsertValue(Struct, NewOp, 0); in processOverflowIntrinsic() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 290 auto *NewI = new LoadInst(LT->getType(), V, "", LT->isVolatile(), in replace() local 304 auto *NewI = GetElementPtrInst::Create( in replace() local 314 auto *NewI = new BitCastInst(V, NewT); in replace() local 329 auto *NewI = IC.Builder.CreateMemTransferInst( in replace() local 424 Instruction *NewI = replaceInstUsesWith(AI, Cast); in visitAllocaInst() local
|
/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-project/clang/lib/Edit/ |
D | EditedSource.cpp | 223 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
|
/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-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 301 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
|
/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
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInferAddressSpaces.cpp | 392 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
|
/external/clang/test/SemaObjC/ |
D | attr-deprecated.m | 141 @interface NewI interface
|
/external/llvm-project/clang/test/SemaObjC/ |
D | attr-deprecated.m | 155 @interface NewI interface
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAtomicOptimizer.cpp | 577 Instruction *const NewI = I.clone(); in optimizeAtomic() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAtomicOptimizer.cpp | 573 Instruction *const NewI = I.clone(); in optimizeAtomic() local
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | CloningTest.cpp | 576 Instruction& NewI = *NewIter; in TEST_F() local 613 Instruction& NewI = *NewIter; in TEST_F() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScalarizeMaskedMemIntrin.cpp | 147 Value *NewI = Builder.CreateAlignedLoad(VecType, Ptr, AlignVal); in scalarizeMaskedLoad() local
|
/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
|