| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | TruncInstCombine.cpp | 417 if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionGraph() local 421 } else if (auto *NewCI = dyn_cast<TruncInst>(Res)) in ReduceExpressionGraph() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 339 if (auto *NewCI = dyn_cast_or_null<CallInst>(New)) in copyFlags() local 344 static Value *mergeAttributesAndFlags(CallInst *NewCI, const CallInst &Old) { in mergeAttributesAndFlags() 717 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), in optimizeStrCpy() local 748 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), LenV); in optimizeStpCpy() local 814 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), in optimizeStrLCpy() local 885 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, MemSetAlign); in optimizeStringNCpy() local 912 CallInst *NewCI = B.CreateMemCpy(Dst, Align(1), Src, Align(1), in optimizeStringNCpy() local 1625 CallInst *NewCI = B.CreateMemCpy(CI->getArgOperand(0), Align(1), in optimizeMemCpy() local 1675 CallInst *NewCI = in optimizeMemPCpy() local 1691 CallInst *NewCI = B.CreateMemMove(CI->getArgOperand(0), Align(1), in optimizeMemMove() local [all …]
|
| H A D | InlineFunction.cpp | 2920 CallInst *NewCI = CallInst::Create( in InlineFunction() local
|
| H A D | Local.cpp | 246 if (auto *NewCI = dyn_cast<ConstantInt>(SI->getCondition())) { in ConstantFoldTerminator() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CallSiteSplitting.cpp | 240 Instruction *NewCI) { in copyMustTailReturn() 331 auto *NewCI = in splitCallSite() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroAnnotationElide.cpp | 75 auto *NewCI = CallInst::Create(NewCallee->getFunctionType(), NewCallee, in processCall() local
|
| /freebsd/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 | 185 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall() local
|
| H A D | AtomicExpandPass.cpp | 1138 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( in expandPartwordCmpXchg() local 1316 auto *NewCI = Builder.CreateAtomicCmpXchg( in convertCmpXchgToIntegerType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 515 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in foldPHIArgBinOpIntoPHI() local 975 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, in foldPHIArgOpIntoPHI() local 993 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), in foldPHIArgOpIntoPHI() local
|
| H A D | InstCombineCasts.cpp | 1924 CallInst *NewCI = in visitFPTrunc() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1289 CaptureInfo NewCI = Tracker.CI & OrigCI; in addArgumentAttrs() local 1344 CaptureInfo NewCI = CaptureInfo(ArgumentSCC[0]->CC) & OrigCI; in addArgumentAttrs() local 1386 CaptureInfo NewCI = CaptureInfo(N->CC | CC) & OrigCI; in addArgumentAttrs() local
|
| H A D | WholeProgramDevirt.cpp | 893 auto *NewCI = CallInst::Create( in updatePublicTypeTestCalls() local
|
| H A D | Attributor.cpp | 3109 auto *NewCI = CallInst::Create(NewFn, NewArgOperands, OperandBundleDefs, in rewriteFunctionSignatures() local
|
| H A D | OpenMPOpt.cpp | 1281 CallInst *NewCI = in mergeParallelRegions() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86WinEHState.cpp | 489 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 523 llvm::CallInst *NewCI = Builder.CreateCall( in create() local 1424 if (auto *NewCI = dyn_cast<llvm::CastInst>(NewV)) in create() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1195 CallInst *NewCI = in runEHOnFunction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AutoUpgrade.cpp | 4591 CallInst *NewCI = Builder.CreateCall(NewFn, Args); in UpgradeIntrinsicCall() local
|
| H A D | Instructions.cpp | 810 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledOperand(), in Create() local
|