Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h43 bool IsLP64; variable
H A DX86FrameLowering.cpp109 static unsigned getSUBriOpcode(bool IsLP64) { in getSUBriOpcode()
113 static unsigned getADDriOpcode(bool IsLP64) { in getADDriOpcode()
117 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode()
121 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode()
125 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()
129 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode()
3166 static unsigned GetScratchRegister(bool Is64Bit, bool IsLP64, in GetScratchRegister()
H A DX86ISelLowering.cpp35231 static unsigned getSUBriOpcode(bool IsLP64) { in getSUBriOpcode()
35343 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local