Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp419 getSizeInWords(TheName) + 3), ExecModel(TheExecModel), Name(TheName){ in SPIRVEntryPoint()
472 :SPIRVAnnotation(TheTarget, getSizeInWords(TheStr) + 2), Str(TheStr){ in SPIRVName()
488 assert(WordCount == getSizeInWords(Str) + 2 && "Incorrect word count"); in validate()
518 assert(WordCount == getSizeInWords(Str) + FixedWC); in validate()
525 SPIRVEntry(TheModule, 2 + getSizeInWords(TheStr), OC, TheId), Str(TheStr){ in SPIRVExtInstImport()
586 :SPIRVEntryNoId(M, 1 + getSizeInWords(SS)), S(SS){} in SPIRVSourceExtension()
600 :SPIRVEntryNoId(M, 1 + getSizeInWords(SS)), S(SS){} in SPIRVExtension()
DSPIRVEntry.h465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)), in SPIRVMemberName()
483 :SPIRVEntry(M, FixedWC + getSizeInWords(TheStr), OC, TheId), Str(TheStr){} in SPIRVString()
DSPIRVUtil.h348 getSizeInWords(const std::string& Str) { in getSizeInWords() function
DSPIRVType.h326 :SPIRVType(M, 2 + getSizeInWords(TheName), OpTypeOpaque, TheId) { in SPIRVTypeOpaque()