Lines Matching full:is64bit
374 bool is64Bit = TheTriple.getArch() == Triple::x86_64;
378 if (is64Bit)
392 int stackGrowth = is64Bit ? -8 : -4;
396 MachineLocation Src(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
400 MachineLocation CSDst(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
401 MachineLocation CSSrc(is64Bit ? X86::RIP : X86::EIP);
413 bool is64Bit = T.getArch() == Triple::x86_64;
420 if (is64Bit)
424 } else if (T.isOSWindows() && is64Bit)
435 if (is64Bit)
443 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit)
451 CM = is64Bit ? CodeModel::Large : CodeModel::Small;