Searched refs:getSUBriOpcode (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 105 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() function 353 const unsigned Opc = IsSub ? getSUBriOpcode(Uses64BitFramePtr, AbsOffset) in BuildStackAdjustment() 558 const unsigned Opc = getSUBriOpcode(Uses64BitFramePtr, Offset); in emitStackProbeInlineGenericBlock() 627 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, AlignOffset); in emitStackProbeInlineGenericLoop() 662 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, Offset); in emitStackProbeInlineGenericLoop() 671 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in emitStackProbeInlineGenericLoop() 707 const unsigned Opc = getSUBriOpcode(Uses64BitFramePtr, TailOffset); in emitStackProbeInlineGenericLoop() 1111 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND() 1142 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND()
|
D | X86ISelLowering.cpp | 32278 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() function 32360 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 98 static unsigned getSUBriOpcode(unsigned IsLP64, int64_t Imm) { in getSUBriOpcode() function 356 unsigned Opc = IsSub ? getSUBriOpcode(Uses64BitFramePtr, AbsOffset) in BuildStackAdjustment()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 95 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() function 384 unsigned Opc = IsSub ? getSUBriOpcode(Uses64BitFramePtr, AbsOffset) in BuildStackAdjustment()
|