Home
last modified time | relevance | path

Searched refs:setWordCount (Results 1 – 8 of 8) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVInstruction.h234 SPIRVEntry::setWordCount(WC);
273 SPIRVEntry::setWordCount(WC); in setOpWords()
276 SPIRVEntry::setWordCount(WC); in setOpWords()
279 virtual void setWordCount(SPIRVWord TheWordCount) { in setWordCount() function
280 SPIRVEntry::setWordCount(TheWordCount); in setWordCount()
499 void setWordCount(SPIRVWord TheWordCount) { in setWordCount() function
500 SPIRVEntry::setWordCount(TheWordCount); in setWordCount()
539 void setWordCount(SPIRVWord TheWordCount) {
540 SPIRVEntry::setWordCount(TheWordCount);
585 void setWordCount(SPIRVWord TheWordCount) {
[all …]
DSPIRVDecorate.h141 void setWordCount(SPIRVWord);
222 void setWordCount(SPIRVWord);
279 void setWordCount(SPIRVWord WC) { in setWordCount() function
280 SPIRVEntryNoIdGeneric::setWordCount(WC); in setWordCount()
DSPIRVDecorate.cpp107 SPIRVDecorate::setWordCount(SPIRVWord Count){ in setWordCount() function in SPIRV::SPIRVDecorate
129 SPIRVMemberDecorate::setWordCount(SPIRVWord Count){ in setWordCount() function in SPIRV::SPIRVMemberDecorate
DSPIRVValue.h172 void setWordCount(SPIRVWord WordCount) { in setWordCount() function
173 SPIRVValue::setWordCount(WordCount); in setWordCount()
293 void setWordCount(SPIRVWord WordCount) { in setWordCount() function
DSPIRVType.h452 void setWordCount(SPIRVWord TheWC) { in setWordCount() function
563 void setWordCount(SPIRVWord WordCount) { in setWordCount() function
564 SPIRVType::setWordCount(WordCount); in setWordCount()
607 void setWordCount(SPIRVWord WordCount) { in _SPIRV_DEF_ENCDEC3()
608 SPIRVType::setWordCount(WordCount); in _SPIRV_DEF_ENCDEC3()
DSPIRVStream.cpp243 Entry->setWordCount(WordCount); in getEntry()
DSPIRVEntry.cpp146 SPIRVEntry::setWordCount(SPIRVWord TheWordCount){ in setWordCount() function in SPIRV::SPIRVEntry
DSPIRVEntry.h299 virtual void setWordCount(SPIRVWord TheWordCount);