Home
last modified time | relevance | path

Searched refs:CalleeOp (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUResourceUsageAnalysis.cpp516 const MachineOperand *CalleeOp = in analyzeResourceUsage() local
519 const Function *Callee = getCalleeFunction(*CalleeOp); in analyzeResourceUsage()
HDAMDGPUAttributor.cpp963 const Value *CalleeOp = CB.getCalledOperand(); in updateImpl() local
964 const Function *Callee = dyn_cast<Function>(CalleeOp); in updateImpl()
966 if (const InlineAsm *IA = dyn_cast<InlineAsm>(CalleeOp)) in updateImpl()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp936 const MachineOperand &CalleeOp = TII->getCalleeOperand(MI); in constructCallSiteEntryDIEs() local
937 if (!CalleeOp.isGlobal() && in constructCallSiteEntryDIEs()
938 (!CalleeOp.isReg() || !CalleeOp.getReg().isPhysical())) in constructCallSiteEntryDIEs()
944 if (CalleeOp.isReg()) { in constructCallSiteEntryDIEs()
945 CallReg = CalleeOp.getReg(); in constructCallSiteEntryDIEs()
949 CalleeDecl = dyn_cast<Function>(CalleeOp.getGlobal()); in constructCallSiteEntryDIEs()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp3509 unsigned CalleeOp = 0; in fastLowerCall() local
3514 CalleeOp = CalleeAM.Base.Reg; in fastLowerCall()
3520 if (CalleeOp) { in fastLowerCall()
3524 .addReg(CalleeOp); in fastLowerCall()