Home
last modified time | relevance | path

Searched refs:setCalledOperand (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp229 NewCB->setCalledOperand(GuardDispatchLoad); in insertCFGuardDispatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp281 CB->setCalledOperand(Wrapper); in runOnModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp50 CB.setCalledOperand(ResumeAddr); in lowerResumeOrDestroy()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp760 CB->setCalledOperand(GuardCheck); in lowerCall()
973 CB->setCalledOperand(I->second); in processFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp489 CB.setCalledOperand(Callee); in promoteCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1384 void setCalledOperand(Value *V) { Op<CalledOperandOpEndIdx>() = V; }
1403 setCalledOperand(Fn);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp808 II.setCalledOperand(Intrinsic::getOrInsertDeclaration( in instCombineIntrinsic()
1573 II.setCalledOperand(Intrinsic::getOrInsertDeclaration( in instCombineIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp767 setCalledOperand(Func); in init()
779 setCalledOperand(Func); in init()
865 setCalledOperand(Fn); in init()
949 setCalledOperand(Fn); in init()
H A DAutoUpgrade.cpp4605 CI->setCalledOperand( in UpgradeIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp787 CB->setCalledOperand(NewV); in OptimizeAwayTrappingUsesOfValue()
2639 CS->setCalledOperand(Callee); in OptimizeNonTrivialIFuncs()
H A DWholeProgramDevirt.cpp1243 NewInst.setCalledOperand(Callee); in applySingleImplDevirt()
1258 CB.setCalledOperand(Callee); in applySingleImplDevirt()
H A DMemProfContextDisambiguation.cpp5203 CBClone->setCalledOperand(NewF.getCallee()); in applyImport()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp509 setCalledOperand(F); in setCalledFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1420 void setCalledOperand(Value *V) { getCalledOperandUse().set(V); } in setCalledOperand() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1164 dyn_cast<CallInst>(I)->setCalledOperand(PtrCastI); in deduceOperandElementType()