Searched refs:Log2SlotSize (Results 1 – 2 of 2) 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()
131 unsigned Log2SlotSize; member in __anon7ee6d9490111::X86CallFrameOptimization227 Advantage += (CC.ExpectedDist >> Log2SlotSize) * 3; in isProfitable()244 Log2SlotSize = Log2_32(SlotSize); in runOnMachineFunction()367 unsigned int MaxAdjust = TII->getFrameSize(*FrameSetup) >> Log2SlotSize; in collectCallInfo()441 StackDisp >>= Log2SlotSize; in collectCallInfo()505 for (int Idx = (Context.ExpectedDist >> Log2SlotSize) - 1; Idx >= 0; --Idx) { in adjustCallSequence()