Searched defs:arch (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsEmulation.cpp25 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
26 assert(arch == llvm::Triple::mipsel || arch == llvm::Triple::mips64el);
27 unsigned bitclass = arch == llvm::Triple::mipsel ? 32 : 64;
H A DMipsLDBackend.cpp1008 llvm::Triple::ArchType arch = triple.getArch(); local
1010 if (llvm::Triple::mips64el == arch)
1013 assert (arch == llvm::Triple::mipsel);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Emulation.cpp25 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
26 assert (arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64);
27 if (arch == llvm::Triple::x86 ||
H A DX86LDBackend.cpp48 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
49 assert (arch == llvm::Triple::x86 || arch == llvm::Triple::x86_64);
50 if (arch == llvm::Triple::x86 ||
54 if (arch == llvm::Triple::x86)
776 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); local
777 if (arch == llvm::Triple::x86)
780 assert (arch == llvm::Triple::x86_64);
/frameworks/av/media/libeffects/loudness/common/core/
H A Dbyte_swapper.h28 namespace arch { namespace in namespace:le_fx
147 } // namespace arch
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp110 // Tag_CPU_arch (=6) [The arch] 0
494 * Combine the main and secondary CPU arch value
516 * Given a CPU arch X and a CPU arch Y in which Y is newer than X, the value in
517 * cpu_compatibility_table[X][Y] is the CPU arch required to run ISA both from X
544 * Helper function to determine the merge of two different CPU arch.
598 * Helper functions & data used in the merge of two different FP arch.
732 assert(out_cpu_arch_attr.isInitialized() && "CPU arch has never set!");
811 assert(out_fp_arch_attr.isInitialized() && "FP arch has never set!");
1079 int arch local
1091 int arch = m_Attrs[Tag_CPU_arch].getIntValue(); local
[all...]

Completed in 703 milliseconds