Searched refs:Target (Results 1 - 25 of 729) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/TargetInfo/
H A DMipsTargetInfo.h1 //===-- MipsTargetInfo.h - Mips Target Implementation -----------*- C++ -*-===//
14 class Target;
16 Target &getTheMipsTarget();
17 Target &getTheMipselTarget();
18 Target &getTheMips64Target();
19 Target &getTheMips64elTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/TargetInfo/
H A DARMTargetInfo.h1 //===-- ARMTargetInfo.h - ARM Target Implementation -------------*- C++ -*-===//
14 class Target;
16 Target &getTheARMLETarget();
17 Target &getTheARMBETarget();
18 Target &getTheThumbLETarget();
19 Target &getTheThumbBETarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.h1 //===-- 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();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/TargetInfo/
H A DNVPTXTargetInfo.h1 //===-- NVPTXTargetInfo.h - NVPTX Target Implementation ---------*- C++ -*-===//
14 class Target;
16 Target &getTheNVPTXTarget32();
17 Target &getTheNVPTXTarget64();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/TargetInfo/
H A DRISCVTargetInfo.h1 //===-- RISCVTargetInfo.h - RISCV Target Implementation ---------*- C++ -*-===//
14 class Target;
16 Target &getTheRISCV32Target();
17 Target &getTheRISCV64Target();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/TargetInfo/
H A DWebAssemblyTargetInfo.h1 //===-- WebAssemblyTargetInfo.h - WebAssembly Target Impl -------*- C++ -*-===//
19 class Target;
21 Target &getTheWebAssemblyTarget32();
22 Target &getTheWebAssemblyTarget64();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/TargetInfo/
H A DX86TargetInfo.h1 //===-- X86TargetInfo.h - X86 Target Implementation -------------*- C++ -*-===//
14 class Target;
16 Target &getTheX86_32Target();
17 Target &getTheX86_64Target();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/TargetInfo/
H A DAMDGPUTargetInfo.h18 class Target;
22 Target &getTheAMDGPUTarget();
25 Target &getTheGCNTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/TargetInfo/
H A DPowerPCTargetInfo.h1 //===-- PowerPCTargetInfo.h - PowerPC Target Implementation -----*- C++ -*-===//
14 class Target;
16 Target &getThePPC32Target();
17 Target &getThePPC64Target();
18 Target &getThePPC64LETarget();
H A DPowerPCTargetInfo.cpp1 //===-- PowerPCTargetInfo.cpp - PowerPC Target Implementation -------------===//
13 Target &llvm::getThePPC32Target() {
14 static Target ThePPC32Target;
17 Target &llvm::getThePPC64Target() {
18 static Target ThePPC64Target;
21 Target &llvm::getThePPC64LETarget() {
22 static Target ThePPC64LETarget;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/TargetInfo/
H A DSparcTargetInfo.h1 //===-- SparcTargetInfo.h - Sparc Target Implementation ---------*- C++ -*-===//
14 class Target;
16 Target &getTheSparcTarget();
17 Target &getTheSparcV9Target();
18 Target &getTheSparcelTarget();
H A DSparcTargetInfo.cpp1 //===-- 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;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/TargetInfo/
H A DBPFTargetInfo.h1 //===-- BPFTargetInfo.h - BPF Target Implementation -------------*- C++ -*-===//
14 class Target;
16 Target &getTheBPFleTarget();
17 Target &getTheBPFbeTarget();
18 Target &getTheBPFTarget();
H A DBPFTargetInfo.cpp1 //===-- 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;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.h1 //===-- HexagonTargetInfo.h - Hexagon Target Implementation -----*- C++ -*-===//
14 class Target;
16 Target &getTheHexagonTarget();
H A DHexagonTargetInfo.cpp1 //===-- HexagonTargetInfo.cpp - Hexagon Target Implementation ------------------===//
13 Target &llvm::getTheHexagonTarget() {
14 static Target TheHexagonTarget;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/TargetInfo/
H A DLanaiTargetInfo.h1 //===-- LanaiTargetInfo.h - Lanai Target Implementation ---------*- C++ -*-===//
14 class Target;
16 Target &getTheLanaiTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/TargetInfo/
H A DMSP430TargetInfo.h1 //===-- MSP430TargetInfo.h - MSP430 Target Implementation -------*- C++ -*-===//
14 class Target;
16 Target &getTheMSP430Target();
H A DMSP430TargetInfo.cpp1 //===-- MSP430TargetInfo.cpp - MSP430 Target Implementation ---------------===//
13 Target &llvm::getTheMSP430Target() {
14 static Target TheMSP430Target;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/TargetInfo/
H A DSystemZTargetInfo.h14 class Target;
16 Target &getTheSystemZTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/TargetInfo/
H A DXCoreTargetInfo.h1 //===-- XCoreTargetInfo.h - XCore Target Implementation ---------*- C++ -*-===//
14 class Target;
16 Target &getTheXCoreTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/TargetInfo/
H A DARCTargetInfo.h1 //===- ARCTargetInfo.h - ARC Target Implementation ------------- *- C++ -*-===//
14 class Target;
16 Target &getTheARCTarget();
H A DARCTargetInfo.cpp1 //===- ARCTargetInfo.cpp - ARC Target Implementation ----------- *- C++ -*-===//
14 Target &llvm::getTheARCTarget() {
15 static Target TheARCTarget;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/TargetInfo/
H A DAVRTargetInfo.h1 //===-- AVRTargetInfo.h - AVR Target Implementation -------------*- C++ -*-===//
13 class Target;
15 Target &getTheAVRTarget();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DTarget.h1 //===- llvm/TextAPI/Target.h - TAPI Target ----------------------*- C++ -*-===//
24 class Target { class in namespace:llvm::MachO
26 Target() = default;
27 Target(Architecture Arch, PlatformKind Platform) function in class:llvm::MachO::Target
29 explicit Target(const llvm::Triple &Triple) function in class:llvm::MachO::Target
32 static llvm::Expected<Target> create(StringRef Target);
40 inline bool operator==(const Target &LHS, const Target
[all...]

Completed in 258 milliseconds

1234567891011>>