Home | History | Annotate | Download | only in X86

Lines Matching refs:CalleeAmt

1770   uint64_t CalleeAmt = isDestroy ? I->getOperand(1).getImm() : 0;
1797 Amount -= CalleeAmt;
1817 if (Opcode == TII.getCallFrameDestroyOpcode() && CalleeAmt) {
1821 unsigned Opc = getSUBriOpcode(IsLP64, CalleeAmt);
1823 .addReg(StackPtr).addImm(CalleeAmt);