Home
last modified time | relevance | path

Searched defs:NewCI (Results 1 – 25 of 34) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp335 if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local
339 } else if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp350 if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local
354 } else if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionDag() local
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceArguments.cpp33 CallInst *NewCI = CallInst::Create(&NewF, Args); in replaceFunctionCalls() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp540 CallInst *NewCI = in optimizeStrCpy() local
569 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), LenV); in optimizeStpCpy() local
604 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, Align(1)); in optimizeStrNCpy() local
627 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), in optimizeStrNCpy() local
1102 CallInst *NewCI = B.CreateMemCpy(CI->getArgOperand(0), Align(1), in optimizeMemCpy() local
1151 CallInst *NewCI = in optimizeMemPCpy() local
1164 CallInst *NewCI = B.CreateMemMove(CI->getArgOperand(0), Align(1), in optimizeMemMove() local
1225 CallInst *NewCI = B.CreateMemSet(CI->getArgOperand(0), Val, Size, Align(1)); in optimizeMemSet() local
2774 Value *NewCI = emitFPutC(Char, CI->getArgOperand(3), B, TLI); in optimizeFWrite() local
3260 CallInst *NewCI = in optimizeMemCpyChk() local
[all …]
DInlineFunction.cpp1995 CallInst *NewCI = CallInst::Create( in InlineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp564 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 …]
DInlineFunction.cpp1934 CallInst *NewCI = CallInst::Create( in InlineFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp100 CallInst *NewCI = Builder.CreateCall(FCache, Args); in lowerObjCCall() local
DIntrinsicLowering.cpp46 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
DAtomicExpandPass.cpp892 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( in expandPartwordCmpXchg() local
1070 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, in convertCmpXchgToIntegerType() local
/external/llvm-project/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp100 CallInst *NewCI = Builder.CreateCall(FCache, Args); in lowerObjCCall() local
DIntrinsicLowering.cpp45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
DAtomicExpandPass.cpp911 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( in expandPartwordCmpXchg() local
1086 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, in convertCmpXchgToIntegerType() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp102 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/llvm-project/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp242 Instruction *NewCI) { in copyMustTailReturn()
334 auto *NewCI = in splitCallSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCallSiteSplitting.cpp244 Instruction *NewCI) { in copyMustTailReturn()
337 Instruction *NewCI = in splitCallSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp369 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
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp455 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in foldPHIArgBinOpIntoPHI() local
904 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in foldPHIArgOpIntoPHI() local
922 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in foldPHIArgOpIntoPHI() local
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp80 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
DAtomicExpandPass.cpp809 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( in expandPartwordCmpXchg() local
931 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, in convertCmpXchgToIntegerType() local
/external/llvm-project/llvm/lib/Target/X86/
DX86WinEHState.cpp489 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCall() local
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCallSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp823 CallInst *NewCI = in runEHOnFunction() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp866 CallInst *NewCI = in runEHOnFunction() local

12