| /third_party/skia/third_party/externals/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 | CorrelatedValuePropagation.cpp | 509 Value *NewI = B.CreateInsertValue(Struct, NewOp, 0); in processOverflowIntrinsic() local
|
| D | InferAddressSpaces.cpp | 594 if (Instruction *NewI = dyn_cast<Instruction>(NewV)) { in cloneValueWithNewAddressSpace() local
|
| D | LoopUnswitch.cpp | 379 Value *NewI = VMap.lookup(OldInst); in cloneData() local
|
| D | LoopInterchange.cpp | 1261 Instruction *NewI = WorkList[i]->clone(); in transform() local
|
| D | RewriteStatepointsForGC.cpp | 1372 Instruction *NewI = New; in doReplacement() local
|
| /third_party/skia/third_party/externals/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
|
| D | InstCombineSelect.cpp | 884 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/ |
| D | AMDGPUAtomicOptimizer.cpp | 573 Instruction *const NewI = I.clone(); in optimizeAtomic() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ScalarizeMaskedMemIntrin.cpp | 147 Value *NewI = Builder.CreateAlignedLoad(VecType, Ptr, AlignVal); in scalarizeMaskedLoad() local
|
| D | WinEHPrepare.cpp | 901 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
|
| D | MachineBasicBlock.cpp | 722 succ_iterator NewI = E; in replaceSuccessor() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonSplitDouble.cpp | 598 MachineInstr *NewI = BuildMI(B, MI, DL, TII->get(Opc)); in createHalfInstr() local
|
| D | HexagonExpandCondsets.cpp | 896 MachineInstr *NewI = MB; in predicateAt() local
|
| D | HexagonFrameLowering.cpp | 725 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/ |
| D | InlineFunction.cpp | 1794 Instruction *NewI = nullptr; in InlineFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 3359 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/ |
| D | AArch64InstructionSelector.cpp | 1316 auto NewI = in earlySelectSHL() local
|