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

1 2

  /external/compiler-rt/make/platform/
multi_arch.mk 5 Arch := i386
6 Arch.m64 := x86_64
clang_linux.mk 6 Arch := unknown
24 # Define configs only if arch in triple is i386 or x86_64
55 Arch.full-i386 := i386
56 Arch.profile-i386 := i386
57 Arch.asan-i386 := i386
58 Arch.ubsan-i386 := i386
65 Arch.full-x86_64 := x86_64
66 Arch.profile-x86_64 := x86_64
67 Arch.asan-x86_64 := x86_64
68 Arch.tsan-x86_64 := x86_6
    [all...]
darwin_fat.mk 17 # 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.
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:
37 # <Option Name>.<Arch Name> := ...
38 # <Option Name>.<Config Name>.<Arch Name> := ...
  /external/compiler-rt/
Makefile 47 @echo " <platform name>-<config name>-<arch name>:"
48 @echo " build the libraries for a single config and arch"
135 $(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
168 $(foreach arch,$(Tmp.ArchsToBuild),\
169 $(call PerPlatformConfigArch_template,$(arch)))
173 $(call Set,Tmp.Arch,$(1)
    [all...]
  /development/libraries/stereocamera/
source.properties 7 Archive.Arch=ANY
  /external/clang/include/clang/Basic/
ObjCRuntime.h 93 bool isLegacyDispatchDefaultForArch(llvm::Triple::ArchType Arch) {
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/compiler-rt/make/
lib_platforms.mk 7 PerConfigVariables := UniversalArchs Arch $(AvailableOptions)
33 $$(foreach arch,$(AvailableArchs),\
34 $$(call Set,$$(var).$$(arch),UNDEFINED)))
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'))
61 $$(foreach arch,$(AvailableArchs),\
62 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(arch))),\
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 166 Triple::ArchType Arch;
169 if (Arch == Triple::arm || Arch == Triple::thumb)
171 else if (Arch == Triple::mipsel || Arch == Triple::mips)
173 else if (Arch == Triple::ppc64)
RuntimeDyldMachO.cpp 46 switch (Arch) {
264 if (Arch == Triple::arm && (RelType & 0xf) == macho::RIT_ARM_Branch24Bit) {
RuntimeDyld.cpp 70 Arch = (Triple::ArchType)obj->getArch();
342 if (Arch == Triple::arm) {
348 } else if (Arch == Triple::mipsel || Arch == Triple::mips) {
365 } else if (Arch == Triple::ppc64) {
RuntimeDyldELF.cpp 568 switch (Arch) {
663 if (Arch == Triple::arm &&
695 } else if ((Arch == Triple::mipsel || Arch == Triple::mips) &&
742 } else if (Arch == Triple::ppc64) {
  /external/llvm/include/llvm/ADT/
Triple.h 125 /// The parsed arch type.
126 ArchType Arch;
143 Triple() : Data(), Arch(), Vendor(), OS(), Environment() {}
165 ArchType getArch() const { return Arch; }
  /external/llvm/lib/Object/
MachOObjectFile.cpp 758 unsigned Arch = getArch();
759 bool isScattered = (Arch != Triple::x86_64) &&
775 unsigned Arch = getArch();
776 bool isScattered = (Arch != Triple::x86_64) &&
820 unsigned Arch = getArch();
821 bool isScattered = (Arch != Triple::x86_64) &&
830 switch (Arch) {
954 unsigned Arch = getArch();
955 bool isScattered = (Arch != Triple::x86_64) &&
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 636 Triple::ArchType Arch = T.getArch();
637 // FIXME: Checking for Arch here to filter out bogus triples such as
639 if ((Arch == Triple::x86 || Arch == Triple::x86_64 ||
640 Arch == Triple::arm || Arch == Triple::thumb ||
641 Arch == Triple::ppc || Arch == Triple::ppc64 ||
642 Arch == Triple::UnknownArch) &&
646 } else if ((Arch == Triple::x86 || Arch == Triple::x86_64) &
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 307 Arch(parseArch(getArchName())),
321 Arch(parseArch(ArchStr.str())),
336 Arch(parseArch(ArchStr.str())),
350 // component movement when a component parses as (eg) both a valid arch and a
352 ArchType Arch = UnknownArch;
354 Arch = parseArch(Components[0]);
368 Found[0] = Arch != UnknownArch;
391 Arch = parseArch(Comp);
392 Valid = Arch != UnknownArch;
464 // Special case logic goes here. At this point Arch, Vendor and OS have th
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 81 StringRef Arch,
188 llvm::Triple::ArchType arch = triple.getArch(); local
189 bool is64bit = arch == llvm::Triple::ppc64 || arch == llvm::Triple::x86_64;
200 StringRef Arch,
202 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
204 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
206 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward",
277 AddPath("/boot/develop/headers/os/arch", System, false)
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 141 if (const char *Arch = GetArmArchForMArch(A->getValue()))
142 return Arch;
145 if (const char *Arch = GetArmArchForMCpu(A->getValue()))
146 return Arch;
619 // triple arch, or the arch being bound.
738 // Add the arch options based on the particular spelling of -arch, to match
815 llvm_unreachable("invalid Darwin arch");
    [all...]
Tools.cpp 441 /// getLLVMArchSuffixForARM - Get the LLVM arch name to use for a particular
489 // Otherwise, if we have -march= choose the base CPU for that arch.
492 // Otherwise, use the Arch from the triple.
502 // then chose the minimum cpu for that arch.
647 // FIXME: Factor out an ARM class so we can cache the arch somewhere.
861 llvm_unreachable("Unexpected triple arch name");
    [all...]
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 44 template< int Arch,typename VectorLhs,typename VectorRhs,
  /external/llvm/unittests/ADT/
TripleTest.cpp 187 for (int Arch = 1+Triple::UnknownArch; Arch <= Triple::amdil; ++Arch) {
188 C[0] = Triple::getArchTypeName(Triple::ArchType(Arch));
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/eigen/Eigen/src/LU/
Inverse.h 211 template<int Arch, typename Scalar, typename MatrixType, typename ResultType>

Completed in 743 milliseconds

1 2