Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp418 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 DSimplifyLibCalls.cpp327 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 DInlineFunction.cpp2488 CallInst *NewCI = CallInst::Create( InlineFunction() local
H A DLocal.cpp243 if (auto *NewCI = dyn_cast<ConstantInt>(SI->getCondition())) { ConstantFoldTerminator() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp240 Instruction *NewCI) { in copyMustTailReturn() argument
331 auto *NewCI = in splitCallSite() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp483 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 DInstCombineCasts.cpp1832 CallInst *NewCI = visitFPTrunc() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith() local
H A DPreISelIntrinsicLowering.cpp151 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall() local
H A DAtomicExpandPass.cpp1006 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 DX86WinEHState.cpp485 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); in rewriteSetJmpCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1197 CallInst *NewCI = runEHOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp862 auto *NewCI = CallInst::Create( in updatePublicTypeTestCalls() local
H A DAttributor.cpp3124 auto *NewCI = CallInst::Create(NewFn, NewArgOperands, OperandBundleDefs, rewriteFunctionSignatures() local
H A DOpenMPOpt.cpp1264 CallInst *NewCI = CallInst::Create(FT, Callee, Args, "", CI); mergeParallelRegions() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4224 Value *NewCI = Builder.CreateCall(NewFn, Args); UpgradeIntrinsicCall() local
H A DInstructions.cpp743 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledOperand(), Create() local