Home
last modified time | relevance | path

Searched defs:IsLP64 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FrameLowering.h48 bool IsLP64; variable
H A DX86FrameLowering.cpp110 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()
122 static unsigned getADDriOpcode(bool IsLP64, int64_t Imm) { in getADDriOpcode()
134 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode()
138 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode()
142 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()
153 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode()
2953 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
H A DX86ISelLowering.cpp35976 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()
36093 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local