HomeSort by relevance Sort by last modified time
    Searched refs:Triple (Results 151 - 175 of 900) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/types/
PrimitiveColumnTypeAdapter.kt 51 Triple(INT, "getInt", "bindLong"),
52 Triple(SHORT, "getShort", "bindLong"),
53 Triple(BYTE, "getShort", "bindLong"),
54 Triple(LONG, "getLong", "bindLong"),
55 Triple(CHAR, "getInt", "bindLong"),
56 Triple(FLOAT, "getFloat", "bindDouble"),
57 Triple(DOUBLE, "getDouble", "bindDouble")
  /external/clang/lib/Driver/
ToolChains.h 82 llvm::Triple GCCTriple;
106 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args,
112 /// \brief Get the GCC triple for the detected install.
113 const llvm::Triple &getTriple() const { return GCCTriple; }
139 CollectLibDirsAndTriples(const llvm::Triple &TargetTriple,
140 const llvm::Triple &BiarchTriple,
146 void ScanLibDirForGCCTriple(const llvm::Triple &TargetArch,
152 void scanLibDirForGCCTripleSolaris(const llvm::Triple &TargetArch,
181 void init(const llvm::Triple &TargetTriple, const llvm::opt::ArgList &Args);
215 Generic_GCC(const Driver &D, const llvm::Triple &Triple
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 27 #include "llvm/ADT/Triple.h"
329 Triple TargetTriple;
344 /// of the specified triple.
346 ARMSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
483 const Triple &getTargetTriple() const { return TargetTriple; }
500 // FIXME: Add a flag for bare-metal for that target and set Triple::EABI
506 return (TargetTriple.getEnvironment() == Triple::EABI ||
507 TargetTriple.getEnvironment() == Triple::EABIHF) &&
511 return (TargetTriple.getEnvironment() == Triple::GNUEABI ||
512 TargetTriple.getEnvironment() == Triple::GNUEABIHF) &
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 86 static std::string getDataLayoutString(const Triple &T) {
87 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le;
91 if (T.getArch() == Triple::ppc64le)
100 if (!is64Bit || T.getOS() == Triple::Lv2)
120 const Triple &TT) {
124 if (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le) {
148 static std::unique_ptr<TargetLoweringObjectFile> createTLOF(const Triple &TT) {
157 static PPCTargetMachine::PPCABI computeTargetABI(const Triple &TT
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 72 case Triple::x86_64:
88 case Triple::aarch64:
89 case Triple::aarch64_be:
99 case Triple::bpfel:
100 case Triple::bpfeb:
110 case Triple::mips64el:
111 case Triple::mips64:
121 case Triple::ppc64le:
122 case Triple::ppc64:
132 case Triple::systemz
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
ToolChain.h 20 #include "llvm/ADT/Triple.h"
73 const llvm::Triple Triple;
100 /// The effective clang triple for the current Job.
101 mutable llvm::Triple EffectiveTriple;
103 /// Set the toolchain's effective clang triple.
104 void setEffectiveTriple(llvm::Triple ET) const {
113 ToolChain(const Driver &D, const llvm::Triple &T,
144 const llvm::Triple &getTriple() const { return Triple; }
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 12 #include "llvm/ADT/Triple.h"
23 static bool useCompactUnwind(const Triple &T) {
29 if (T.getArch() == Triple::aarch64)
42 (T.getArch() == Triple::x86_64 || T.getArch() == Triple::x86))
48 void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) {
58 if (T.isOSDarwin() && T.getArch() == Triple::aarch64)
134 Triple::ArchType ArchTy = T.getArch();
136 if (ArchTy == Triple::ppc || ArchTy == Triple::ppc64)
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 20 #include "llvm/ADT/Triple.h"
43 /// Select the Mips CPU for the given triple and cpu name.
45 StringRef MIPS_MC::selectMipsCPU(const Triple &TT, StringRef CPU) {
47 if (TT.getArch() == Triple::mips || TT.getArch() == Triple::mipsel)
61 static MCRegisterInfo *createMipsMCRegisterInfo(const Triple &TT) {
67 static MCSubtargetInfo *createMipsMCSubtargetInfo(const Triple &TT,
74 const Triple &TT) {
84 static MCInstPrinter *createMipsMCInstPrinter(const Triple &T,
92 static MCStreamer *createMCStreamer(const Triple &T, MCContext &Context
    [all...]
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 36 const Triple &TT) {
45 const Triple &TT) {
59 static MCRegisterInfo *createSparcMCRegisterInfo(const Triple &TT) {
66 createSparcMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) {
68 CPU = (TT.getArch() == Triple::sparcv9) ? "v9" : "v8";
83 static void adjustCodeGenOpts(const Triple &TT, Reloc::Model RM,
94 static void adjustCodeGenOptsV9(const Triple &TT, Reloc::Model RM,
121 static MCInstPrinter *createSparcMCInstPrinter(const Triple &T,
  /external/llvm/unittests/Support/
ThreadPool.cpp 14 #include "llvm/ADT/Triple.h"
25 Triple Host;
26 SmallVector<Triple::ArchType, 4> UnsupportedArchs;
27 SmallVector<Triple::OSType, 4> UnsupportedOSs;
28 SmallVector<Triple::EnvironmentType, 1> UnsupportedEnvironments;
32 Triple Host(Triple::normalize(sys::getProcessTriple()));
51 // UnsupportedArchs.push_back(Triple::x86_64);
54 UnsupportedArchs.push_back(Triple::ppc64le);
55 UnsupportedArchs.push_back(Triple::ppc64)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SubtargetFeature.h 22 #include "llvm/ADT/Triple.h"
109 /// target triple.
110 void getDefaultSubtargetFeatures(const Triple& Triple);

Completed in 2617 milliseconds

1 2 3 4 5 67 8 91011>>