Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 194) sorted by relevance

12345678

/external/skia/bench/
Dnanobench.h39 struct Target { struct
40 explicit Target(const Config& c) : config(c) { } in Target() argument
41 virtual ~Target() { } in ~Target() argument
43 const Config config;
44 SkAutoTDelete<SkSurface> surface;
47 virtual void setup() { } in setup()
52 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming()
56 virtual void endTiming() { } in endTiming()
61 virtual void fence() { } in fence()
66 virtual bool needsFrameTiming() const { return false; } in needsFrameTiming()
[all …]
/external/llvm/bindings/go/llvm/
Dtarget.go29 Target struct { struct
30 C C.LLVMTargetRef
218 func (t Target) NextTarget() Target {
243 // llvm.TargetMachine
247 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string,
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c153 static value llvm_target_option(LLVMTargetRef Target) { in llvm_target_option()
178 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ()
199 CAMLprim value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name()
204 CAMLprim value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description()
209 CAMLprim value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit()
214 CAMLprim value llvm_target_has_target_machine(LLVMTargetRef Target) { in llvm_target_has_target_machine()
219 CAMLprim value llvm_target_has_asm_backend(LLVMTargetRef Target) { in llvm_target_has_asm_backend()
253 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
/external/clang/test/CodeGen/
Dms-intrinsics.c17 void *test_InterlockedExchangePointer(void * volatile *Target, void *Value) { in test_InterlockedExchangePointer()
44 long test_InterlockedExchange(long *Target, long Value) { in test_InterlockedExchange()
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp179 const CodeGenTarget &Target = CDP.getTargetInfo(); in EmitOperandInfo() local
237 const CodeGenTarget &Target, in emitOperandNameMappings()
311 const CodeGenTarget &Target) { in emitOperandTypesEnum()
353 CodeGenTarget &Target = CDP.getTargetInfo(); in run() local
549 CodeGenTarget &Target = CDP.getTargetInfo(); in emitRecord() local
573 CodeGenTarget Target(Records); in emitEnums() local
DCodeEmitterGen.cpp66 std::string &Case, CodeGenTarget &Target) { in AddCodeToMergeInOperand()
179 CodeGenTarget &Target) { in getInstructionCase()
224 CodeGenTarget Target(Records); in run() local
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp41 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, in getAccessVariant()
69 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
DPPCMachObjectWriter.cpp46 const MCFixup &Fixup, MCValue Target, in RecordRelocation()
84 static unsigned getRelocType(const MCValue &Target, in getRelocType()
194 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordScatteredRelocation()
306 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp70 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
76 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp64 const MCFixup &Fixup, MCValue Target, in RecordRelocation()
101 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
347 MCValue Target, in RecordScatteredRelocation()
442 MCValue Target, in RecordTLVPRelocation()
486 MCValue Target, in RecordX86Relocation()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp78 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) in checkPreCall() local
91 const MemRegion *Target = Dtor->getCXXThisVal().getAsRegion(); in checkPreCall() local
165 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) { in checkPostCall() local
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCAsmInfo.h21 class Target; variable
DXCoreMCTargetDesc.h20 class Target; variable
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h20 class Target; variable
DNVPTXMCTargetDesc.h20 class Target; variable
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUMCAsmInfo.h19 class Target; variable
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp84 const std::string &Target) { in rewriteComdat()
102 const std::string Target; member in __anon60696fda0111::ExplicitRewriteDescriptor
311 std::string Target; in parseRewriteFunctionDescriptor() local
378 std::string Target; in parseRewriteGlobalVariableDescriptor() local
440 std::string Target; in parseRewriteGlobalAliasDescriptor() local
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCAsmInfo.h21 class Target; variable
/external/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.h20 class Target; variable
/external/deqp/modules/gles31/functional/
Des31fSampleShadingTests.cpp468 static const struct Target in init() struct
470 SampleShadingRenderingCase::RenderTarget target; in init()
471 int numSamples; in init()
472 const char* name; in init()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.h21 class Target; variable
/external/clang/lib/Analysis/
DPrintfFormatString.cpp57 const TargetInfo &Target, in ParsePrintfSpecifier()
263 const TargetInfo &Target, in ParsePrintfString()
293 const TargetInfo &Target) { in ParseFormatStringHasSArg()
/external/llvm/tools/llvm-mc/
DDisassembler.h23 class Target; variable
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp487 struct Target in init() struct
489 const char* name; in init()
490 glu::DataType dataType; in init()
491 bool reducedTestSets; // !< use reduced coverage in init()
/external/lldb/include/lldb/Breakpoint/
DWatchpointList.h38 friend class Target; variable

12345678