Searched defs:NewCI (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp45 CallInst *NewCI = Builder.CreateCall(FCache, Args); local
H A DPreISelIntrinsicLowering.cpp151 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); local
H A DAtomicExpandPass.cpp1006 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( local
1183 auto *NewCI = Builder.CreateAtomicCmpXchg( local
1188 LLVM_DEBUG(dbgs() << "Replaced " << *CI << " with " << *NewCI << "\\n"); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp331 auto *NewCI = local
239 copyMustTailReturn(BasicBlock *SplitBB, Instruction *CI, Instruction *NewCI) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp485 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp483 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), local
952 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, local
970 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), local
H A DInstCombineCasts.cpp1832 CallInst *NewCI = local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1197 CallInst *NewCI = local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp862 auto *NewCI = CallInst::Create( local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2488 CallInst *NewCI = CallInst::Create( local
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp743 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledOperand(), local

Completed in 151 milliseconds