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

1 2 3 4 5 6

  /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/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.h 26 bool is64Bit;
30 is64Bit = tmIs64Bit;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCELFObjectWriter.h 21 const unsigned Is64Bit : 1;
34 bool is64Bit() { return Is64Bit; }
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 28 bool is64bit; member in class:llvm::NVPTXTargetMachine
40 CodeGenOpt::Level OP, bool is64bit);
47 bool is64Bit() const { return is64bit; }
  /external/llvm/lib/Target/Sparc/
SparcTargetMachine.h 26 bool is64Bit;
32 CodeGenOpt::Level OL, bool 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/swiftshader/third_party/LLVM/lib/Target/Sparc/
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/X86/MCTargetDesc/
X86MCAsmInfo.cpp 52 bool is64Bit = T.getArch() == Triple::x86_64;
53 if (is64Bit)
61 if (!is64Bit)
X86MCTargetDesc.cpp 302 bool is64Bit = TheTriple.getArch() == Triple::x86_64;
306 if (is64Bit)
318 int stackGrowth = is64Bit ? -8 : -4;
322 MachineLocation Src(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
326 MachineLocation CSDst(is64Bit ? X86::RSP : X86::ESP, stackGrowth);
327 MachineLocation CSSrc(is64Bit ? X86::RIP : X86::EIP);
338 bool is64Bit = T.getArch() == Triple::x86_64;
345 if (is64Bit)
349 } else if (T.isOSWindows() && is64Bit)
360 if (is64Bit)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 53 const unsigned Is64Bit : 1;
72 bool is64Bit() const { return Is64Bit; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 53 const unsigned Is64Bit : 1;
72 bool is64Bit() const { return Is64Bit; }
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 111 bool is64Bit = TT.getArch() == Triple::x86_64;
117 if (is64Bit)
121 if (TT.isOSWindows() && is64Bit)
131 if (is64Bit)
139 if (*RM == Reloc::Static && TT.isOSDarwin() && is64Bit)
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOObject.h 61 bool Is64Bit;
79 MachOObject(MemoryBuffer *Buffer, bool IsLittleEndian, bool Is64Bit);
100 bool is64Bit() const { return Is64Bit; }
103 return Is64Bit ? macho::Header64Size : macho::Header32Size;
130 assert(is64Bit() && "Invalid access!");
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
OutputBuffer.h 27 /// is64Bit/isLittleEndian - This information is inferred from the target
29 bool is64Bit, isLittleEndian;
32 bool is64bit, bool le)
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {}
105 if (!is64Bit)
150 if (!is64Bit)

Completed in 845 milliseconds

1 2 3 4 5 6