Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp417 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 DSimplifyLibCalls.cpp339 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 DInlineFunction.cpp2920 CallInst *NewCI = CallInst::Create( in InlineFunction() local
H A DLocal.cpp246 if (auto *NewCI = dyn_cast<ConstantInt>(SI->getCondition())) { in ConstantFoldTerminator() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp240 Instruction *NewCI) { in copyMustTailReturn()
331 auto *NewCI = in splitCallSite() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroAnnotationElide.cpp75 auto *NewCI = CallInst::Create(NewCallee->getFunctionType(), NewCallee, in processCall() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
H A DPreISelIntrinsicLowering.cpp185 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall() local
H A DAtomicExpandPass.cpp1138 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 DInstCombinePHI.cpp515 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 DInstCombineCasts.cpp1924 CallInst *NewCI = in visitFPTrunc() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1289 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 DWholeProgramDevirt.cpp893 auto *NewCI = CallInst::Create( in updatePublicTypeTestCalls() local
H A DAttributor.cpp3109 auto *NewCI = CallInst::Create(NewFn, NewArgOperands, OperandBundleDefs, in rewriteFunctionSignatures() local
H A DOpenMPOpt.cpp1281 CallInst *NewCI = in mergeParallelRegions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp489 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCall() local
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp523 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 DWebAssemblyLowerEmscriptenEHSjLj.cpp1195 CallInst *NewCI = in runEHOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4591 CallInst *NewCI = Builder.CreateCall(NewFn, Args); in UpgradeIntrinsicCall() local
H A DInstructions.cpp810 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledOperand(), in Create() local