/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 336 if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local 340 } else if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 102 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgBinOpIntoPHI() local 550 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in FoldPHIArgOpIntoPHI() local 568 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgOpIntoPHI() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 114 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgBinOpIntoPHI() local 484 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in FoldPHIArgOpIntoPHI() local 500 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgOpIntoPHI() local
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCL20ToSPIRV.cpp | 583 CallInst *NewCI = nullptr; in visitCallAtomicCmpXchg() local 982 [=](CallInst *NewCI) -> Instruction * { in transBuiltin() 1289 [=](CallInst *NewCI) -> Instruction * { in visitCallRelational() 1364 [=](CallInst *NewCI) -> Instruction * { in visitCallGetFence() argument 1451 [=](CallInst *NewCI) -> Instruction * { in visitCallGetImageChannel() argument
|
D | SPIRVReader.cpp | 1054 auto NewCI = CallInst::Create(newF, Args, CI->getName(), CI); in postProcessOCLBuiltinReturnStruct() local 1167 [=](CallInst *NewCI) -> Instruction * { in postProcessOCLReadImage() 1225 [=](CallInst *NewCI) -> Instruction * { in postProcessGroupAllAny() 2679 [=](CallInst *NewCI) -> Instruction * { in transOCLAllAny() 2709 [=](CallInst *NewCI) -> Instruction * { in transOCLRelational()
|
D | SPIRVUtil.cpp | 654 auto NewCI = addCallInst(M, NewName, CI->getType(), Args, Attrs, CI, Mangle, in mutateCallInst() local 679 auto NewCI = addCallInst(M, NewName, RetTy, Args, Attrs, in mutateCallInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | CallSiteSplitting.cpp | 240 Instruction *NewCI) { in copyMustTailReturn() 331 Instruction *NewCI = in splitCallSite() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 358 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgBinOpIntoPHI() local 806 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in FoldPHIArgOpIntoPHI() local 824 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in FoldPHIArgOpIntoPHI() local
|
D | InstCombineCasts.cpp | 1628 CallInst *NewCI = CallInst::Create(Overload, { InnerTrunc }, OpBundles, in visitFPTrunc() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 80 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
|
/external/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 80 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
|
D | AtomicExpandPass.cpp | 809 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( in expandPartwordCmpXchg() local 931 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, in convertCmpXchgToIntegerType() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | IntrinsicLowering.cpp | 80 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
|
D | AtomicExpandPass.cpp | 818 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( in expandPartwordCmpXchg() local 940 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, in convertCmpXchgToIntegerType() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AutoUpgrade.cpp | 316 CallInst *NewCI = CallInst::Create(NewFn, Operands, in UpgradeIntrinsicCall() local
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 500 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 872 CallInst *NewCI = in runEHOnFunction() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 45 Instruction *NewCI = CastInst::Create(Op, V, Ty, "", IP); in ReuseOrCreateCast() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1863 CallInst *NewCI = in InlineFunction() local
|
D | SimplifyLibCalls.cpp | 2110 Value *NewCI = emitFPutC(Char, CI->getArgOperand(3), B, TLI); in optimizeFWrite() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1829 Value *NewCI = emitFPutC(Char, CI->getArgOperand(3), B, TLI); in optimizeFWrite() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 377 auto *NewCI = CallInst::Create(CI->getCalledValue(), Args, OpB, CI->getName(), in Create() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 324 auto *NewCI = CallInst::Create(CI->getCalledValue(), Args, OpB, CI->getName(), in Create() local
|