Home
last modified time | relevance | path

Searched refs:PrefixAndDelim (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp286 std::string N = std::string(kSPIRVTypeName::PrefixAndDelim) + in isSPIRVType()
1039 if (Name.startswith(kSPIRVTypeName::PrefixAndDelim)) { in transTypeDesc()
1040 Name = Name.substr(sizeof(kSPIRVTypeName::PrefixAndDelim) - 1); in transTypeDesc()
1203 auto TN = std::string(kSPIRVTypeName::PrefixAndDelim) in getSPIRVTypeName()
DSPIRVInternal.h292 const static char PrefixAndDelim[] = "spirv."; variable
DSPIRVReader.cpp664 return std::string(kSPIRVTypeName::PrefixAndDelim) in transOCLPipeTypeName()
673 return std::string(kSPIRVTypeName::PrefixAndDelim) in transOCLPipeStorageTypeName()
1288 string CPSName = string(kSPIRVTypeName::PrefixAndDelim) in oclTransConstantPipeStorage()
DSPIRVWriter.cpp497 } else if (STName.startswith(kSPIRVTypeName::PrefixAndDelim)) in transType()
592 assert (STName.startswith(kSPIRVTypeName::PrefixAndDelim) && in transSPIRVOpaqueType()