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

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

Completed in 131 milliseconds