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

12

/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
53 Arch.full-i386 := i386
54 Arch.profile-i386 := i386
55 Arch.san-i386 := i386
56 Arch.asan-i386 := i386
57 Arch.ubsan-i386 := i386
58 Arch.ubsan_cxx-i386 := i386
65 Arch.full-x86_64 := x86_64
66 Arch.profile-x86_64 := x86_64
67 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/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h166 Triple::ArchType Arch; member in class:llvm::RuntimeDyldImpl
169 if (Arch == Triple::aarch64)
171 if (Arch == Triple::arm || Arch == Triple::thumb)
173 else if (Arch == Triple::mipsel || Arch == Triple::mips)
175 else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le)
177 else if (Arch == Triple::x86_64)
179 else if (Arch
[all...]
H A DRuntimeDyld.cpp74 Arch = (Triple::ArchType)obj->getArch();
358 if (Arch == Triple::aarch64) {
376 } else if (Arch == Triple::arm) {
382 } else if (Arch == Triple::mipsel || Arch == Triple::mips) {
399 } else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le) {
417 } else if (Arch == Triple::systemz) {
H A DRuntimeDyldMachO.cpp117 switch (Arch) {
332 if (Arch == Triple::x86_64 && RelType == macho::RIT_X86_64_GOT) {
354 } else if (Arch == Triple::arm &&
H A DRuntimeDyldELF.cpp749 switch (Arch) {
861 if (Arch == Triple::aarch64 &&
910 } else if (Arch == Triple::arm &&
942 } else if ((Arch == Triple::mipsel || Arch == Triple::mips) &&
989 } else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le) {
1077 } else if (Arch == Triple::systemz &&
/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/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)
103 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/llvm/lib/Object/
H A DMachOUniversal.cpp116 static bool getCTMForArch(Triple::ArchType Arch, mach::CPUTypeMachine &CTM) { argument
117 switch (Arch) {
129 MachOUniversalBinary::getObjectForArch(Triple::ArchType Arch, argument
132 if (!getCTMForArch(Arch, CTM))
H A DMachOObjectFile.cpp907 unsigned Arch = this->getArch(); local
909 switch (Arch) {
998 unsigned Arch = this->getArch(); local
1009 if (Arch == Triple::x86_64) {
1062 } else if (Arch == Triple::x86 || Arch == Triple::arm) {
1087 if (Arch == Triple::x86) {
1172 unsigned Arch = getArch(); local
1180 if (Arch == Triple::x86 || Arch
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h132 ArchType Arch; member in class:llvm::Triple
149 Triple() : Data(), Arch(), Vendor(), OS(), Environment() {}
171 ArchType getArch() const { return Arch; }
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h95 error_code getObjectForArch(Triple::ArchType Arch,
/external/llvm/lib/Support/
H A DTriple.cpp317 Arch(parseArch(getArchName())),
331 Arch(parseArch(ArchStr.str())),
346 Arch(parseArch(ArchStr.str())),
362 ArchType Arch = UnknownArch; local
364 Arch = parseArch(Components[0]);
378 Found[0] = Arch != UnknownArch;
401 Arch = parseArch(Comp);
402 Valid = Arch != UnknownArch;
474 // Special case logic goes here. At this point Arch, Vendor and OS have the
668 static unsigned getArchPointerBitWidth(llvm::Triple::ArchType Arch) { argument
[all...]
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp663 Triple::ArchType Arch = T.getArch(); local
664 // FIXME: Checking for Arch here to filter out bogus triples such as
666 if ((Arch == Triple::x86 || Arch == Triple::x86_64 ||
667 Arch == Triple::arm || Arch == Triple::thumb ||
668 Arch == Triple::ppc || Arch == Triple::ppc64 ||
669 Arch == Triple::UnknownArch) &&
673 } else if ((Arch
[all...]
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp82 StringRef Arch,
201 StringRef Arch,
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
207 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
200 AddMinGWCPlusPlusIncludePaths(StringRef Base, StringRef Arch, StringRef Version) argument
/external/clang/lib/Driver/
H A DToolChains.cpp143 if (const char *Arch = GetArmArchForMArch(A->getValue()))
144 return Arch;
147 if (const char *Arch = GetArmArchForMCpu(A->getValue()))
148 return Arch;
1271 static bool isMipsArch(llvm::Triple::ArchType Arch) { argument
1272 return Arch == llvm::Triple::mips ||
1273 Arch == llvm::Triple::mipsel ||
1274 Arch == llvm::Triple::mips64 ||
1275 Arch == llvm::Triple::mips64el;
2019 static Distro DetectDistro(llvm::Triple::ArchType Arch) { argument
2165 isMipsR2Arch(llvm::Triple::ArchType Arch, const ArgList &Args) argument
2200 llvm::Triple::ArchType Arch = Triple.getArch(); local
[all...]
H A DTools.cpp494 // Otherwise, use the Arch from the triple.
3956 llvm::Triple::ArchType Arch = getToolChain().getArch(); local
3961 if (Arch == llvm::Triple::ppc)
3963 else if (Arch == llvm::Triple::ppc64)
3965 else if (Arch == llvm::Triple::ppc64le)
3976 if (Arch == llvm::Triple::x86 || Arch == llvm::Triple::ppc)
3978 else if (Arch == llvm::Triple::x86_64 || Arch == llvm::Triple::ppc64 ||
3979 Arch
5008 llvm::Triple::ArchType Arch = T.getArch(); local
5478 llvm::Triple::ArchType Arch = T.getArch(); local
5622 llvm::Triple::ArchType Arch = ToolChain.getArch(); local
[all...]
/external/eigen/Eigen/src/Geometry/
H A DOrthoMethods.h44 template< int Arch,typename VectorLhs,typename VectorRhs,
/external/llvm/unittests/ADT/
H A DTripleTest.cpp187 for (int Arch = 1+Triple::UnknownArch; Arch <= Triple::amdil; ++Arch) {
188 C[0] = Triple::getArchTypeName(Triple::ArchType(Arch));
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2039 Triple::ArchType Arch = TT.getArch(); local
2040 if (Arch == Triple::x86_64)
2042 else if (Arch == Triple::x86)
2044 else if (Arch == Triple::ppc)
2046 else if (Arch == Triple::ppc64)
2048 else if (Arch == Triple::arm || Arch == Triple::thumb)

Completed in 1241 milliseconds

12