Home
last modified time | relevance | path

Searched defs:is64Bit (Results 1 – 25 of 70) sorted by relevance

123

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVMRuntime.java22 private static boolean is64Bit = true; field in ShadowVMRuntime
57 protected boolean is64Bit() { in is64Bit() method in ShadowVMRuntime
63 public static void setIs64Bit(boolean is64Bit) { in setIs64Bit()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVMRuntime.java23 private static boolean is64Bit = true; field in ShadowVMRuntime
60 protected boolean is64Bit() { in is64Bit() method in ShadowVMRuntime
66 public static void setIs64Bit(boolean is64Bit) { in setIs64Bit()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin()
47 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp45 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
90 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
DX86MCTargetDesc.cpp160 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local
203 bool is64Bit = TT.getArch() == Triple::x86_64; in adjustCodeGenOpts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp40 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
85 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h53 bool is64Bit() const { return Is64Bit; } in is64Bit() function
154 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCXCOFFObjectWriter.h29 bool is64Bit() const { return Is64Bit; } in is64Bit() function
DMCMachObjectWriter.h62 bool is64Bit() const { return Is64Bit; } in is64Bit() function
168 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
DMCWasmObjectWriter.h41 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.h26 bool is64Bit; variable
DSparcSubtarget.cpp71 bool is64Bit) in SparcSubtarget()
DSparcSubtarget.h116 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.h25 bool is64Bit; variable
DSparcSubtarget.cpp69 bool is64Bit) in SparcSubtarget()
DSparcSubtarget.h107 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp20 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h47 bool is64Bit() const { return is64bit; } in is64Bit() function
DNVPTXTargetMachine.cpp90 static std::string computeDataLayout(bool is64Bit) { in computeDataLayout()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h48 bool is64Bit() const { return is64bit; } in is64Bit() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSubtarget.h90 bool is64Bit() const { return HasRV64; } in is64Bit() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp594 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local
600 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode()
638 auto is64Bit = [] (unsigned Opcode) { in simplifyCode() local
644 auto getSextLoadOp = [] (bool is64Bit, bool isXForm) { in simplifyCode()
/external/llvm/lib/Target/X86/
DX86TargetMachine.cpp111 bool is64Bit = TT.getArch() == Triple::x86_64; in getEffectiveRelocModel() local
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp59 bool is64Bit; member in __anona95570340111::MachOWriter
513 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DMachOEmitter.cpp59 bool is64Bit; member in __anone6322a7b0111::MachOWriter
554 bool is64Bit = FatFile.Header.magic == MachO::FAT_MAGIC_64; in writeFatArchs() local

123