Searched refs:xcore (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/TargetInfo/
H A DXCoreTargetInfo.cpp19 RegisterTarget<Triple::xcore> X(getTheXCoreTarget(), "xcore", "XCore",
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp108 if (Arch == Triple::xcore) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp73 case xcore: return "xcore";
123 case xcore: return "xcore";
301 .Case("xcore", xcore)
430 .Case("xcore", Triple::xcore)
708 case Triple::xcore:
1269 case llvm::Triple::xcore
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h80 xcore, // XCore: xcore enumerator in enum:llvm::Triple::ArchType
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp116 case llvm::Triple::xcore:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp451 Triple.getArch() != llvm::Triple::xcore && !Triple.isPS4CPU();
529 case llvm::Triple::xcore:
1402 case llvm::Triple::xcore:
1414 case llvm::Triple::xcore:
5332 TC.getArch() != llvm::Triple::xcore &&
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp764 case llvm::Triple::xcore:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp164 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4919 case llvm::Triple::xcore:
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1651 WebAssembly/wasm X86/x86 XCore/xcore
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3562 if (getTriple().getArch() == llvm::Triple::xcore &&
H A DTargetInfo.cpp8998 /// The output is tested by test/CodeGen/xcore-stringtype.c.
9012 CGM.getModule().getOrInsertNamedMetadata("xcore.typestrings");
10024 case llvm::Triple::xcore:
H A DCGOpenMPRuntime.cpp11104 case llvm::Triple::xcore:

Completed in 411 milliseconds