Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.h41 bool IsLP64; variable
DX86FrameLowering.cpp98 static unsigned getSUBriOpcode(unsigned IsLP64, int64_t Imm) { in getSUBriOpcode()
110 static unsigned getADDriOpcode(unsigned IsLP64, int64_t Imm) { in getADDriOpcode()
130 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { in getANDriOpcode()
141 static unsigned getLEArOpcode(unsigned IsLP64) { in getLEArOpcode()
2056 GetScratchRegister(bool Is64Bit, bool IsLP64, const MachineFunction &MF, bool Primary) { in GetScratchRegister()
DX86ISelLowering.cpp23465 const bool IsLP64 = Subtarget.isTarget64BitLP64(); in EmitLoweredSegAlloca() local