/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
TypeSymbolEmitter.h | 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
LambdaResolver.h | 33 JITSymbol findSymbolInLogicalDylib(const std::string &Name) final { 34 return DylibLookupFtor(Name); 37 JITSymbol findSymbol(const std::string &Name) final { 38 return ExternalLookupFtor(Name);
|
NullResolver.h | 36 JITSymbol findSymbol(const std::string &Name) final; 38 JITSymbol findSymbolInLogicalDylib(const std::string &Name) final;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/ |
MCAsmParserUtils.h | 23 /// with the given name. 26 bool parseAssignmentExpression(StringRef Name, bool allow_redef,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
hsa-metadata-kernel-attrs.s | 11 // CHECK: - Name: test_kernel 24 - Name: test_kernel
|
hsa-metadata-kernel-code-props.s | 8 // CHECK: - Name: test_kernel 23 - Name: test_kernel
|
hsa-metadata-kernel-debug-props.s | 8 // CHECK: - Name: test_kernel 20 - Name: test_kernel
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Timer.h | 79 std::string Name; ///< The name of this time variable. 88 explicit Timer(StringRef Name, StringRef Description) { 89 init(Name, Description); 91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { 92 init(Name, Description, tg); 105 void init(StringRef Name, StringRef Description); 106 void init(StringRef Name, StringRef Description, TimerGroup &tg); 108 const std::string &getName() const { return Name; } 158 /// statement. All timers with the same name are merged. This is primaril [all...] |
/external/tensorflow/tensorflow/compiler/xla/ |
device_util.h | 33 return absl::StrCat(stream_exec->platform()->Name(), ":",
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
gpu_managed_allocator.h | 29 string Name() override { return "GpuManagedAllocator"; }
|
/external/tensorflow/tensorflow/core/kernels/ |
qr_op_complex128.cc | 27 REGISTER_KERNEL_BUILDER(Name("Qr")
|
/external/u-boot/arch/x86/include/asm/acpi/ |
irqlinks.asl | 25 Name(_HID, EISAID("PNP0C0F")) 26 Name(_UID, 1) 35 Name(_PRS, ResourceTemplate() 43 Name(RTLA, ResourceTemplate() 83 Name(_HID, EISAID("PNP0C0F")) 84 Name(_UID, 2) 93 Name(_PRS, ResourceTemplate() 101 Name(RTLB, ResourceTemplate() 141 Name(_HID, EISAID("PNP0C0F")) 142 Name(_UID, 3 [all...] |
/external/llvm/tools/llvm-cov/ |
CoverageSummaryInfo.h | 124 StringRef Name; 129 FunctionCoverageSummary(StringRef Name) : Name(Name), ExecutionCount(0) {} 131 FunctionCoverageSummary(StringRef Name, uint64_t ExecutionCount, 134 : Name(Name), ExecutionCount(ExecutionCount), 146 StringRef Name; 151 FileCoverageSummary(StringRef Name) : Name(Name) { [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
MDBuilder.h | 105 MDNode *createAnonymousAARoot(StringRef Name = StringRef(), 119 MDNode *createAnonymousAliasScopeDomain(StringRef Name = StringRef()) { 120 return createAnonymousAARoot(Name); 127 StringRef Name = StringRef()) { 128 return createAnonymousAARoot(Name, Domain); 132 /// name. This may be identified (uniqued) with other roots with the same 133 /// name. 134 MDNode *createTBAARoot(StringRef Name); 137 /// the given name. This may be identified (uniqued) with other roots with 138 /// the same name [all...] |
/art/compiler/driver/ |
compiler_options_map-storage.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ 39 const KeyType<Type> CompilerOptionsMap<Base, KeyType>::Name {__VA_ARGS__};
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
fix_methodattrs.py | 7 from ..fixer_util import Name
24 attr.replace(Name(new, prefix=attr.prefix))
|
fix_repr.py | 8 from ..fixer_util import Call, Name, parenthesize
23 return Call(Name(u"repr"), [expr], prefix=node.prefix)
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
CVSymbolVisitor.h | 44 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ 45 void visit##Name(SymbolRecordKind Kind, Name &Record) {} 46 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) 58 #define SYMBOL_RECORD(EnumName, EnumVal, Name) \ 61 auto Result = Name::deserialize(RK, RecordOffset, Data); \ 64 DerivedThis->visit##Name(Record.Type, *Result); \ 67 #define SYMBOL_RECORD_ALIAS(EnumName, EnumVal, Name, AliasName) \
|
/external/llvm/test/MC/AsmParser/ |
directive_end-2.s | 13 # CHECK: Name: rock 14 # CHECK-NOT: Name: hard_place
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
fix_methodattrs.py | 7 from ..fixer_util import Name 24 attr.replace(Name(new, prefix=attr.prefix))
|
fix_repr.py | 8 from ..fixer_util import Call, Name, parenthesize 23 return Call(Name(u"repr"), [expr], prefix=node.prefix)
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
fix_methodattrs.py | 7 from ..fixer_util import Name 24 attr.replace(Name(new, prefix=attr.prefix))
|
fix_repr.py | 8 from ..fixer_util import Call, Name, parenthesize 23 return Call(Name("repr"), [expr], prefix=node.prefix)
|
fix_types.py | 24 from ..fixer_util import Name 51 _pats = ["power< 'types' trailer< '.' name='%s' > >" % t for t in _TYPE_MAPPING] 58 new_value = _TYPE_MAPPING.get(results["name"].value) 60 return Name(new_value, prefix=node.prefix)
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
ValueSymbolTable.cpp | 28 << *VI->getValue()->getType() << "' Name = '" 34 // Insert a value into the symbol table with the specified name... 39 // Try inserting the name, assuming it won't conflict. 40 if (vmap.insert(V->Name)) { 41 //DEBUG(dbgs() << " Inserted value: " << V->Name << ": " << *V << "\n"); 48 // The name is too already used, just free it so we can allocate a new name. 49 V->Name->Destroy(); 60 // Newly inserted name. Success! 62 V->Name = &NewName [all...] |