Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp17 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { in PPCMCAsmInfoDarwin()
33 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { in PPCLinuxMCAsmInfo()
/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/lib/Target/PowerPC/
DPPCJITInfo.h26 bool is64Bit; variable
DPPCSubtarget.cpp66 const std::string &FS, bool is64Bit) in PPCSubtarget()
DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt()
296 bool is64Bit) { in PPCCompilationCallbackC()
DPPCTargetMachine.cpp32 bool is64Bit) in PPCTargetMachine()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.h26 bool is64Bit; variable
DSparcSubtarget.cpp71 bool is64Bit) in SparcSubtarget()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcSubtarget.cpp25 const std::string &FS, bool is64Bit) : in SparcSubtarget()
DSparcSubtarget.h44 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCELFObjectWriter.h34 bool is64Bit() { return Is64Bit; } in is64Bit() function
DMCMachObjectWriter.h51 bool is64Bit() const { return Is64Bit; } in is64Bit() function
142 bool is64Bit() const { return TargetObjectWriter->is64Bit(); } in is64Bit() function
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXSubtarget.cpp26 const std::string &FS, bool is64Bit) in PTXSubtarget()
DPTXSubtarget.h92 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h47 bool is64Bit() const { return is64bit; } in is64Bit() function
/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/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp52 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
DX86MCTargetDesc.cpp302 bool is64Bit = TheTriple.getArch() == Triple::x86_64; in createX86MCAsmInfo() local
338 bool is64Bit = T.getArch() == Triple::x86_64; in createX86MCCodeGenInfo() local
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DMachOObject.h100 bool is64Bit() const { return Is64Bit; } in is64Bit() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.cpp275 unsigned StackAlignOverride, bool is64Bit) in X86Subtarget()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h31 bool is64Bit, isLittleEndian; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DBinaryObject.h40 BinaryObject(bool isLittleEndian, bool is64Bit) in BinaryObject()
43 BinaryObject(const std::string &name, bool isLittleEndian, bool is64Bit) in BinaryObject()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h193 ELFSection(const std::string &name, bool isLittleEndian, bool is64Bit) in ELFSection()
209 uint64_t getInfo(bool is64Bit) const { in getInfo()

123