Searched refs:xcore (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/TargetInfo/ |
| H A D | XCoreTargetInfo.cpp | 19 RegisterTarget<Triple::xcore> X(getTheXCoreTarget(), "xcore", "XCore", in LLVMInitializeXCoreTargetInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Triple.cpp | 80 case xcore: return "xcore"; in getArchTypeName() 133 case xcore: return "xcore"; in getArchTypePrefix() 315 .Case("xcore", xcore) in getArchTypeForLLVMName() 448 .Case("xcore", Triple::xcore) in parseArch() 739 case Triple::xcore: in getDefaultFormat() 1307 case llvm::Triple::xcore: in getArchPointerBitWidth() 1392 case Triple::xcore: in get32BitArchVariant() 1433 case Triple::xcore: in get64BitArchVariant() 1516 case Triple::xcore: in getBigEndianArchVariant() 1614 case Triple::xcore: in isLittleEndian()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsXCore.td | 13 let TargetPrefix = "xcore" in { // All intrinsics start with "llvm.xcore.".
|
| H A D | CMakeLists.txt | 20 tablegen(LLVM IntrinsicsXCore.h -gen-intrinsic-enums -intrinsic-prefix=xcore)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 110 if (Arch == Triple::xcore) { in PrintSwitchToSection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/include/llvm/IR/ |
| H A D | BUILD.gn | 165 "-intrinsic-prefix=xcore",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | Triple.h | 85 xcore, // XCore: xcore enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | Targets.cpp | 118 case llvm::Triple::xcore: in AllocateTarget()
|
| /netbsd-src/external/apache2/llvm/include/ |
| H A D | Makefile | 147 llvm/IR/IntrinsicsXCore.h|-gen-intrinsic-enums^-intrinsic-prefix=xcore \
|
| /netbsd-src/external/apache2/llvm/autoconf/autoconf/ |
| H A D | configure.ac | 398 xcore-*) llvm_cv_target_arch="XCore" ;; 436 xcore-*) host_arch="XCore" ;; 1042 xcore, msp430, nvptx, systemz, r600, bpf, wasm, and cpp (default=all)]),, 1063 xcore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/ |
| H A D | config-ix.cmake | 445 elseif (LLVM_NATIVE_ARCH MATCHES "xcore")
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | TargetLibraryInfo.cpp | 208 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce && in initialize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 451 Triple.getArch() != llvm::Triple::xcore && !Triple.isPS4CPU(); in addExceptionArgs() 535 case llvm::Triple::xcore: in useFramePointerForTargetByDefault() 1458 case llvm::Triple::xcore: in isSignedCharDefault() 6006 TC.getArch() != llvm::Triple::xcore && in ConstructJob()
|
| /netbsd-src/external/apache2/llvm/autoconf/ |
| H A D | configure | 4245 xcore-*) llvm_cv_target_arch="XCore" ;; 4284 xcore-*) host_arch="XCore" ;; 5451 xcore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
| H A D | Driver.cpp | 5348 case llvm::Triple::xcore: in getToolChain()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3919 if (getTriple().getArch() == llvm::Triple::xcore && in GetOrCreateLLVMGlobal()
|
| H A D | TargetInfo.cpp | 11182 case llvm::Triple::xcore: in getTargetCodeGenInfo()
|