Home
last modified time | relevance | path

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

123456789

/external/skia/bench/
Dnanobench.h41 struct Target { struct
42 explicit Target(const Config& c) : config(c) { } in Target() argument
43 virtual ~Target() { } in ~Target() argument
45 const Config config;
46 SkAutoTDelete<SkSurface> surface;
49 virtual void setup() { } in setup()
54 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming()
58 virtual void endTiming() { } in endTiming()
63 virtual void fence() { } in fence()
68 virtual bool needsFrameTiming(int* frameLag) const { return false; } in needsFrameTiming()
[all …]
/external/v8/test/mjsunit/es6/
Dproxies-construct.js33 function Target() { class
37 Target.prototype = {}; class
55 function Target(a, b) { class
68 function Target(arg1, arg2) { class
/external/llvm/bindings/go/llvm/
Dtarget.go30 Target struct { struct
31 C C.LLVMTargetRef
219 func (t Target) NextTarget() Target {
244 // llvm.TargetMachine
248 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
236 const CodeGenTarget &Target, in emitOperandNameMappings()
310 const CodeGenTarget &Target) { in emitOperandTypesEnum()
352 CodeGenTarget &Target = CDP.getTargetInfo(); in run() local
548 CodeGenTarget &Target = CDP.getTargetInfo(); in emitRecord() local
572 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
DDisassemblerEmitter.cpp107 CodeGenTarget Target(Records); in EmitDisassembler() 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.cpp45 const MCFixup &Fixup, MCValue Target, in recordRelocation()
83 static unsigned getRelocType(const MCValue &Target, in getRelocType()
193 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation()
303 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.cpp62 const MCFixup &Fixup, MCValue Target, in recordRelocation()
99 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
365 MCValue Target, in recordScatteredRelocation()
465 MCValue Target, in recordTLVPRelocation()
507 MCValue Target, in RecordX86Relocation()
/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.cpp83 const std::string &Target) { in rewriteComdat()
101 const std::string Target; member in __anona72d05fb0111::ExplicitRewriteDescriptor
310 std::string Target; in parseRewriteFunctionDescriptor() local
377 std::string Target; in parseRewriteGlobalVariableDescriptor() local
439 std::string Target; in parseRewriteGlobalAliasDescriptor() local
/external/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreMCTargetDesc.h20 class Target; variable
/external/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430MCTargetDesc.h20 class Target; variable
/external/llvm/lib/Target/BPF/MCTargetDesc/
DBPFMCAsmInfo.h22 class Target; variable
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCAsmInfo.h22 class Target; variable
/external/deqp/modules/gles31/functional/
Des31fSampleShadingTests.cpp470 static const struct Target in init() struct
472 SampleShadingRenderingCase::RenderTarget target; in init()
473 int numSamples; in init()
474 const char* name; in init()
/external/llvm/tools/llvm-mc/
DDisassembler.h23 class Target; variable
/external/clang/lib/Basic/
DAttributes.cpp7 const IdentifierInfo *Attr, const TargetInfo &Target, in hasAttribute()
/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

123456789