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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp100 CallInst *NewCI = Builder.CreateCall(FCache, Args); local
H A DIntrinsicLowering.cpp45 CallInst *NewCI = Builder.CreateCall(FCache, Args); local
H A DAtomicExpandPass.cpp911 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( local
1086 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, local
1092 LLVM_DEBUG(dbgs() << "Replaced " << *CI << " with " << *NewCI << "\\n"); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp334 auto *NewCI = local
241 copyMustTailReturn(BasicBlock *SplitBB, Instruction *CI, Instruction *NewCI) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp489 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp369 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), local
814 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, local
832 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), local
H A DInstCombineCasts.cpp1782 CallInst *NewCI = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp824 CallInst *NewCI = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2000 CallInst *NewCI = CallInst::Create( local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp508 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledOperand(), local

Completed in 293 milliseconds