Searched defs:Name (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1309 const ValueName &Name = *SI; local
1314 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1342 for (const char *P = Name.getKeyData(),
1343 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1371 const ValueName &Name = *SI; local
1376 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1404 for (const char *P = Name.getKeyData(),
1405 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)
/frameworks/compile/slang/
H A Dslang_rs_context.h109 bool processExportType(const llvm::StringRef &Name);
142 static bool isSyntheticName(const llvm::StringRef Name) { return Name.startswith(".rs."); } argument
H A Dslang_rs_export_type.cpp769 llvm::StringRef Name = RD->getName(); local
770 if (Name.empty()) {
772 Name = RD->getTypedefNameForAnonDecl()->getName();
775 if (Name.empty()) {
783 Name = (*RI)->getName();
784 if (!Name.empty())
789 return Name;
798 char *Name = new char[ 1 /* * */ + PointeeName.size() + 1 ]; local
799 Name[0] = '*';
800 memcpy(Name
941 RSExportType(RSContext *Context, ExportClass Class, const llvm::StringRef &Name) argument
[all...]
H A Dslang_rs_export_type.h191 inline bool IsDummyName(const llvm::StringRef &Name) { argument
192 return Name.startswith("<");
219 const llvm::StringRef &Name);
337 const llvm::StringRef &Name,
340 : RSExportType(Context, Class, Name),
405 const llvm::StringRef &Name,
407 : RSExportType(Context, ExportClassPointer, Name),
435 const llvm::StringRef &Name,
439 : RSExportPrimitiveType(Context, ExportClassVector, Name,
459 std::stringstream Name; local
334 RSExportPrimitiveType(RSContext *Context, ExportClass Class, const llvm::StringRef &Name, DataType DT, bool Normalized) argument
404 RSExportPointerType(RSContext *Context, const llvm::StringRef &Name, const RSExportType *PointeeType) argument
434 RSExportVectorType(RSContext *Context, const llvm::StringRef &Name, DataType DT, bool Normalized, unsigned NumElement) argument
482 RSExportMatrixType(RSContext *Context, const llvm::StringRef &Name, unsigned Dim) argument
551 Field(const RSExportType *T, const llvm::StringRef &Name, const RSExportRecordType *Parent, size_t Offset) argument
585 RSExportRecordType(RSContext *Context, const llvm::StringRef &Name, bool IsPacked, bool IsArtificial, size_t StoreSize, size_t AllocSize) argument
[all...]
H A Dslang_rs_reflection.cpp521 std::stringstream Name; local
522 Name << EV->getName() << "[" << i << "]";
523 genInitExportVariable(ET, Name.str(), EV->getInitArray(i));
647 std::string Name = VarName + "." + GetVectorAccessor(i); local
648 genInitPrimitiveExportVariable(Name, Val);
663 std::string Name = VarName + "." + GetVectorAccessor(i); local
664 genInitPrimitiveExportVariable(Name, ElementVal);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
783 StringRef Name) {
784 auto *Ret = StructType::create(Context, Name);
1435 SmallString<8> Name; local
1436 Name.resize(NameLength);
1438 Name[i] = Record[i];
1452 NamedMDNode *NMD = TheModule->getOrInsertNamedMetadata(Name);
1511 SmallString<8> Name(Record.begin()+1, Record.end());
1513 unsigned NewKind = TheModule->getMDKindID(Name.str());
782 createIdentifiedStructType(LLVMContext &Context, StringRef Name) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp1084 bool PromoteReduceFunction(const char *Name, FunctionSet &PromotedFunctions) { argument
1085 if (!Name) // a presumably-optional function that is not present
1088 llvm::Function *Fn = Module->getFunction(Name);
1278 const char *Name = mExportForEachNameList[i]; local
1280 if (Module.getFunction(Name) &&
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1404 const ValueName &Name = *SI; local
1409 for (const char *C = Name.getKeyData(), *E = C+Name.getKeyLength();
1437 for (const char *P = Name.getKeyData(),
1438 *E = Name.getKeyData()+Name.getKeyLength(); P != E; ++P)
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp523 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
1058 StringRef Name) {
1059 auto *Ret = StructType::create(Context, Name);
1746 SmallString<8> Name(Record.begin(), Record.end());
1756 NamedMDNode *NMD = TheModule->getOrInsertNamedMetadata(Name);
1804 SmallString<8> Name(Record.begin()+1, Record.end());
1806 unsigned NewKind = TheModule->getMDKindID(Name.str());
1057 createIdentifiedStructType(LLVMContext &Context, StringRef Name) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 496 milliseconds

12