| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | TruncInstCombine.cpp | 418 if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionGraph() local 422 } else if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionGraph() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 327 if (auto *NewCI = dyn_cast_or_null<CallInst>(New)) copyFlags() local 332 mergeAttributesAndFlags(CallInst * NewCI,const CallInst & Old) mergeAttributesAndFlags() argument 709 CallInst *NewCI = optimizeStrCpy() local 743 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), LenV); optimizeStpCpy() local 811 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), optimizeStrLCpy() local 883 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, MemSetAlign); optimizeStringNCpy() local 910 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), optimizeStringNCpy() local 1621 CallInst *NewCI = B.CreateMemCpy(CI->getArgOperand(0), Align(1), optimizeMemCpy() local 1671 CallInst *NewCI = optimizeMemPCpy() local 1687 CallInst *NewCI = B.CreateMemMove(CI->getArgOperand(0), Align(1), optimizeMemMove() local 1701 CallInst *NewCI = B.CreateMemSet(CI->getArgOperand(0), Val, Size, Align(1)); optimizeMemSet() local 3411 Value *NewCI = emitFPutC(Cast, CI->getArgOperand(3), B, TLI); optimizeFWrite() local 3906 CallInst *NewCI = optimizeMemCpyChk() local 3918 CallInst *NewCI = optimizeMemMoveChk() local 3931 CallInst *NewCI = B.CreateMemSet(CI->getArgOperand(0), Val, optimizeMemSetChk() local [all...] |
| H A D | InlineFunction.cpp | 2488 CallInst *NewCI = CallInst::Create( InlineFunction() local
|
| H A D | Local.cpp | 243 if (auto *NewCI = dyn_cast<ConstantInt>(SI->getCondition())) { ConstantFoldTerminator() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CallSiteSplitting.cpp | 240 Instruction *NewCI) { in copyMustTailReturn() argument 331 auto *NewCI = in splitCallSite() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 483 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in foldPHIArgBinOpIntoPHI() local 952 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in foldPHIArgOpIntoPHI() local 970 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in foldPHIArgOpIntoPHI() local
|
| H A D | InstCombineCasts.cpp | 1832 CallInst *NewCI = visitFPTrunc() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
|
| H A D | PreISelIntrinsicLowering.cpp | 151 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall() local
|
| H A D | AtomicExpandPass.cpp | 1006 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( expandPartwordCmpXchg() local 1183 auto *NewCI = Builder.CreateAtomicCmpXchg( convertCmpXchgToIntegerType() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 485 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCall() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1197 CallInst *NewCI = runEHOnFunction() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 862 auto *NewCI = CallInst::Create( in updatePublicTypeTestCalls() local
|
| H A D | Attributor.cpp | 3124 auto *NewCI = CallInst::Create(NewFn, NewArgOperands, OperandBundleDefs, rewriteFunctionSignatures() local
|
| H A D | OpenMPOpt.cpp | 1264 CallInst *NewCI = CallInst::Create(FT, Callee, Args, "", CI); mergeParallelRegions() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 4224 Value *NewCI = Builder.CreateCall(NewFn, Args); UpgradeIntrinsicCall() local
|
| H A D | Instructions.cpp | 743 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledOperand(), Create() local
|