OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Postfixes
(Results
1 - 3
of
3
) sorted by null
/external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp
384
/// Decode SPIR-V type name in the format spirv.{TypeName}._{
Postfixes
}
385
/// where
Postfixes
are strings separated by underscores.
387
/// \param Ops contains the integers decoded from
postfixes
.
400
SmallVector<StringRef, 4>
Postfixes
;
401
SubStrs[2].split(
Postfixes
, PostDelim, -1, true);
402
assert(
Postfixes
.size() > 1 &&
Postfixes
[0].empty() && "Invalid postfix");
403
for (unsigned I = 1, E =
Postfixes
.size(); I != E; ++I)
404
Strs.push_back(std::string(
Postfixes
[I]).c_str());
594
SmallVector<std::string, 8>
Postfixes
;
[
all
...]
SPIRVUtil.cpp
277
/// \param BaseTyName is the type name as in spirv.BaseTyName.
Postfixes
278
/// \param Postfix contains
postfixes
extracted from the SPIR-V image
279
/// type name as spirv.BaseTyName.
Postfixes
.
[
all
...]
SPIRVInternal.h
579
/// \param BaseTyName is the type name as in spirv.BaseTyName.
Postfixes
580
/// \param Postfix contains
postfixes
extracted from the SPIR-V image
581
/// type name as spirv.BaseTyName.
Postfixes
.
606
/// name takes the __spirv_{OpName}_{
Postfixes
} format.
813
/// Get SPIR-V type name as spirv.BaseTyName.
Postfixes
.
815
getSPIRVTypeName(StringRef BaseTyName, StringRef
Postfixes
= "");
821
/// Get SPIR-V type by changing the type name from spirv.OldName.
Postfixes
822
/// to spirv.NewName.
Postfixes
.
827
/// Get the
postfixes
of SPIR-V image type name as in spirv.Image.
postfixes
[
all
...]
Completed in 6555 milliseconds