Searched refs:hexagon (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp120 case llvm::Triple::hexagon:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp330 case Triple::hexagon:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp1018 if (target.GetArchitecture().GetTriple().getArch() == llvm::Triple::hexagon) {
/freebsd-13-stable/contrib/byacc/
H A Dconfig.guess976 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/libevent/
H A Dconfig.guess939 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess939 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/ncurses/
H A Dconfig.guess976 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp354 case llvm::Triple::hexagon:
355 hexagon::getHexagonTargetFeatures(D, Args, Features);
1372 case llvm::Triple::hexagon:
1618 case llvm::Triple::hexagon:
2080 CmdArgs.push_back(Args.MakeArgString("-hexagon-small-data-threshold=" +
2088 CmdArgs.push_back("-enable-hexagon-ieee-rnd-near");
5486 TC.getArch() == llvm::Triple::hexagon))
H A DCommonArgs.cpp373 case llvm::Triple::hexagon:
374 return "hexagon" +
/freebsd-13-stable/contrib/sqlite3/
H A Dconfig.guess955 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/tcpdump/
H A Dconfig.guess955 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/unbound/
H A Dconfig.guess986 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/dialog/
H A Dconfig.guess955 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1935 case llvm::Triple::hexagon: {
/freebsd-13-stable/contrib/ldns/
H A Dconfig.guess963 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/libpcap/
H A Dconfig.guess955 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/file/
H A Dconfig.guess983 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1101 return "elf32-hexagon";
1168 return Triple::hexagon;
/freebsd-13-stable/crypto/openssh/
H A Dconfig.guess966 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1313 case Triple::hexagon:
2026 if (Obj->getArch() != Triple::hexagon) {
/freebsd-13-stable/contrib/openpam/
H A Dconfig.guess951 hexagon:Linux:*:*)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp160 case Triple::hexagon:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp73 #define DEBUG_TYPE "hexagon-lir"
99 "disable-hexagon-volatile-memcpy", cl::Hidden, cl::init(false),
258 INITIALIZE_PASS_BEGIN(HexagonLoopIdiomRecognize, "hexagon-loop-idiom",
267 INITIALIZE_PASS_END(HexagonLoopIdiomRecognize, "hexagon-loop-idiom",
2034 SCEVExpander Expander(*SE, *DL, "hexagon-loop-idiom");
2409 if (Triple(M.getTargetTriple()).getArch() != Triple::hexagon)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4927 if (Target.getArch() == llvm::Triple::hexagon)
5009 case llvm::Triple::hexagon:
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1705 AArch64/aarch64 AMDGPU/amdgcn ARM/arm BPF/bpf Hexagon/hexagon \

Completed in 513 milliseconds

123