Searched refs:hexagon (Results 1 - 19 of 19) sorted by relevance
/third_party/skia/gm/ |
H A D | convexpolyclip.cpp | 126 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 D | mod.rs | 55 } 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 D | HexagonTargetInfo.cpp | 19 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 D | Triple.cpp | 35 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 D | MCSectionELF.cpp | 116 } else if (Arch == Triple::hexagon) { in PrintSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 325 case Triple::hexagon: in initELFMCObjectFileInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 594 case Triple::hexagon: in getRelocationResolver()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Triple.h | 57 hexagon, // Hexagon: hexagon enumerator
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 938 hexagon:Linux:*:*)
|
/third_party/eudev/ |
H A D | config.guess | 948 hexagon:Linux:*:*)
|
/third_party/lame/ |
H A D | config.guess | 958 hexagon:Linux:*:*)
|
/third_party/node/deps/cares/ |
H A D | config.guess | 1027 hexagon:Linux:*:*)
|
/third_party/node/deps/cares/config/ |
H A D | config.guess | 1027 hexagon:Linux:*:*)
|
/third_party/libevdev/build-aux/ |
H A D | config.guess | 1027 hexagon:Linux:*:*)
|
/third_party/python/ |
H A D | config.guess | 1024 hexagon:Linux:*:*)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 146 case Triple::hexagon: in Initialize()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 955 hexagon:Linux:*:*)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1072 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 D | HexagonLoopIdiomRecognition.cpp | 73 #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 26 milliseconds