Searched refs:hexagon (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.cpp19 RegisterTarget<Triple::hexagon, /*HasJIT=*/true> X(
20 getTheHexagonTarget(), "hexagon", "Hexagon", "Hexagon");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp96 void hexagon::getHexagonTargetFeatures(const Driver &D, const ArgList &Args,
118 void hexagon::Assembler::RenderExtraToolArgs(const JobAction &JA,
122 void hexagon::Assembler::ConstructJob(Compilation &C, const JobAction &JA,
133 CmdArgs.push_back("--arch=hexagon");
140 "-mcpu=hexagon" +
189 void hexagon::Linker::RenderExtraToolArgs(const JobAction &JA,
240 CmdArgs.push_back("-march=hexagon");
241 CmdArgs.push_back(Args.MakeArgString("-mcpu=hexagon" + CpuVer));
246 // The following should be the default, but doing as hexagon-gcc does.
291 "hexagon/li
[all...]
H A DHexagon.h19 namespace hexagon { namespace in namespace:clang::driver::tools
26 : GnuTool("hexagon::Assembler", "hexagon-as", TC) {}
40 Linker(const ToolChain &TC) : GnuTool("hexagon::Linker", "hexagon-ld", TC) {}
56 } // end namespace hexagon.
84 const char *getDefaultLinker() const override { return "hexagon-link"; }
H A DLinux.cpp278 const bool IsHexagon = Arch == llvm::Triple::hexagon;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp116 } else if (Arch == Triple::hexagon) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp35 case hexagon: return "hexagon";
106 case hexagon: return "hexagon";
290 .Case("hexagon", hexagon)
423 .Case("hexagon", Triple::hexagon)
677 case Triple::hexagon:
1247 case llvm::Triple::hexagon
[all...]
/freebsd-11-stable/contrib/file/
H A Dconfig.sub1181 | hexagon \
1558 hexagon-*)
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub586 | hexagon \
710 | hexagon-* \
1569 hexagon-*)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.sub586 | hexagon \
710 | hexagon-* \
1569 hexagon-*)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h57 hexagon, // Hexagon: hexagon enumerator in enum:llvm::Triple::ArchType
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1182 | hexagon \
1529 hexagon-*)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp208 {eByteOrderLittle, 4, 4, 4, llvm::Triple::hexagon,
209 ArchSpec::eCore_hexagon_generic, "hexagon"},
210 {eByteOrderLittle, 4, 4, 4, llvm::Triple::hexagon,
212 {eByteOrderLittle, 4, 4, 4, llvm::Triple::hexagon,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp30 // Notes about hexagon dynamic loading:
84 static ConstString g_name("hexagon-dyld");
101 if (triple_ref.getArch() == llvm::Triple::hexagon)
136 // Disable JIT for hexagon targets because its not supported
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp594 case Triple::hexagon:
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp36 // hexagon-core.xml
433 // --> hexagon-v4/5/55/56-sim.xml
1016 if (arch.GetTriple().getArch() == llvm::Triple::hexagon) {
1208 // called when we are on the first instruction of a new function for hexagon
1226 unwind_plan.SetSourceName("hexagon at-func-entry default");
1248 unwind_plan.SetSourceName("hexagon default unwind plan");
1284 "System V ABI for hexagon targets",
1293 static ConstString g_name("sysv-hexagon");
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub265 | hexagon \
382 | hexagon-* \
1554 hexagon-*)
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub265 | hexagon \
381 | hexagon-* \
1552 hexagon-*)
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub265 | hexagon \
390 | hexagon-* \
1589 hexagon-*)
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub265 | hexagon \
381 | hexagon-* \
1549 hexagon-*)
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub265 | hexagon \
389 | hexagon-* \
1587 hexagon-*)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub262 | hexagon \
387 | hexagon-* \
1568 hexagon-*)
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub265 | hexagon \
388 | hexagon-* \
1568 hexagon-*)
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub265 | hexagon \
388 | hexagon-* \
1571 hexagon-*)
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub264 | hexagon \
379 | hexagon-* \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp119 case llvm::Triple::hexagon:

Completed in 629 milliseconds

123