Searched refs:CalleeOp (Results 1 – 4 of 4) sorted by relevance
516 const MachineOperand *CalleeOp = in analyzeResourceUsage() local519 const Function *Callee = getCalleeFunction(*CalleeOp); in analyzeResourceUsage()
963 const Value *CalleeOp = CB.getCalledOperand(); in updateImpl() local964 const Function *Callee = dyn_cast<Function>(CalleeOp); in updateImpl()966 if (const InlineAsm *IA = dyn_cast<InlineAsm>(CalleeOp)) in updateImpl()
936 const MachineOperand &CalleeOp = TII->getCalleeOperand(MI); in constructCallSiteEntryDIEs() local937 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()
3509 unsigned CalleeOp = 0; in fastLowerCall() local3514 CalleeOp = CalleeAM.Base.Reg; in fastLowerCall()3520 if (CalleeOp) { in fastLowerCall()3524 .addReg(CalleeOp); in fastLowerCall()