OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcore
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/TargetInfo/
XCoreTargetInfo.cpp
1
//===-- XCoreTargetInfo.cpp -
XCore
Target Implementation -----------------===//
19
RegisterTarget<Triple::
xcore
> X(getTheXCoreTarget(), "
xcore
", "
XCore
",
20
"
XCore
");
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionELF.cpp
110
if (Arch == Triple::
xcore
) {
/src/external/apache2/llvm/dist/llvm/lib/Support/
Triple.cpp
80
case
xcore
: return "
xcore
";
133
case
xcore
: return "
xcore
";
315
.Case("
xcore
",
xcore
)
448
.Case("
xcore
", Triple::
xcore
)
739
case Triple::
xcore
:
1307
case llvm::Triple::
xcore
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Triple.h
85
xcore
, //
XCore
:
xcore
enumerator in enum:llvm::Triple::ArchType
/src/external/apache2/llvm/dist/clang/lib/Basic/
Targets.cpp
40
#include "Targets/
XCore
.h"
118
case llvm::Triple::
xcore
:
/src/external/apache2/llvm/include/
Makefile
147
llvm/IR/IntrinsicsXCore.h|-gen-intrinsic-enums^-intrinsic-prefix=
xcore
\
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp
207
// iprintf and friends are only available on
XCore
, TCE, and Emscripten.
208
if (T.getArch() != Triple::
xcore
&& T.getArch() != Triple::tce &&
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp
449
// Disable C++ EH by default on
XCore
and PS4.
451
Triple.getArch() != llvm::Triple::
xcore
&& !Triple.isPS4CPU();
535
case llvm::Triple::
xcore
:
539
//
XCore
never wants frame pointers, regardless of OS.
1458
case llvm::Triple::
xcore
:
6006
TC.getArch() != llvm::Triple::
xcore
&&
/src/external/apache2/llvm/autoconf/
configure
1558
hexagon,
xcore
, msp430, nvptx, systemz, r600, bpf,
4245
xcore
-*) llvm_cv_target_arch="
XCore
" ;;
4284
xcore
-*) host_arch="
XCore
" ;;
5034
XCore
) TARGET_HAS_JIT=0
5420
ALL_TARGETS="AArch64 AMDGPU ARM BPF Hexagon Lanai Mips MSP430 NVPTX PowerPC Sparc SystemZ X86
XCore
"
5451
xcore
) TARGETS_TO_BUILD="
XCore
$TARGETS_TO_BUILD" ;;
5468
XCore
) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp
49
#include "ToolChains/
XCore
.h"
5348
case llvm::Triple::
xcore
:
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp
3918
// Handle
XCore
specific ABI requirements.
3919
if (getTriple().getArch() == llvm::Triple::
xcore
&&
TargetInfo.cpp
9768
//
XCore
ABI Implementation
10031
/// The
XCore
ABI includes a type information section that communicates symbol
10041
/// The output is tested by test/CodeGen/
xcore
-stringtype.c.
10047
///
XCore
uses emitTargetMD to emit TypeString metadata for global symbols.
10057
CGM.getModule().getOrInsertNamedMetadata("
xcore
.typestrings");
11182
case llvm::Triple::
xcore
:
Completed in 92 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026