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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
239 /// triple fields unknown.
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
242 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
239 /// triple fields unknown.
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
242 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
239 /// triple fields unknown.
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
242 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
239 /// triple fields unknown.
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
242 explicit Triple(const Twine &Str)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
239 /// triple fields unknown.
240 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
242 explicit Triple(const Twine &Str)
    [all...]
  /external/llvm/lib/Target/AMDGPU/TargetInfo/
AMDGPUTargetInfo.cpp 27 RegisterTarget<Triple::r600, false>
29 RegisterTarget<Triple::amdgcn, false> GCN(TheGCNTarget, "amdgcn", "AMD GCN GPUs");
  /external/llvm/lib/Target/NVPTX/TargetInfo/
NVPTXTargetInfo.cpp 19 RegisterTarget<Triple::nvptx> X(TheNVPTXTarget32, "nvptx",
21 RegisterTarget<Triple::nvptx64> Y(TheNVPTXTarget64, "nvptx64",
  /external/llvm/lib/Target/WebAssembly/TargetInfo/
WebAssemblyTargetInfo.cpp 16 #include "llvm/ADT/Triple.h"
26 RegisterTarget<Triple::wasm32> X(TheWebAssemblyTarget32, "wasm32",
28 RegisterTarget<Triple::wasm64> Y(TheWebAssemblyTarget64, "wasm64",
  /external/llvm/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 17 RegisterTarget<Triple::x86, /*HasJIT=*/true>
20 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/TargetInfo/
ARMTargetInfo.cpp 18 RegisterTarget<Triple::arm, /*HasJIT=*/true>
21 RegisterTarget<Triple::thumb, /*HasJIT=*/true>
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/TargetInfo/
PTXTargetInfo.cpp 20 // see llvm/ADT/Triple.h
21 RegisterTarget<Triple::ptx32> X32(ThePTX32Target, "ptx32",
23 RegisterTarget<Triple::ptx64> X64(ThePTX64Target, "ptx64",
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/TargetInfo/
PowerPCTargetInfo.cpp 18 RegisterTarget<Triple::ppc, /*HasJIT=*/true>
21 RegisterTarget<Triple::ppc64, /*HasJIT=*/true>
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/TargetInfo/
SparcTargetInfo.cpp 19 RegisterTarget<Triple::sparc> X(TheSparcTarget, "sparc", "Sparc");
20 RegisterTarget<Triple::sparcv9> Y(TheSparcV9Target, "sparcv9", "Sparc V9");
  /external/swiftshader/third_party/LLVM/lib/Target/X86/TargetInfo/
X86TargetInfo.cpp 18 RegisterTarget<Triple::x86, /*HasJIT=*/true>
21 RegisterTarget<Triple::x86_64, /*HasJIT=*/true>
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Triple.h 1 //===-- llvm/ADT/Triple.h - Target triple helper class ----------*- C++ -*-===//
23 /// Triple - Helper class for working with autoconf configuration names. For
37 /// At its core the Triple class is designed to be a wrapper for a triple
38 /// string; the constructor does not change or normalize the triple string.
44 class Triple {
237 /// triple fields unknown.
238 Triple() : Data(), Arch(), Vendor(), OS(), Environment(), ObjectFormat() {}
240 explicit Triple(const Twine &Str)
    [all...]
  /external/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCAsmInfo.cpp 16 #include "llvm/ADT/Triple.h"
20 AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT) {
  /external/llvm/lib/Target/Hexagon/TargetInfo/
HexagonTargetInfo.cpp 18 RegisterTarget<Triple::hexagon, /*HasJIT=*/false> X(TheHexagonTarget, "hexagon", "Hexagon");
  /external/llvm/lib/Target/Lanai/TargetInfo/
LanaiTargetInfo.cpp 19 RegisterTarget<Triple::lanai> X(TheLanaiTarget, "lanai", "Lanai");
  /external/llvm/lib/Target/MSP430/TargetInfo/
MSP430TargetInfo.cpp 18 RegisterTarget<Triple::msp430>
  /external/llvm/lib/Target/SystemZ/TargetInfo/
SystemZTargetInfo.cpp 18 RegisterTarget<Triple::systemz, /*HasJIT=*/true>
  /external/llvm/lib/Target/XCore/TargetInfo/
XCoreTargetInfo.cpp 18 RegisterTarget<Triple::xcore> X(TheXCoreTarget, "xcore", "XCore");
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/TargetInfo/
BlackfinTargetInfo.cpp 19 RegisterTarget<Triple::bfin> X(TheBlackfinTarget, "bfin",
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/TargetInfo/
CellSPUTargetInfo.cpp 18 RegisterTarget<Triple::cellspu>
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/TargetInfo/
MBlazeTargetInfo.cpp 18 RegisterTarget<Triple::mblaze> X(TheMBlazeTarget, "mblaze", "MBlaze");
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/TargetInfo/
MSP430TargetInfo.cpp 18 RegisterTarget<Triple::msp430>

Completed in 3086 milliseconds

12 3 4 5 6 7 8 91011>>