Searched refs:getSUBriOpcode (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 681 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, Offset); in emitStackProbeInlineGenericLoop() 690 const unsigned SUBOpc = getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in emitStackProbeInlineGenericLoop() 726 const unsigned Opc = getSUBriOpcode(Uses64BitFramePtr, TailOffset); in emitStackProbeInlineGenericLoop() 1130 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND() 1161 getSUBriOpcode(Uses64BitFramePtr, StackProbeSize); in BuildStackAlignAND()
|
| H A D | X86ISelLowering.cpp | 32775 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode() function 32857 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()
|