Searched refs:IsLP64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp46 IsLP64 = STI.isTarget64BitLP64();
98 static unsigned getSUBriOpcode(unsigned IsLP64, int64_t Imm) { argument
99 if (IsLP64) {
110 static unsigned getADDriOpcode(unsigned IsLP64, int64_t Imm) { argument
111 if (IsLP64) {
130 static unsigned getANDriOpcode(bool IsLP64, int64_t Imm) { argument
131 if (IsLP64) {
141 static unsigned getLEArOpcode(unsigned IsLP64) { argument
142 return IsLP64 ? X86::LEA64r : X86::LEA32r;
1990 GetScratchRegister(bool Is64Bit, bool IsLP64, cons
[all...]
H A DX86FrameLowering.h41 bool IsLP64; member in class:llvm::X86FrameLowering
H A DX86ISelLowering.cpp22050 const bool IsLP64 = Subtarget->isTarget64BitLP64();
22053 const unsigned TlsOffset = IsLP64 ? 0x70 : Is64Bit ? 0x40 : 0x30;
22084 physSPReg = IsLP64 || Subtarget->isTargetNaCl64() ? X86::RSP : X86::ESP;
22099 BuildMI(BB, DL, TII->get(IsLP64 ? X86::SUB64rr:X86::SUB32rr), SPLimitVReg)
22101 BuildMI(BB, DL, TII->get(IsLP64 ? X86::CMP64mr:X86::CMP32mr))
22117 if (IsLP64) {
22148 .addReg(IsLP64 ? X86::RAX : X86::EAX);
[all...]

Completed in 113 milliseconds