Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp110 unsigned Log2SlotSize; member in __anon49792e110111::X86CallFrameOptimization
209 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp131 unsigned Log2SlotSize; member in __anon7ee6d9490111::X86CallFrameOptimization
227 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()