Home
last modified time | relevance | path

Searched refs:xcore (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/TargetInfo/
H A DXCoreTargetInfo.cpp19 RegisterTarget<Triple::xcore> X(getTheXCoreTarget(), "xcore", "XCore", in LLVMInitializeXCoreTargetInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp80 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 DIntrinsicsXCore.td13 let TargetPrefix = "xcore" in { // All intrinsics start with "llvm.xcore.".
H A DCMakeLists.txt20 tablegen(LLVM IntrinsicsXCore.h -gen-intrinsic-enums -intrinsic-prefix=xcore)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionELF.cpp110 if (Arch == Triple::xcore) { in PrintSwitchToSection()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/include/llvm/IR/
H A DBUILD.gn165 "-intrinsic-prefix=xcore",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h85 xcore, // XCore: xcore enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargets.cpp118 case llvm::Triple::xcore: in AllocateTarget()
/netbsd-src/external/apache2/llvm/include/
H A DMakefile147 llvm/IR/IntrinsicsXCore.h|-gen-intrinsic-enums^-intrinsic-prefix=xcore \
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A Dconfigure.ac398 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 Dconfig-ix.cmake445 elseif (LLVM_NATIVE_ARCH MATCHES "xcore")
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp208 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce && in initialize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp451 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 Dconfigure4245 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 DDriver.cpp5348 case llvm::Triple::xcore: in getToolChain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp3919 if (getTriple().getArch() == llvm::Triple::xcore && in GetOrCreateLLVMGlobal()
H A DTargetInfo.cpp11182 case llvm::Triple::xcore: in getTargetCodeGenInfo()