Searched refs:Log2SlotSize (Results 1 – 1 of 1) sorted by relevance
110 unsigned Log2SlotSize; member in __anon49792e110111::X86CallFrameOptimization209 Advantage += (CC.ExpectedDist >> Log2SlotSize) * 3; in isProfitable()226 Log2SlotSize = Log2_32(SlotSize); in runOnMachineFunction()335 FrameSetup->getOperand(0).getImm() >> Log2SlotSize; in collectCallInfo()401 StackDisp >>= Log2SlotSize; in collectCallInfo()465 for (int Idx = (Context.ExpectedDist >> Log2SlotSize) - 1; Idx >= 0; --Idx) { in adjustCallSequence()