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

1 2

  /external/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 39 template <endianness E, bool Is64> struct ELFType {
46 static const bool Is64Bits = Is64;
48 typedef typename std::conditional<Is64, uint64_t, uint32_t>::type uint;
49 typedef Elf_Ehdr_Impl<ELFType<E, Is64>> Ehdr;
50 typedef Elf_Shdr_Impl<ELFType<E, Is64>> Shdr;
51 typedef Elf_Sym_Impl<ELFType<E, Is64>> Sym;
52 typedef Elf_Dyn_Impl<ELFType<E, Is64>> Dyn;
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr;
54 typedef Elf_Rel_Impl<ELFType<E, Is64>, false> Rel;
55 typedef Elf_Rel_Impl<ELFType<E, Is64>, true> Rela
    [all...]
  /external/v8/src/compiler/
code-assembler.cc 145 bool CodeAssembler::Is64() const { return raw_assembler()->machine()->Is64(); }
381 if (raw_assembler()->machine()->Is64()) {
388 if (raw_assembler()->machine()->Is64()) {
395 if (raw_assembler()->machine()->Is64()) {
memory-optimizer.cc 212 machine()->Is64() ? __ ChangeInt32ToInt64(size) : size),
263 __ IntAdd(top, machine()->Is64() ? __ ChangeInt32ToInt64(size) : size);
383 if (machine()->Is64()) {
machine-graph-verifier.cc 337 if (Is64()) {
548 static bool Is64() {
603 if (Is64()) {
code-assembler.h 196 bool Is64() const;
machine-operator.h 618 bool Is64() const { return word() == MachineRepresentation::kWord64; }
wasm-compiler.cc     [all...]
effect-control-linearizer.cc 873 if (machine()->Is64())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp     [all...]
  /external/v8/src/
code-stub-assembler.cc 585 if (Is64()) {
919 if (Is64()) {
932 if (Is64()) {
944 if (Is64()) {
961 if (Is64()) {
973 if (Is64()) {
    [all...]
code-stub-assembler.h 80 return Is64() ? INTPTR_PARAMETERS : SMI_PARAMETERS;
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8664Traits.h 307 sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, \
320 sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, \
334 sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, \
348 sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, \
362 sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, \
375 sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, \
428 sboxres, isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, \
433 assert((is64) || (is32) || (is16) || (is8) || \
436 ((is64) || RegisterSet::val == RegisterSet::Reg_rsp) \
502 unsigned Is64 : 1
    [all...]
IceTargetLoweringX8632Traits.h 282 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
295 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
309 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
323 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
337 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
350 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
402 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
472 unsigned Is64 : 1;
488 isGPR, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8, \
491 RegisterSet::val, is64, is32, is16, is8, isXmm, is64To8, is32To8, is16To8,
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 80 bool Is64 = O->is64Bit();
81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 405 milliseconds

1 2