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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp100 CallInst *NewCI = Builder.CreateCall(FCache, Args); local
H A DIntrinsicLowering.cpp46 CallInst *NewCI = Builder.CreateCall(FCache, Args); local
H A DAtomicExpandPass.cpp892 AtomicCmpXchgInst *NewCI = Builder.CreateAtomicCmpXchg( local
1070 auto *NewCI = Builder.CreateAtomicCmpXchg(NewAddr, NewCmp, NewNewVal, local
1076 LLVM_DEBUG(dbgs() << "Replaced " << *CI << " with " << *NewCI << "\\n"); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp337 Instruction *NewCI = local
243 copyMustTailReturn(BasicBlock *SplitBB, Instruction *CI, Instruction *NewCI) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp492 CallInst *NewCI = Builder.CreateCall(SetJmp3, Args, OpBundles); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp823 CallInst *NewCI = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp369 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), local
819 CastInst *NewCI = CastInst::Create(FirstCI->getOpcode(), PhiVal, local
837 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(), local
H A DInstCombineCasts.cpp1691 CallInst *NewCI = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1934 CallInst *NewCI = CallInst::Create( local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp453 auto *NewCI = CallInst::Create(CI->getFunctionType(), CI->getCalledValue(), local

Completed in 254 milliseconds