/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TargetRegistry.h | 66 class Target { 72 typedef MCAsmInfo *(*MCAsmInfoCtorFnTy)(const Target &T, 83 typedef TargetMachine *(*TargetMachineCtorTy)(const Target &T, 91 typedef MCAsmBackend *(*MCAsmBackendCtorTy)(const Target &T, StringRef TT); 92 typedef MCTargetAsmLexer *(*MCAsmLexerCtorTy)(const Target &T, 97 typedef MCDisassembler *(*MCDisassemblerCtorTy)(const Target &T, 99 typedef MCInstPrinter *(*MCInstPrinterCtorTy)(const Target &T, 106 typedef MCStreamer *(*MCObjectStreamerCtorTy)(const Target &T, 127 Target *Next; 207 Target() : AsmStreamerCtorFn(llvm::createAsmStreamer) {} in Target() function [all …]
|
/external/v8/testing/gtest/codegear/ |
D | gtest.groupproj | 17 <Target Name="gtest"> 19 </Target> 20 <Target Name="gtest:Clean"> 22 </Target> 23 <Target Name="gtest:Make"> 25 </Target> 26 <Target Name="gtest_main"> 28 </Target> 29 <Target Name="gtest_main:Clean"> 31 </Target> [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/codegear/ |
D | gtest.groupproj | 17 <Target Name="gtest"> 19 </Target> 20 <Target Name="gtest:Clean"> 22 </Target> 23 <Target Name="gtest:Make"> 25 </Target> 26 <Target Name="gtest_main"> 28 </Target> 29 <Target Name="gtest_main:Clean"> 31 </Target> [all …]
|
/external/googletest/googletest/codegear/ |
D | gtest.groupproj | 17 <Target Name="gtest"> 19 </Target> 20 <Target Name="gtest:Clean"> 22 </Target> 23 <Target Name="gtest:Make"> 25 </Target> 26 <Target Name="gtest_main"> 28 </Target> 29 <Target Name="gtest_main:Clean"> 31 </Target> [all …]
|
/external/protobuf/gtest/codegear/ |
D | gtest.groupproj | 17 <Target Name="gtest"> 19 </Target> 20 <Target Name="gtest:Clean"> 22 </Target> 23 <Target Name="gtest:Make"> 25 </Target> 26 <Target Name="gtest_main"> 28 </Target> 29 <Target Name="gtest_main:Clean"> 31 </Target> [all …]
|
/external/google-breakpad/src/testing/gtest/codegear/ |
D | gtest.groupproj | 17 <Target Name="gtest"> 19 </Target> 20 <Target Name="gtest:Clean"> 22 </Target> 23 <Target Name="gtest:Make"> 25 </Target> 26 <Target Name="gtest_main"> 28 </Target> 29 <Target Name="gtest_main:Clean"> 31 </Target> [all …]
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 87 class Target { 105 const Target &T, const Triple &TT, StringRef CPU, StringRef Features, 113 typedef MCAsmBackend *(*MCAsmBackendCtorTy)(const Target &T, 119 typedef MCDisassembler *(*MCDisassemblerCtorTy)(const Target &T, 161 Target *Next; 251 Target() in Target() function 261 const Target *getNext() const { return Next; } in getNext() 544 : public std::iterator<std::forward_iterator_tag, Target, ptrdiff_t> { 545 const Target *Current; 546 explicit iterator(Target *T) : Current(T) {} in iterator() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | InMemoryStruct.h | 33 value_type *Target; variable 42 InMemoryStruct() : Target(0) {} in InMemoryStruct() 43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {} in InMemoryStruct() 44 InMemoryStruct(pointer Value) : Target(Value) {} in InMemoryStruct() 48 if (Value.Target != &Value.Contents) { 49 Target = Value.Target; 51 Target = &Contents; 57 assert(Target && "Cannot dereference null pointer"); 58 return *Target; 61 assert(Target && "Cannot dereference null pointer"); [all …]
|
/external/llvm/utils/TableGen/ |
D | DisassemblerEmitter.cpp | 106 CodeGenTarget Target(Records); in EmitDisassembler() local 107 emitSourceFileHeader(" * " + Target.getName() + " Disassembler", OS); in EmitDisassembler() 110 if (Target.getName() == "X86") { in EmitDisassembler() 114 Target.getInstructionsByEnumValue(); in EmitDisassembler() 120 PrintError(Target.getTargetRecord()->getLoc(), "Primary decode conflict"); in EmitDisassembler() 129 if (Target.getName() == "ARM" || Target.getName() == "Thumb" || in EmitDisassembler() 130 Target.getName() == "AArch64" || Target.getName() == "ARM64") { in EmitDisassembler() 131 std::string PredicateNamespace = Target.getName(); in EmitDisassembler() 143 EmitFixedLenDecoder(Records, OS, Target.getName(), in EmitDisassembler()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 31 MCValue Target, 39 MCValue Target, 47 MCValue Target, 54 MCValue Target, 65 MCValue Target, uint64_t &FixedValue) { in RecordRelocation() argument 67 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation() 70 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordRelocation() 104 MCValue Target, in RecordX86_64Relocation() argument 120 Value = Target.getConstant(); in RecordX86_64Relocation() 131 if (Target.isAbsolute()) { // constant in RecordX86_64Relocation() [all …]
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTX.td | 1 //===- NVPTX.td - Describe the NVPTX Target Machine -----------*- tblgen -*-==// 13 // Target-independent interfaces 16 include "llvm/Target/Target.td" 30 "Target SM 2.0">; 32 "Target SM 2.1">; 34 "Target SM 3.0">; 36 "Target SM 3.2">; 38 "Target SM 3.5">; 40 "Target SM 3.7">; 42 "Target SM 5.0">; [all …]
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 33 MCValue Target, 41 MCValue Target, 49 MCValue Target, 54 MCValue Target, uint64_t &FixedValue); 62 const MCFixup &Fixup, MCValue Target, in recordRelocation() argument 65 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation() 68 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation() 104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() argument 121 Value = Target.getConstant(); in RecordX86_64Relocation() 132 if (Target.isAbsolute()) { // constant in RecordX86_64Relocation() [all …]
|
/external/libchrome/base/memory/ |
D | weak_ptr_unittest.cc | 51 struct Target : public TargetBase, public SupportsWeakPtr<Target> { struct 52 virtual ~Target() {} in ~Target() argument 54 struct DerivedTarget : public Target {}; 56 WeakPtr<Target> target; 58 struct TargetWithFactory : public Target { 60 WeakPtrFactory<Target> factory; 71 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() 89 void DeleteTarget(Target* object) { in DeleteTarget() 125 Target* DeRef(const Arrow* arrow) { in DeRef() 128 Target* result = nullptr; in DeRef() [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionRetainAllTester.java | 50 private class Target { class in CollectionRetainAllTester 54 private Target(Collection<E> toRetain, String description) { in Target() method in CollectionRetainAllTester.Target 64 private Target empty; 65 private Target disjoint; 66 private Target superset; 67 private Target nonEmptyProperSubset; 68 private Target sameElements; 69 private Target partialOverlap; 70 private Target containsDuplicates; 71 private Target nullSingleton; [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SubtargetEmitter.cpp | 40 OS << "namespace " << Target << " {\n"; in Enumeration() 84 << "llvm::SubtargetFeatureKV " << Target << "FeatureKV[] = {\n"; in FeatureKeyValues() 102 << Target << "::" << Name << ", "; in FeatureKeyValues() 111 OS << Target << "::" << ImpliesList[j]->getName(); in FeatureKeyValues() 143 << "llvm::SubtargetFeatureKV " << Target << "SubTypeKV[] = {\n"; in CPUKeyValues() 163 OS << Target << "::" << FeatureList[j]->getName(); in CPUKeyValues() 340 std::string StageTable = "\nllvm::InstrStage " + Target + "Stages[] = {\n"; in EmitStageAndOperandCycleData() 344 std::string OperandCycleTable = "unsigned " + Target + in EmitStageAndOperandCycleData() 349 std::string BypassTable = "unsigned " + Target + in EmitStageAndOperandCycleData() 534 << Target << "ProcItinKV[] = {\n"; in EmitProcessorLookup() [all …]
|
D | DisassemblerEmitter.cpp | 99 CodeGenTarget Target(Records); in run() local 104 << " * " << Target.getName() << " Disassembler\n" in run() 112 if (Target.getName() == "X86") { in run() 116 Target.getInstructionsByEnumValue(); in run() 124 throw TGError(Target.getTargetRecord()->getLoc(), in run() 132 if (Target.getName() == "ARM" || in run() 133 Target.getName() == "Thumb") { in run() 142 FixedLenDecoderEmitter(Records, Target.getName()).run(OS); in run()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineRelocation.h | 64 } Target; variable 95 Result.Target.GV = GV; 115 Result.Target.GV = GV; 132 Result.Target.MBB = MBB; 152 Result.Target.ExtSym = ES; 171 Result.Target.Index = CPI; 190 Result.Target.Index = JTI; 283 return Target.GV; in getGlobalValue() 288 return Target.MBB; in getBasicBlock() 295 return Target.ExtSym; in getExternalSymbol() [all …]
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCTargetDesc.h | 28 class Target; variable 33 extern Target TheMipsTarget; 34 extern Target TheMipselTarget; 35 extern Target TheMips64Target; 36 extern Target TheMips64elTarget; 45 MCAsmBackend *createMipsAsmBackendEB32(const Target &T, 48 MCAsmBackend *createMipsAsmBackendEL32(const Target &T, 51 MCAsmBackend *createMipsAsmBackendEB64(const Target &T, 54 MCAsmBackend *createMipsAsmBackendEL64(const Target &T,
|
/external/devlib/doc/ |
D | target.rst | 1 Target title 5 .. class:: Target(connection_settings=None, platform=None, working_directory=None, executables_dire… 7 :class:`Target` is the primary interface to the remote device. All interactions 8 with the device are performed via a :class:`Target` instance, either 13 device. Its contents depend on the specific :class:`Target` type (used see 16 :param platform: A :class:`Target` defines interactions at Operating System level. A 19 :class:`Target` creation, one will be created automatically and it will 30 depending on the type of :class:`Target` 46 depending on the type of :class:`Target` 50 explicitly called later on before the :class:`Target` instance can be [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | IssueHash.cpp | 32 static std::string GetSignature(const FunctionDecl *Target) { in GetSignature() argument 33 if (!Target) in GetSignature() 37 if (!isa<CXXConstructorDecl>(Target) && !isa<CXXDestructorDecl>(Target) && in GetSignature() 38 !isa<CXXConversionDecl>(Target)) in GetSignature() 39 Signature.append(Target->getReturnType().getAsString()).append(" "); in GetSignature() 40 Signature.append(Target->getQualifiedNameAsString()).append("("); in GetSignature() 42 for (int i = 0, paramsCount = Target->getNumParams(); i < paramsCount; ++i) { in GetSignature() 45 Signature.append(Target->getParamDecl(i)->getType().getAsString()); in GetSignature() 48 if (Target->isVariadic()) in GetSignature() 53 llvm::dyn_cast_or_null<FunctionType>(Target->getType().getTypePtr()); in GetSignature() [all …]
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 31 const MCFixup &Fixup, MCValue Target, 37 MCValue Target, uint64_t &FixedValue); 45 const MCFixup &Fixup, MCValue Target, in recordRelocation() argument 50 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation() 83 static unsigned getRelocType(const MCValue &Target, in getRelocType() argument 88 Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocType() 89 : Target.getSymA()->getKind(); in getRelocType() 193 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation() argument 199 const unsigned Type = getRelocType(Target, FK, IsPCRel); in recordScatteredRelocation() 207 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX8664.cpp | 93 const ::Ice::X8664::TargetX8664 *Target) { in getRematerializableOffset() 96 if (RegNum == Target->getFrameReg()) { in getRematerializableOffset() 97 Disp += Target->getFrameFixedAllocaOffset(); in getRematerializableOffset() 98 } else if (RegNum != Target->getStackReg()) { in getRematerializableOffset() 108 const auto *Target = in emit() local 112 const bool NeedSandboxing = Target->needSandboxing(); in emit() 115 Disp += getRematerializableOffset(getBase(), Target); in emit() 138 CR->emitWithoutPrefix(Target, UseNonsfi ? "@GOTOFF" : ""); in emit() 195 const auto *Target = in dump() local 198 Disp += getRematerializableOffset(getBase(), Target); in dump() [all …]
|
/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 19 static Target *FirstTarget = nullptr; 25 const Target *TargetRegistry::lookupTarget(const std::string &ArchName, in lookupTarget() 31 const Target *TheTarget = nullptr; in lookupTarget() 35 [&](const Target &T) { return ArchName == T.getName(); }); in lookupTarget() 64 const Target *TargetRegistry::lookupTarget(const std::string &TT, in lookupTarget() 72 auto ArchMatch = [&](const Target &T) { return T.ArchMatchFn(Arch); }; in lookupTarget() 90 void TargetRegistry::RegisterTarget(Target &T, in RegisterTarget() 93 Target::ArchMatchFnTy ArchMatchFn, in RegisterTarget() 113 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn() 114 const std::pair<StringRef, const Target *> *RHS) { in TargetArraySortFn() [all …]
|
/external/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 147 static value llvm_target_option(LLVMTargetRef Target) { in llvm_target_option() argument 148 if(Target != NULL) { in llvm_target_option() 150 Store_field(Result, 0, (value) Target); in llvm_target_option() 172 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ() argument 173 return llvm_target_option(LLVMGetNextTarget(Target)); in llvm_target_succ() 193 CAMLprim value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name() argument 194 return caml_copy_string(LLVMGetTargetName(Target)); in llvm_target_name() 198 CAMLprim value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description() argument 199 return caml_copy_string(LLVMGetTargetDescription(Target)); in llvm_target_description() 203 CAMLprim value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit() argument [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 32 MCValue Target, 39 const MCFixup &Fixup, MCValue Target, 51 MCValue Target, uint64_t &FixedValue); 127 MCValue Target, in RecordARMMovwMovtRelocation() argument 134 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMMovwMovtRelocation() 147 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMMovwMovtRelocation() 224 MCValue Target, in RecordARMScatteredRelocation() argument 232 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordARMScatteredRelocation() 244 if (const MCSymbolRefExpr *B = Target.getSymB()) { in RecordARMScatteredRelocation() 285 MCValue Target, in RecordRelocation() argument [all …]
|