Home
last modified time | relevance | path

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

12345678910>>...12

/external/skia/bench/
Dnanobench.h42 struct Target { struct
43 explicit Target(const Config& c) : config(c) { } in Target() argument
44 virtual ~Target() { } in ~Target() argument
46 const Config config;
47 sk_sp<SkSurface> surface;
50 virtual void setup() { } in setup()
55 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming()
59 virtual void endTiming() { } in endTiming()
64 virtual void fence() { } in fence()
69 virtual bool needsFrameTiming(int* frameLag) const { return false; } in needsFrameTiming()
[all …]
/external/llvm/bindings/go/llvm/
Dtarget.go30 Target struct { struct
31 C C.LLVMTargetRef
212 func (t Target) NextTarget() Target {
237 // llvm.TargetMachine
241 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string,
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c147 static value llvm_target_option(LLVMTargetRef Target) { in llvm_target_option()
172 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ()
193 CAMLprim value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name()
198 CAMLprim value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description()
203 CAMLprim value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit()
208 CAMLprim value llvm_target_has_target_machine(LLVMTargetRef Target) { in llvm_target_has_target_machine()
213 CAMLprim value llvm_target_has_asm_backend(LLVMTargetRef Target) { in llvm_target_has_asm_backend()
247 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
/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()
350 CodeGenTarget &Target = CDP.getTargetInfo(); in run() local
546 CodeGenTarget &Target = CDP.getTargetInfo(); in emitRecord() local
570 CodeGenTarget Target(Records); in emitEnums() local
DCodeEmitterGen.cpp65 std::string &Case, CodeGenTarget &Target) { in AddCodeToMergeInOperand()
178 CodeGenTarget &Target) { in getInstructionCase()
223 CodeGenTarget Target(Records); in run() local
/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/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp62 const MCFixup &Fixup, MCValue Target, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
370 MCValue Target, in recordScatteredRelocation()
470 MCValue Target, in recordTLVPRelocation()
512 MCValue Target, in RecordX86Relocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp65 MCValue Target, uint64_t &FixedValue) { in RecordRelocation()
104 MCValue Target, in RecordX86_64Relocation()
343 MCValue Target, in RecordScatteredRelocation()
409 MCValue Target, in RecordTLVPRelocation()
456 MCValue Target, in RecordX86Relocation()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
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()
DPPCELFObjectWriter.cpp41 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, in getAccessVariant()
69 unsigned PPCELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp70 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
76 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp82 const std::string &Target) { in rewriteComdat()
100 const std::string Target; member in __anon60696fda0111::ExplicitRewriteDescriptor
309 std::string Target; in parseRewriteFunctionDescriptor() local
376 std::string Target; in parseRewriteGlobalVariableDescriptor() local
438 std::string Target; in parseRewriteGlobalAliasDescriptor() local
/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/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/swiftshader/third_party/LLVM/utils/TableGen/
DCodeEmitterGen.cpp86 std::string &Case, CodeGenTarget &Target) { in AddCodeToMergeInOperand()
185 CodeGenTarget &Target) { in getInstructionCase()
211 CodeGenTarget Target(Records); in run() local
DInstrInfoEmitter.cpp143 const CodeGenTarget &Target = CDP.getTargetInfo(); in EmitOperandInfo() local
175 CodeGenTarget &Target = CDP.getTargetInfo(); in run() local
345 CodeGenTarget Target(Records); in emitEnums() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp127 MCValue Target, in RecordARMMovwMovtRelocation()
224 MCValue Target, in RecordARMScatteredRelocation()
285 MCValue Target, in RecordRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeMCAsmInfo.h21 class Target; variable
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
DMipsMCAsmInfo.h21 class Target; variable
/external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
DXCoreMCAsmInfo.h21 class Target; variable
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/MCTargetDesc/
DSparcMCAsmInfo.h21 class Target; variable
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/MCTargetDesc/
DBlackfinMCAsmInfo.h21 class Target; variable
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h20 class Target; variable
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/MCTargetDesc/
DMSP430MCAsmInfo.h21 class Target; variable
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUMCAsmInfo.h19 class Target; variable

12345678910>>...12