Home
last modified time | relevance | path

Searched refs:CalledOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp183 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardCheck() local
197 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand}, Bundles); in insertCFGuardCheck()
212 Value *CalledOperand = CB->getCalledOperand(); in insertCFGuardDispatch() local
213 Type *CalledOperandType = CalledOperand->getType(); in insertCFGuardDispatch()
221 Bundles.emplace_back("cfguardtarget", CalledOperand); in insertCFGuardDispatch()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp441 Value *CalledOperand = CB->getCalledOperand(); in runOnFunction() local
442 if (VariadicWrapper == CalledOperand) in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp734 Value *CalledOperand = CB->getCalledOperand(); in lowerCall() local
754 B.CreateCall(GuardFnType, GuardCheckLoad, {CalledOperand, Thunk}, in lowerCall()