/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 335 if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local 339 } else if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PreISelIntrinsicLowering.cpp | 100 CallInst *NewCI = Builder.CreateCall(FCache, Args); in lowerObjCCall() local
|
D | IntrinsicLowering.cpp | 46 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
|
D | AtomicExpandPass.cpp | 892 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( in expandPartwordCmpXchg() local 1070 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, in convertCmpXchgToIntegerType() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 564 CallInst *NewCI = in optimizeStrCpy() local 593 CallInst *NewCI = in optimizeStpCpy() local 629 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, Align::None()); in optimizeStrNCpy() local 642 CallInst *NewCI = B.CreateMemCpy(Dst, Align::None(), Src, Align::None(), in optimizeStrNCpy() local 1119 CallInst *NewCI = B.CreateMemCpy(CI->getArgOperand(0), Align::None(), in optimizeMemCpy() local 1169 CallInst *NewCI = B.CreateMemCpy(Dst, Align::None(), CI->getArgOperand(1), in optimizeMemPCpy() local 1182 CallInst *NewCI = B.CreateMemMove(CI->getArgOperand(0), Align::None(), in optimizeMemMove() local 1243 CallInst *NewCI = in optimizeMemSet() local 2755 Value *NewCI = emitFPutC(Char, CI->getArgOperand(3), B, TLI); in optimizeFWrite() local 3285 CallInst *NewCI = B.CreateMemCpy(CI->getArgOperand(0), Align::None(), in optimizeMemCpyChk() local [all …]
|
D | InlineFunction.cpp | 1934 CallInst *NewCI = CallInst::Create( in InlineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 244 Instruction *NewCI) { in copyMustTailReturn() 337 Instruction *NewCI = in splitCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 369 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgBinOpIntoPHI() local 819 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in FoldPHIArgOpIntoPHI() local 837 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgOpIntoPHI() local
|
D | InstCombineCasts.cpp | 1691 CallInst *NewCI = in visitFPTrunc() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 823 CallInst *NewCI = in runEHOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 453 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledValue(), in Create() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 6365 auto *NewCI = CallInst::Create(NewFn, NewArgOperands, OperandBundleDefs, in rewriteFunctionSignatures() local
|