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

1234567891011>>

/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.h1 //===-- NVPTXMCTargetDesc.h - NVPTX Target Descriptions ---------*- C++ -*-===//
18 class Target;
20 extern Target TheNVPTXTarget32;
21 extern Target TheNVPTXTarget64;
/external/clang/test/CodeGen/
H A Dms-intrinsics.c4 void *test_InterlockedExchangePointer(void * volatile *Target, void *Value) { argument
5 return _InterlockedExchangePointer(Target, Value);
8 // CHECK: define{{.*}}i8* @test_InterlockedExchangePointer(i8** %Target, i8* %Value){{.*}}{
9 // CHECK: %[[TARGET:[0-9]+]] = bitcast i8** %Target to i32*
31 long test_InterlockedExchange(long *Target, long Value) { argument
32 return _InterlockedExchange(Target, Value);
35 // CHECK: define{{.*}}i32 @test_InterlockedExchange(i32* %Target, i32 %Value){{.*}}{
36 // CHECK: %[[EXCHANGE:[0-9]+]] = atomicrmw xchg i32* %Target, i32 %Value seq_cst
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.h1 //===-- HexagonMCTargetDesc.h - Hexagon Target Descriptions -----*- C++ -*-===//
19 class Target;
21 extern Target TheHexagonTarget;
/external/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.h1 //===-- MSP430MCTargetDesc.h - MSP430 Target Descriptions -------*- C++ -*-===//
18 class Target;
20 extern Target TheMSP430Target;
/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.h1 //===-- XCoreMCTargetDesc.h - XCore Target Descriptions ---------*- C++ -*-===//
18 class Target;
20 extern Target TheXCoreTarget;
/external/llvm/lib/Target/AArch64/TargetInfo/
H A DAArch64TargetInfo.cpp1 //===-- AArch64TargetInfo.cpp - AArch64 Target Implementation -----------------===//
15 Target TheAArch64leTarget;
16 Target TheAArch64beTarget;
17 Target TheARM64leTarget;
18 Target TheARM64beTarget;
/external/jsr305/ri/src/main/java/javax/annotation/meta/
H A DTypeQualifierNickname.java5 import java.lang.annotation.Target;
30 @Target(ElementType.ANNOTATION_TYPE)
/external/llvm/lib/Target/NVPTX/TargetInfo/
H A DNVPTXTargetInfo.cpp1 //===-- NVPTXTargetInfo.cpp - NVPTX Target Implementation -----------------===//
15 Target llvm::TheNVPTXTarget32;
16 Target llvm::TheNVPTXTarget64;
/external/llvm/lib/Target/Sparc/TargetInfo/
H A DSparcTargetInfo.cpp1 //===-- SparcTargetInfo.cpp - Sparc Target Implementation -----------------===//
15 Target llvm::TheSparcTarget;
16 Target llvm::TheSparcV9Target;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/TargetInfo/
H A DAMDGPUTargetInfo.cpp20 Target llvm::TheAMDGPUTarget;
/external/llvm/lib/Target/Hexagon/TargetInfo/
H A DHexagonTargetInfo.cpp1 //===-- HexagonTargetInfo.cpp - Hexagon Target Implementation ------------------===//
15 Target llvm::TheHexagonTarget;
/external/llvm/lib/Target/MSP430/TargetInfo/
H A DMSP430TargetInfo.cpp1 //===-- MSP430TargetInfo.cpp - MSP430 Target Implementation ---------------===//
15 Target llvm::TheMSP430Target;
/external/llvm/lib/Target/R600/TargetInfo/
H A DAMDGPUTargetInfo.cpp20 Target llvm::TheAMDGPUTarget;
/external/llvm/lib/Target/SystemZ/TargetInfo/
H A DSystemZTargetInfo.cpp15 Target llvm::TheSystemZTarget;
/external/llvm/lib/Target/XCore/TargetInfo/
H A DXCoreTargetInfo.cpp1 //===-- XCoreTargetInfo.cpp - XCore Target Implementation -----------------===//
15 Target llvm::TheXCoreTarget;
/external/mesa3d/src/gallium/drivers/radeon/TargetInfo/
H A DAMDGPUTargetInfo.cpp20 Target llvm::TheAMDGPUTarget;
/external/chromium_org/tools/gn/
H A Daction_values.cc17 const Target* target,
19 if (target->output_type() == Target::COPY_FILES ||
20 target->output_type() == Target::ACTION_FOREACH) {
H A Daction_target_generator.h11 // Populates a Target with the values from an action[_foreach] rule.
14 ActionTargetGenerator(Target* target,
17 Target::OutputType type,
32 Target::OutputType output_type_;
H A Dbinary_target_generator.h11 // Populates a Target with the values from a binary rule (executable, shared
15 BinaryTargetGenerator(Target* target,
18 Target::OutputType type,
32 Target::OutputType output_type_;
H A Ddeps_iterator.h11 class Target;
24 explicit DepsIterator(const Target* t);
27 DepsIterator(const Target* t, LinkedOnly);
48 const Target* target() const { return pair().ptr; }
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DRequestListener.java3 import com.bumptech.glide.request.target.Target;
23 * public void onException(Exception e, ModelType model, Target target) {
38 * @param target The {@link Target} we were trying to load the image into
42 public abstract boolean onException(Exception e, T model, Target target, boolean isFirstImage);
45 * Called when a load completes successfully, immediately after {@link Target#onResourceReady(Object)}.
58 public abstract boolean onResourceReady(R resource, T model, Target target, boolean isFromMemoryCache,
/external/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp29 /// documented in lib/Target/X86/X86Disassembler.h.
77 /// lib/Target/X86/X86DisassemblerDecoderCommon.h. This is unlikely to be
107 CodeGenTarget Target(Records);
108 emitSourceFileHeader(" * " + Target.getName() + " Disassembler", OS);
111 if (Target.getName() == "X86") {
115 Target.getInstructionsByEnumValue();
121 PrintError(Target.getTargetRecord()->getLoc(), "Primary decode conflict");
130 if (Target.getName() == "ARM" || Target.getName() == "Thumb" ||
131 Target
[all...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h1 //===-- AArch64MCTargetDesc.h - AArch64 Target Descriptions -----*- C++ -*-===//
29 class Target;
32 extern Target TheAArch64leTarget;
33 extern Target TheAArch64beTarget;
34 extern Target TheARM64leTarget;
35 extern Target TheARM64beTarget;
41 MCAsmBackend *createAArch64leAsmBackend(const Target &T,
44 MCAsmBackend *createAArch64beAsmBackend(const Target &T,
/external/llvm/
H A DAndroid.mk36 lib/Target \
47 lib/Target/ARM \
48 lib/Target/ARM/AsmParser \
49 lib/Target/ARM/InstPrinter \
50 lib/Target/ARM/Disassembler \
51 lib/Target/ARM/MCTargetDesc \
52 lib/Target/ARM/TargetInfo
56 lib/Target/AArch64 \
57 lib/Target/AArch64/AsmParser \
58 lib/Target/AArch6
[all...]
/external/llvm/lib/Target/CppBackend/TargetInfo/
H A DCppBackendTargetInfo.cpp1 //===-- CppBackendTargetInfo.cpp - CppBackend Target Implementation -------===//
15 Target llvm::TheCppBackendTarget;

Completed in 8777 milliseconds

1234567891011>>