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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp52 IsLP64 = STI.isTarget64BitLP64();
104 static unsigned getSUBriOpcode(bool IsLP64, int64_t Imm) { argument
105 if (IsLP64) {
116 static unsigned getADDriOpcode(bool IsLP64, int64_t Imm) { argument
117 if (IsLP64) {
128 static unsigned getSUBrrOpcode(bool IsLP64) { argument
129 return IsLP64 ? X86::SUB64rr : X86::SUB32rr;
132 static unsigned getADDrrOpcode(bool IsLP64) { argument
133 return IsLP64 ? X86::ADD64rr : X86::ADD32rr;
136 static unsigned getANDriOpcode(bool IsLP64, int64_ argument
147 getLEArOpcode(bool IsLP64) argument
[all...]
H A DX86FrameLowering.h41 bool IsLP64; member in class:llvm::X86FrameLowering
H A DX86ISelLowering.cpp[all...]

Completed in 143 milliseconds