/external/skia/bench/ |
D | nanobench.h | 39 struct Target { struct 40 explicit Target(const Config& c) : config(c) { } in Target() function 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/ |
D | target.go | 29 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/ |
D | target_ocaml.c | 153 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/ |
D | ms-intrinsics.c | 17 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/ |
D | InstrInfoEmitter.cpp | 179 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
|
D | CodeEmitterGen.cpp | 66 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/ |
D | PPCELFObjectWriter.cpp | 41 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, in getAccessVariant() 69 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
|
D | PPCMachObjectWriter.cpp | 46 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/ |
D | ARMELFObjectWriter.cpp | 70 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() 76 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 64 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/ |
D | DynamicTypePropagation.cpp | 78 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/ |
D | XCoreMCAsmInfo.h | 21 class Target; variable
|
D | XCoreMCTargetDesc.h | 20 class Target; variable
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
D | NVPTXMCAsmInfo.h | 20 class Target; variable
|
D | NVPTXMCTargetDesc.h | 20 class Target; variable
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | AMDGPUMCAsmInfo.h | 19 class Target; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 84 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/ |
D | BPFMCAsmInfo.h | 21 class Target; variable
|
/external/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430MCTargetDesc.h | 20 class Target; variable
|
/external/deqp/modules/gles31/functional/ |
D | es31fSampleShadingTests.cpp | 468 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/ |
D | AArch64MCAsmInfo.h | 21 class Target; variable
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 57 const TargetInfo &Target, in ParsePrintfSpecifier() 263 const TargetInfo &Target, in ParsePrintfString() 293 const TargetInfo &Target) { in ParseFormatStringHasSArg()
|
/external/llvm/tools/llvm-mc/ |
D | Disassembler.h | 23 class Target; variable
|
/external/deqp/modules/gles2/functional/ |
D | es2fDefaultVertexAttributeTests.cpp | 487 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/ |
D | WatchpointList.h | 38 friend class Target; variable
|