Home
last modified time | relevance | path

Searched refs:Log2SlotSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp124 unsigned Log2SlotSize = 0; member in __anon1b6d6e6f0111::X86CallFrameOptimization
229 Advantage += (CC.ExpectedDist >> Log2SlotSize) * 3; in isProfitable()
246 Log2SlotSize = Log2_32(SlotSize); in runOnMachineFunction()
369 unsigned int MaxAdjust = TII->getFrameSize(*FrameSetup) >> Log2SlotSize; in collectCallInfo()
443 StackDisp >>= Log2SlotSize; in collectCallInfo()
507 for (int Idx = (Context.ExpectedDist >> Log2SlotSize) - 1; Idx >= 0; --Idx) { in adjustCallSequence()