Home | History | Annotate | Download | only in X86

Lines Matching defs:is64Bit

103           (STI.is64Bit() ? X86::ADJCALLSTACKDOWN64 : X86::ADJCALLSTACKDOWN32),
104 (STI.is64Bit() ? X86::ADJCALLSTACKUP64 : X86::ADJCALLSTACKUP32)),
1473 if (!Subtarget.is64Bit())
1951 if (Subtarget.is64Bit()) {
2007 if (Subtarget.is64Bit())
2077 bool is64Bit = Subtarget.is64Bit();
2130 unsigned Opc = is64Bit ? X86::LEA64_32r : X86::LEA32r;
2157 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV) : nullptr;
2172 : (is64Bit ? X86::LEA64_32r : X86::LEA32r);
2192 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
2203 : (is64Bit ? X86::LEA64_32r : X86::LEA32r);
2225 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
2240 Opc = is64Bit ? X86::LEA64_32r : X86::LEA32r;
2277 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
2310 unsigned Opc = is64Bit ? X86::LEA64_32r : X86::LEA32r;
2333 return is64Bit ? convertToThreeAddressWithLEA(MIOpc, MFI, MBBI, LV)
3119 Subtarget.is64Bit()) {
3202 if (STI.is64Bit())
4462 if (Subtarget.is64Bit())
4962 if (Subtarget.is64Bit()) {
5171 assert(!Subtarget.is64Bit() &&
5410 if (TM->getSubtarget<X86Subtarget>().is64Bit())
5526 const bool is64Bit = TM->getSubtarget<X86Subtarget>().is64Bit();
5532 is64Bit ? X86::RAX : X86::EAX)
5547 const bool is64Bit = TM->getSubtarget<X86Subtarget>().is64Bit();
5552 *TLSBaseAddrReg = RegInfo.createVirtualRegister(is64Bit
5561 .addReg(is64Bit ? X86::RAX : X86::EAX);