Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp367 static unsigned getSUBriOpcode(unsigned is64Bit, int64_t Imm) { in getSUBriOpcode() function
419 New = BuildMI(MF, DL, TII.get(getSUBriOpcode(Is64Bit, Amount)), in eliminateCallFramePseudoInstr()
451 unsigned Opc = getSUBriOpcode(Is64Bit, CalleeAmt); in eliminateCallFramePseudoInstr()
DX86FrameLowering.cpp58 static unsigned getSUBriOpcode(unsigned is64Bit, int64_t Imm) { in getSUBriOpcode() function
157 ? getSUBriOpcode(Is64Bit, Offset) in emitSPUpdate()
694 TII.get(getSUBriOpcode(Is64Bit, -TailCallReturnAddrDelta)), in emitPrologue()