HomeSort by relevance Sort by last modified time
    Searched refs:is64Bit (Results 1 - 25 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.h 22 explicit PPCMCAsmInfoDarwin(bool is64Bit);
26 explicit PPCLinuxMCAsmInfo(bool is64Bit);
PPCMCAsmInfo.cpp 17 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {
18 if (is64Bit)
26 if (!is64Bit)
33 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
34 if (is64Bit)
58 if (!is64Bit)
62 Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.h 27 explicit PPCMCAsmInfoDarwin(bool is64Bit, const Triple &);
34 explicit PPCELFMCAsmInfo(bool is64Bit, const Triple &);
PPCMCAsmInfo.cpp 21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) {
22 if (is64Bit) {
30 if (!is64Bit)
47 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) {
52 if (is64Bit) {
77 Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetELFWriterInfo.h 31 bool is64Bit, isLittleEndian;
69 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; }
75 unsigned getHdrSize() const { return is64Bit ? 64 : 52; }
76 unsigned getSHdrSize() const { return is64Bit ? 64 : 40; }
79 unsigned getSymTabEntrySize() const { return is64Bit ? 24 : 16; }
83 unsigned getPrefELFAlignment() const { return is64Bit ? 8 : 4; }
87 return is64Bit ? (hasRelocationAddend() ? 24 : 16)
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcSubtarget.cpp 25 const std::string &FS, bool is64Bit) :
30 Is64Bit(is64Bit) {
35 if (is64Bit)
SparcSubtarget.h 30 bool Is64Bit;
34 const std::string &FS, bool is64bit);
44 bool is64Bit() const { return Is64Bit; }
47 if (is64Bit()) {
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetELFWriterInfo.cpp 21 is64Bit(is64Bit_), isLittleEndian(isLittleEndian_) {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 26 bool is64Bit;
30 is64Bit = tmIs64Bit;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ELFWriterInfo.cpp 30 EMachine = is64Bit ? EM_X86_64 : EM_386;
36 if (is64Bit) {
68 if (is64Bit) {
90 if (is64Bit) {
114 if (is64Bit) {
139 return is64Bit ?
X86ELFWriterInfo.h 33 virtual bool hasRelocationAddend() const { return is64Bit ? true : false; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCWasmObjectWriter.h 25 const unsigned Is64Bit : 1;
38 bool is64Bit() const { return Is64Bit; }
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 45 bool is64Bit = T.getArch() == Triple::x86_64;
46 if (is64Bit)
53 if (!is64Bit)
90 bool is64Bit = T.getArch() == Triple::x86_64;
96 PointerSize = (is64Bit && !isX32) ? 8 : 4;
99 CalleeSaveStackSlotSize = is64Bit ? 8 : 4;
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyELFObjectWriter.cpp 25 WebAssemblyELFObjectWriter(bool Is64Bit, uint8_t OSABI);
33 WebAssemblyELFObjectWriter::WebAssemblyELFObjectWriter(bool Is64Bit,
35 : MCELFObjectTargetWriter(Is64Bit, OSABI, ELF::EM_WEBASSEMBLY,
51 assert(!is64Bit() && "4-byte relocations only supported on wasm32");
54 assert(is64Bit() && "8-byte relocations only supported on wasm64");
62 bool Is64Bit,
65 new WebAssemblyELFObjectWriter(Is64Bit, OSABI);

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011