Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86FrameLowering.cpp58 static unsigned getSUBriOpcode(unsigned IsLP64, int64_t Imm) { in getSUBriOpcode() function
157 ? getSUBriOpcode(IsLP64, Offset) in emitSPUpdate()
455 TII.get(getSUBriOpcode(IsLP64, -TailCallReturnAddrDelta)), in emitPrologue()
1512 New = BuildMI(MF, DL, TII.get(getSUBriOpcode(IsLP64, Amount)), in eliminateCallFramePseudoInstr()
1544 unsigned Opc = getSUBriOpcode(IsLP64, CalleeAmt); in eliminateCallFramePseudoInstr()