Searched refs:Arch (Results 1 - 25 of 50) sorted by relevance

12

/external/llvm/lib/Target/CppBackend/TargetInfo/
H A DCppBackendTargetInfo.cpp17 static bool CppBackend_TripleMatchQuality(Triple::ArchType Arch) { argument
/external/chromium_org/tools/cr/cr/base/
H A Darch.py14 class Arch(cr.Plugin, cr.Plugin.Type): class in inherits:cr.Plugin, cr.Plugin.Type
29 class IA32Arch(Arch):
36 class Mips32Arch(Arch):
47 class X64Arch(Arch):
58 class Arm32Arch(Arch):
73 class Arm64Arch(Arch):
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h61 if (Arch == Triple::aarch64 || Arch == Triple::arm64 ||
62 Arch == Triple::aarch64_be || Arch == Triple::arm64_be)
64 if (Arch == Triple::arm || Arch == Triple::thumb)
66 else if (Arch == Triple::mipsel || Arch == Triple::mips)
68 else if (Arch == Triple::ppc64 || Arch
[all...]
H A DRuntimeDyldMachO.h55 if (Arch == Triple::arm || Arch == Triple::thumb)
57 else if (Arch == Triple::x86_64)
H A DRuntimeDyld.cpp112 Arch = (Triple::ArchType)Obj->getArch();
521 if (Arch == Triple::aarch64 || Arch == Triple::aarch64_be ||
522 Arch == Triple::arm64 || Arch == Triple::arm64_be) {
540 } else if (Arch == Triple::arm || Arch == Triple::armeb) {
546 } else if (Arch == Triple::mipsel || Arch == Triple::mips) {
563 } else if (Arch
[all...]
/external/chromium_org/tools/cr/cr/fixups/
H A Darch.py23 old_arch = config.OVERRIDES.Find(cr.Arch.SELECTOR)
27 config.OVERRIDES[cr.Arch.SELECTOR] = new_arch
42 return cr.Arch.default.name
/external/compiler-rt/make/platform/
H A Dmulti_arch.mk5 Arch := i386 macro
6 Arch.m64 := x86_64
H A Dclang_linux.mk6 Arch := unknown macro
54 Arch.builtins-i386 := i386
55 Arch.profile-i386 := i386
56 Arch.san-i386 := i386
57 Arch.asan-i386 := i386
58 Arch.asan_cxx-i386 := i386
59 Arch.ubsan-i386 := i386
60 Arch.ubsan_cxx-i386 := i386
68 Arch.builtins-x86_64 := x86_64
69 Arch
[all...]
H A Ddarwin_fat.mk17 # Arch - The target architecture; this must match the compiler-rt name for the
22 # Arch.<Config Name> - Set the target architecture on a per-config basis.
37 # <Option Name>.<Arch Name> := ...
38 # <Option Name>.<Config Name>.<Arch Name> := ...
/external/compiler-rt/
H A DMakefile135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
137 $(call GetCNAVar,SHARED_LIBRARY_SUFFIX,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
151 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch))))
167 # Per-Config-Arch Libraries
173 $(call Set,Tmp.Arch,$(1))
174 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch))
177 $(call GetCNAVar,FUNCTIONS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
179 $(call GetCNAVar,OPTIMIZED,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
181 $(call GetCNAVar,AR,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
[all...]
/external/compiler-rt/make/
H A Dlib_platforms.mk7 PerConfigVariables := UniversalArchs Arch $(AvailableOptions)
45 # Check that exactly one of UniversalArchs or Arch was defined.
47 $$(call strneq,UNDEFINED,$$(Arch))),\
48 $$(error '$(1)': cannot define both 'UniversalArchs' and 'Arch'))
50 $$(call strneq,UNDEFINED,$$(Arch))),,\
51 $$(error '$(1)': must define one of 'UniversalArchs' and 'Arch'))
/external/llvm/lib/Support/Unix/
H A DHost.inc43 std::string Arch = ArchSplit.first;
45 std::string Triple(Arch);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp65 void ARMTargetStreamer::emitArch(unsigned Arch) {} argument
66 void ARMTargetStreamer::emitObjectArch(unsigned Arch) {} argument
H A DARMELFStreamer.cpp136 void emitArch(unsigned Arch) override;
137 void emitObjectArch(unsigned Arch) override;
249 void ARMTargetAsmStreamer::emitArch(unsigned Arch) {
250 OS << "\t.arch\t" << GetArchName(Arch) << "\n";
252 void ARMTargetAsmStreamer::emitObjectArch(unsigned Arch) {
253 OS << "\t.object_arch\t" << GetArchName(Arch) << '\n';
309 unsigned Arch;
410 void emitArch(unsigned Arch) override;
411 void emitObjectArch(unsigned Arch) override;
425 Arch(AR
[all...]
/external/clang/include/clang/Basic/
H A DObjCRuntime.h93 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) { argument
97 if (Arch == llvm::Triple::arm ||
98 Arch == llvm::Triple::x86 ||
99 Arch == llvm::Triple::x86_64)
105 return Arch != llvm::Triple::x86_64;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.cpp106 Triple::ArchType Arch = Triple::getArchTypeForLLVMName("r600"); local
107 if (Arch == Triple::UnknownArch) {
108 fprintf(stderr, "Unknown Arch\n");
110 AMDGPUTriple.setArch(Arch);
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.cpp106 Triple::ArchType Arch = Triple::getArchTypeForLLVMName("r600"); local
107 if (Arch == Triple::UnknownArch) {
108 fprintf(stderr, "Unknown Arch\n");
110 AMDGPUTriple.setArch(Arch);
/external/libvpx/
H A Dlibvpx.mk6 ## Arch-common settings
/external/llvm/lib/Object/
H A DMachOUniversal.cpp133 static bool getCTMForArch(Triple::ArchType Arch, MachO::CPUType &CTM) { argument
134 switch (Arch) {
146 MachOUniversalBinary::getObjectForArch(Triple::ArchType Arch) const {
148 if (!getCTMForArch(Arch, CTM))
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp825 Triple::ArchType Arch = TT.getArch(); local
826 // FIXME: Checking for Arch here to filter out bogus triples such as
828 if ((Arch == Triple::x86 || Arch == Triple::x86_64 ||
829 Arch == Triple::arm || Arch == Triple::thumb ||
830 Arch == Triple::arm64 || Arch == Triple::aarch64 ||
831 Arch == Triple::ppc || Arch
[all...]
/external/chromium_org/tools/cr/cr/commands/
H A Dinit.py14 cr.Platform.SELECTOR, cr.BuildType.SELECTOR, cr.Arch.SELECTOR,
44 cr.Arch.AddArguments(parser)
/external/llvm/lib/Support/
H A DTargetRegistry.cpp75 Triple::ArchType Arch = Triple(TT).getArch(); local
77 if (it->ArchMatchFn(Arch)) {
H A DTriple.cpp385 Arch(parseArch(getArchName())),
402 Arch(parseArch(ArchStr.str())),
418 Arch(parseArch(ArchStr.str())),
437 ArchType Arch = UnknownArch; local
439 Arch = parseArch(Components[0]);
456 Found[0] = Arch != UnknownArch;
479 Arch = parseArch(Comp);
480 Valid = Arch != UnknownArch;
556 // Special case logic goes here. At this point Arch, Vendor and OS have the
784 static unsigned getArchPointerBitWidth(llvm::Triple::ArchType Arch) { argument
[all...]
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h107 getObjectForArch(Triple::ArchType Arch) const;
/external/llvm/include/llvm/ADT/
H A DTriple.h152 ArchType Arch; member in class:llvm::Triple
172 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
194 ArchType getArch() const { return Arch; }

Completed in 842 milliseconds

12