Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp107 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() function
365 const unsigned Opc = IsSub ? getSUBriOpcode(Uses64BitFramePtr, AbsOffset) in BuildStackAdjustment()
663 const unsigned Opc = getSUBriOpcode(Uses64BitFramePtr, Offset); in emitStackProbeInlineGenericBlock()
745 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, AlignOffset); in emitStackProbeInlineGenericLoop()
784 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, BoundOffset); in emitStackProbeInlineGenericLoop()
810 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in emitStackProbeInlineGenericLoop()
847 const unsigned Opc = getSUBriOpcode(Uses64BitFramePtr, TailOffset); in emitStackProbeInlineGenericLoop()
1285 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND()
1316 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND()
H A DX86ISelLowering.cpp34989 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() function
35071 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()