Home
last modified time | relevance | path

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

/third_party/skia/gm/
H A Dconvexpolyclip.cpp126 SkPathBuilder hexagon; variable
135 hexagon.moveTo(point);
137 hexagon.lineTo(point);
140 emplace_back(fClips).setPath(hexagon.snapshot());
144 emplace_back(fClips).setPath(hexagon.detach().makeTransform(scaleM));
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dmod.rs55 } else if #[cfg(any(target_arch = "hexagon"))] {
56 mod hexagon; modules
57 pub use self::hexagon::*;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.cpp19 RegisterTarget<Triple::hexagon, /*HasJIT=*/true> X( in LLVMInitializeHexagonTargetInfo()
20 getTheHexagonTarget(), "hexagon", "Hexagon", "Hexagon"); in LLVMInitializeHexagonTargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTriple.cpp35 case hexagon: return "hexagon"; in getArchTypeName()
106 case hexagon: return "hexagon"; in getArchTypePrefix()
290 .Case("hexagon", hexagon) in getArchTypeForLLVMName()
423 .Case("hexagon", Triple::hexagon) in parseArch()
677 case Triple::hexagon: in getDefaultFormat()
1247 case llvm::Triple::hexagon
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCSectionELF.cpp116 } else if (Arch == Triple::hexagon) { in PrintSwitchToSection()
H A DMCObjectFileInfo.cpp325 case Triple::hexagon: in initELFMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRelocationResolver.cpp594 case Triple::hexagon: in getRelocationResolver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h57 hexagon, // Hexagon: hexagon enumerator
/third_party/skia/third_party/externals/microhttpd/
H A Dconfig.guess938 hexagon:Linux:*:*)
/third_party/eudev/
H A Dconfig.guess948 hexagon:Linux:*:*)
/third_party/lame/
H A Dconfig.guess958 hexagon:Linux:*:*)
/third_party/node/deps/cares/
H A Dconfig.guess1027 hexagon:Linux:*:*)
/third_party/node/deps/cares/config/
H A Dconfig.guess1027 hexagon:Linux:*:*)
/third_party/libevdev/build-aux/
H A Dconfig.guess1027 hexagon:Linux:*:*)
/third_party/python/
H A Dconfig.guess1024 hexagon:Linux:*:*)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp146 case Triple::hexagon: in Initialize()
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess955 hexagon:Linux:*:*)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h1072 return "ELF32-hexagon"; in getFileFormatName()
1137 return Triple::hexagon; in getArch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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"); in processCopyingStore()
2409 if (Triple(M.getTargetTriple()).getArch() != Triple::hexagon) in runOnLoop()

Completed in 27 milliseconds