Searched refs:CalleeOp (Results 1 – 3 of 3) sorted by relevance
941 const MachineOperand &CalleeOp = MI.getOperand(0); in constructCallSiteEntryDIEs() local942 if (!CalleeOp.isGlobal() && !CalleeOp.isReg()) in constructCallSiteEntryDIEs()948 if (CalleeOp.isReg()) { in constructCallSiteEntryDIEs()949 CallReg = CalleeOp.getReg(); in constructCallSiteEntryDIEs()953 CalleeDecl = dyn_cast<Function>(CalleeOp.getGlobal()); in constructCallSiteEntryDIEs()
1003 const MachineOperand *CalleeOp in analyzeResourceUsage() local1006 const Function *Callee = getCalleeFunction(*CalleeOp); in analyzeResourceUsage()
3460 unsigned CalleeOp = 0; in fastLowerCall() local3465 CalleeOp = CalleeAM.Base.Reg; in fastLowerCall()3471 if (CalleeOp) { in fastLowerCall()3475 .addReg(CalleeOp); in fastLowerCall()