Searched refs:nvptx (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Target/NVPTX/TargetInfo/
H A DNVPTXTargetInfo.cpp19 RegisterTarget<Triple::nvptx> X(TheNVPTXTarget32, "nvptx",
/external/llvm/lib/Support/
H A DTriple.cpp47 case nvptx: return "nvptx";
98 case nvptx: return "nvptx";
99 case nvptx64: return "nvptx";
208 .Case("nvptx", nvptx)
238 .Case("nvptx", "nvptx")
282 .Case("nvptx", Tripl
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h44 namespace nvptx { namespace
173 O << *nvptx::LowerConstant(Cexpr, AP);
H A DNVPTXAsmPrinter.cpp54 EmitLineNumbers("nvptx-emit-line-numbers", cl::Hidden,
59 InterleaveSrc("nvptx-emit-src", cl::ZeroOrMore, cl::Hidden,
118 using namespace nvptx;
119 const MCExpr *nvptx::LowerConstant(const Constant *CV, AsmPrinter &AP) {
/external/llvm/include/llvm/ADT/
H A DTriple.h74 nvptx, // NVPTX: 32-bit enumerator in enum:llvm::Triple::ArchType
/external/llvm/unittests/ADT/
H A DTripleTest.cpp367 T.setArch(Triple::nvptx);
368 EXPECT_EQ(Triple::nvptx, T.get32BitArchVariant().getArch());
392 EXPECT_EQ(Triple::nvptx, T.get32BitArchVariant().getArch());
/external/e2fsprogs/config/
H A Dconfig.sub328 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
/external/icu/icu4c/source/
H A Dconfig.sub328 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
/external/jemalloc/
H A Dconfig.sub328 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
/external/libpng/
H A Dconfig.sub328 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
/external/pcre/dist/
H A Dconfig.sub328 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
/external/clang/lib/Basic/
H A DTargets.cpp1367 return Feature == "ptx" || Feature == "nvptx";
6246 case llvm::Triple::nvptx:
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp6619 case llvm::Triple::nvptx:
/external/llvm/
H A Dconfigure1451 hexagon, xcore, msp430, nvptx, systemz, r600, and
4162 nvptx-*) llvm_cv_target_arch="NVPTX" ;;
5394 nvptx) TARGETS_TO_BUILD="NVPTX $TARGETS_TO_BUILD" ;;
/external/clang/lib/Driver/
H A DTools.cpp5239 .Case("nvptx", llvm::Triple::nvptx)

Completed in 1815 milliseconds