Searched refs:getSUBriOpcode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A 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() 566 const unsigned Opc = getSUBriOpcode(Uses64BitFramePtr, Offset); in emitStackProbeInlineGenericBlock() 646 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, AlignOffset); in emitStackProbeInlineGenericLoop() 683 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, Offset); in emitStackProbeInlineGenericLoop() 692 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in emitStackProbeInlineGenericLoop() 728 const unsigned Opc = getSUBriOpcode(Uses64BitFramePtr, TailOffset); in emitStackProbeInlineGenericLoop() 1134 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND() 1165 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND()
|
| H A D | X86ISelLowering.cpp | 32968 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() function 33050 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()
|