Home
last modified time | relevance | path

Searched refs:hexagon (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/CodeGen/Hexagon/
Dvaddh.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
12 %2 = call i32 @llvm.hexagon.A2.svaddh(i32 %0, i32 %1)
17 declare i32 @llvm.hexagon.A2.svaddh(i32, i32) nounwind readnone
Dcombine.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
13 %2 = call i64 @llvm.hexagon.A2.combinew(i32 %0, i32 %conv)
18 declare i64 @llvm.hexagon.A2.combinew(i32, i32) nounwind readnone
Dstruct_args.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
Dstruct_args_large.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
Dargs.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched < %s | FileCheck %s
Dstatic.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched < %s | FileCheck %s
Dframe.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
Dmpy.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
Dfloat.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
Ddouble.ll2 ; DISABLED: llc -march=hexagon -mcpu=hexagonv4 < %s | FileCheck %s
/external/llvm/lib/Support/
DTriple.cpp24 case hexagon: return "hexagon"; in getArchTypeName()
65 case hexagon: return "hexagon"; in getArchTypePrefix()
155 .Case("hexagon", hexagon) in getArchTypeForLLVMName()
247 .Case("hexagon", Triple::hexagon) in parseArch()
650 case llvm::Triple::hexagon: in getArchPointerBitWidth()
699 case Triple::hexagon: in get32BitArchVariant()
732 case Triple::hexagon: in get64BitArchVariant()
/external/llvm/lib/Target/Hexagon/TargetInfo/
DHexagonTargetInfo.cpp18 RegisterTarget<Triple::hexagon, /*HasJIT=*/false> X(TheHexagonTarget, "hexagon", "Hexagon"); in LLVMInitializeHexagonTargetInfo()
/external/llvm/include/llvm/ADT/
DTriple.h48 hexagon, // Hexagon: hexagon enumerator
/external/clang/include/clang/Basic/
DLangOptions.def137 LANGOPT(HexagonQdsp6Compat , 1, 0, "hexagon-qdsp6 backward compatibility")
/external/clang/lib/Driver/
DTools.h158 namespace hexagon {
DTools.cpp1753 case llvm::Triple::hexagon: in ConstructJob()
2235 llvm::Triple::hexagon)) in ConstructJob()
2253 getToolChain().getTriple().getArch() != llvm::Triple::hexagon) || in ConstructJob()
3002 void hexagon::Assemble::RenderExtraToolArgs(const JobAction &JA, in RenderExtraToolArgs()
3006 void hexagon::Assemble::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
3064 void hexagon::Link::RenderExtraToolArgs(const JobAction &JA, in RenderExtraToolArgs()
3069 void hexagon::Link::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
DToolChains.cpp1488 T = new tools::hexagon::Assemble(*this); break; in SelectTool()
1490 T = new tools::hexagon::Link(*this); break; in SelectTool()
DDriver.cpp1687 if (Target.getArch() == llvm::Triple::hexagon) in getToolChain()
/external/llvm/unittests/ADT/
DTripleTest.cpp290 T.setArch(Triple::hexagon); in TEST()
/external/llvm/autoconf/
Dconfig.sub259 | hexagon \
Dconfigure.ac370 hexagon-*) llvm_cv_target_arch="Hexagon" ;;
630 host, x86, x86_64, sparc, powerpc, arm, mips, spu, hexagon,
651 hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;;
/external/llvm/projects/sample/autoconf/
Dconfigure.ac310 hexagon-*) llvm_cv_target_arch="Hexagon" ;;
569 host, x86, x86_64, sparc, powerpc, arm, mips, spu, hexagon,
588 hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;;
/external/llvm/include/llvm/
DIntrinsicsHexagon.td16 // All Hexagon intrinsics start with "llvm.hexagon.".
17 let TargetPrefix = "hexagon" in {
/external/clang/lib/Basic/
DTargets.cpp3916 case llvm::Triple::hexagon: in AllocateTarget()
/external/clang/include/clang/Driver/
DCC1Options.td801 HelpText<"Enable hexagon-qdsp6 backward compatibility">;

12