Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp151 const Value *CalleeV = CB.getCalledOperand()->stripPointerCasts(); in lowerCall() local
156 CalleeV = cast<ConstantPtrAuth>(CalleeV)->getPointer(); in lowerCall()
157 assert(isa<Function>(CalleeV)); in lowerCall()
160 if (const Function *F = dyn_cast<Function>(CalleeV)) { in lowerCall()
168 } else if (isa<GlobalIFunc>(CalleeV) || isa<GlobalAlias>(CalleeV)) { in lowerCall()
172 Info.Callee = MachineOperand::CreateGA(cast<GlobalValue>(CalleeV), 0); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1360 const Value *CalleeV = Callee.OrigValue->stripPointerCasts(); in lowerChainCall() local
1361 if (const Function *F = dyn_cast<Function>(CalleeV)) { in lowerChainCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9448 const Value *CalleeV = CB.getCalledOperand(); in LowerCallSiteWithPtrAuthBundle() local
9461 if (const auto *CalleeCPA = dyn_cast<ConstantPtrAuth>(CalleeV)) in LowerCallSiteWithPtrAuthBundle()
9468 assert(!isa<Function>(CalleeV) && "invalid direct ptrauth call"); in LowerCallSiteWithPtrAuthBundle()
9474 LowerCallTo(CB, getValue(CalleeV), CB.isTailCall(), CB.isMustTailCall(), in LowerCallSiteWithPtrAuthBundle()