Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h42 bool IsLP64; variable
H A DX86FrameLowering.cpp105 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()
117 static unsigned getADDriOpcode(bool IsLP64, int64_t Imm) { in getADDriOpcode()
129 static unsigned getSUBrrOpcode(bool IsLP64) { in getSUBrrOpcode()
133 static unsigned getADDrrOpcode(bool IsLP64) { in getADDrrOpcode()
137 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()
148 static unsigned getLEArOpcode(bool IsLP64) { in getLEArOpcode()
2694 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
H A DX86ISelLowering.cpp32775 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { in getSUBriOpcode()
32892 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local