/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCAsmInfo.cpp | 17 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { in PPCMCAsmInfoDarwin() 33 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { in PPCLinuxMCAsmInfo()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCAsmInfo.cpp | 21 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/ |
D | X86MCAsmInfo.cpp | 45 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local 90 bool is64Bit = T.getArch() == Triple::x86_64; in X86ELFMCAsmInfo() local
|
D | X86MCTargetDesc.cpp | 160 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/ |
D | PPCJITInfo.h | 26 bool is64Bit; variable
|
D | PPCSubtarget.cpp | 66 const std::string &FS, bool is64Bit) in PPCSubtarget()
|
D | PPCJITInfo.cpp | 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ in EmitBranchToAt() 296 bool is64Bit) { in PPCCompilationCallbackC()
|
D | PPCTargetMachine.cpp | 32 bool is64Bit) in PPCTargetMachine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 26 bool is64Bit; variable
|
D | SparcSubtarget.cpp | 71 bool is64Bit) in SparcSubtarget()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcSubtarget.cpp | 25 const std::string &FS, bool is64Bit) : in SparcSubtarget()
|
D | SparcSubtarget.h | 44 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCELFObjectWriter.h | 34 bool is64Bit() { return Is64Bit; } in is64Bit() function
|
D | MCMachObjectWriter.h | 51 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/ |
D | PTXSubtarget.cpp | 26 const std::string &FS, bool is64Bit) in PTXSubtarget()
|
D | PTXSubtarget.h | 92 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.h | 47 bool is64Bit() const { return is64bit; } in is64Bit() function
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 53 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/ |
D | X86MCAsmInfo.cpp | 52 bool is64Bit = T.getArch() == Triple::x86_64; in X86MCAsmInfoDarwin() local
|
D | X86MCTargetDesc.cpp | 302 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/ |
D | MachOObject.h | 100 bool is64Bit() const { return Is64Bit; } in is64Bit() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.cpp | 275 unsigned StackAlignOverride, bool is64Bit) in X86Subtarget()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetELFWriterInfo.h | 31 bool is64Bit, isLittleEndian; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | BinaryObject.h | 40 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/ |
D | ELF.h | 193 ELFSection(const std::string &name, bool isLittleEndian, bool is64Bit) in ELFSection() 209 uint64_t getInfo(bool is64Bit) const { in getInfo()
|