OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Target
(Results
1 - 25
of
671
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/TargetInfo/
ARMTargetInfo.h
1
//===-- ARMTargetInfo.h - ARM
Target
Implementation -------------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheARMLETarget();
17
Target
&getTheARMBETarget();
18
Target
&getTheThumbLETarget();
19
Target
&getTheThumbBETarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/TargetInfo/
MipsTargetInfo.h
1
//===-- MipsTargetInfo.h - Mips
Target
Implementation -----------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheMipsTarget();
17
Target
&getTheMipselTarget();
18
Target
&getTheMips64Target();
19
Target
&getTheMips64elTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/TargetInfo/
PowerPCTargetInfo.h
1
//===-- PowerPCTargetInfo.h - PowerPC
Target
Implementation -----*- C++ -*-===//
14
class
Target
;
16
Target
&getThePPC32Target();
17
Target
&getThePPC32LETarget();
18
Target
&getThePPC64Target();
19
Target
&getThePPC64LETarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/TargetInfo/
AArch64TargetInfo.h
1
//===-- AArch64TargetInfo.h - AArch64
Target
Implementation -----*- C++ -*-===//
14
class
Target
;
16
Target
&getTheAArch64leTarget();
17
Target
&getTheAArch64beTarget();
18
Target
&getTheAArch64_32Target();
19
Target
&getTheARM64Target();
20
Target
&getTheARM64_32Target();
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/TargetInfo/
AMDGPUTargetInfo.h
18
class
Target
;
20
/// The
target
which supports all AMD GPUs. This will eventually
21
/// be deprecated and there will be a R600
target
and a GCN
target
.
22
Target
&getTheAMDGPUTarget();
24
/// The
target
for GCN GPUs
25
Target
&getTheGCNTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/TargetInfo/
NVPTXTargetInfo.h
1
//===-- NVPTXTargetInfo.h - NVPTX
Target
Implementation ---------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheNVPTXTarget32();
17
Target
&getTheNVPTXTarget64();
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/TargetInfo/
RISCVTargetInfo.h
1
//===-- RISCVTargetInfo.h - RISCV
Target
Implementation ---------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheRISCV32Target();
17
Target
&getTheRISCV64Target();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/TargetInfo/
X86TargetInfo.h
1
//===-- X86TargetInfo.h - X86
Target
Implementation -------------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheX86_32Target();
17
Target
&getTheX86_64Target();
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/TargetInfo/
BPFTargetInfo.h
1
//===-- BPFTargetInfo.h - BPF
Target
Implementation -------------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheBPFleTarget();
17
Target
&getTheBPFbeTarget();
18
Target
&getTheBPFTarget();
BPFTargetInfo.cpp
1
//===-- BPFTargetInfo.cpp - BPF
Target
Implementation ---------------------===//
14
Target
&llvm::getTheBPFleTarget() {
15
static
Target
TheBPFleTarget;
18
Target
&llvm::getTheBPFbeTarget() {
19
static
Target
TheBPFbeTarget;
22
Target
&llvm::getTheBPFTarget() {
23
static
Target
TheBPFTarget;
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/TargetInfo/
SparcTargetInfo.h
1
//===-- SparcTargetInfo.h - Sparc
Target
Implementation ---------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheSparcTarget();
17
Target
&getTheSparcV9Target();
18
Target
&getTheSparcelTarget();
SparcTargetInfo.cpp
1
//===-- SparcTargetInfo.cpp - Sparc
Target
Implementation -----------------===//
13
Target
&llvm::getTheSparcTarget() {
14
static
Target
TheSparcTarget;
17
Target
&llvm::getTheSparcV9Target() {
18
static
Target
TheSparcV9Target;
21
Target
&llvm::getTheSparcelTarget() {
22
static
Target
TheSparcelTarget;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARC/TargetInfo/
ARCTargetInfo.h
1
//===- ARCTargetInfo.h - ARC
Target
Implementation ------------- *- C++ -*-===//
14
class
Target
;
16
Target
&getTheARCTarget();
ARCTargetInfo.cpp
1
//===- ARCTargetInfo.cpp - ARC
Target
Implementation ----------- *- C++ -*-===//
14
Target
&llvm::getTheARCTarget() {
15
static
Target
TheARCTarget;
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/TargetInfo/
AVRTargetInfo.h
1
//===-- AVRTargetInfo.h - AVR
Target
Implementation -------------*- C++ -*-===//
13
class
Target
;
15
Target
&getTheAVRTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/TargetInfo/
CSKYTargetInfo.h
1
//===-- CSKYTargetInfo.cpp - CSKY
Target
Implementation -------------------===//
14
class
Target
;
16
Target
&getTheCSKYTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/TargetInfo/
HexagonTargetInfo.h
1
//===-- HexagonTargetInfo.h - Hexagon
Target
Implementation -----*- C++ -*-===//
14
class
Target
;
16
Target
&getTheHexagonTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/TargetInfo/
LanaiTargetInfo.h
1
//===-- LanaiTargetInfo.h - Lanai
Target
Implementation ---------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheLanaiTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/TargetInfo/
M68kTargetInfo.h
1
//===-- M68kTargetInfo.h - M68k
Target
Implementation -----------*- C++ -*-===//
13
class
Target
;
15
Target
&getTheM68kTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/TargetInfo/
MSP430TargetInfo.h
1
//===-- MSP430TargetInfo.h - MSP430
Target
Implementation -------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheMSP430Target();
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/TargetInfo/
SystemZTargetInfo.h
1
//===-- SystemZTargetInfo.h - SystemZ
target
implementation -----*- C++ -*-===//
14
class
Target
;
16
Target
&getTheSystemZTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/TargetInfo/
VETargetInfo.h
1
//===-- VETargetInfo.h - VE
Target
Implementation ---------------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheVETarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/XCore/TargetInfo/
XCoreTargetInfo.h
1
//===-- XCoreTargetInfo.h - XCore
Target
Implementation ---------*- C++ -*-===//
14
class
Target
;
16
Target
&getTheXCoreTarget();
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/TargetInfo/
WebAssemblyTargetInfo.h
1
//===-- WebAssemblyTargetInfo.h - WebAssembly
Target
Impl -------*- C++ -*-===//
10
/// This file registers the WebAssembly
target
.
19
class
Target
;
21
Target
&getTheWebAssemblyTarget32();
22
Target
&getTheWebAssemblyTarget64();
/src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
Target.h
1
//===- llvm/TextAPI/
Target
.h - TAPI
Target
----------------------*- C++ -*-===//
24
class
Target
{
26
Target
() = default;
27
Target
(Architecture Arch, PlatformKind Platform)
29
explicit
Target
(const llvm::Triple &Triple)
32
static llvm::Expected<
Target
> create(StringRef
Target
);
40
inline bool operator==(const
Target
&LHS, const
Target
&RHS)
[
all
...]
Completed in 60 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Tue Apr 21 00:23:25 UTC 2026