Searched defs:setWordCount (Results 1 - 6 of 6) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVDecorate.cpp107 SPIRVDecorate::setWordCount(SPIRVWord Count){ function in class:SPIRV::SPIRVDecorate
129 SPIRVMemberDecorate::setWordCount(SPIRVWord Count){ function in class:SPIRV::SPIRVMemberDecorate
H A DSPIRVDecorate.h141 void setWordCount(SPIRVWord);
222 void setWordCount(SPIRVWord);
279 void setWordCount(SPIRVWord WC) { function in class:SPIRV::SPIRVGroupDecorateGeneric
280 SPIRVEntryNoIdGeneric::setWordCount(WC);
H A DSPIRVValue.h172 void setWordCount(SPIRVWord WordCount) { function in class:SPIRV::SPIRVConstant
173 SPIRVValue::setWordCount(WordCount);
293 void setWordCount(SPIRVWord WordCount) { function in class:SPIRV::SPIRVConstantComposite
H A DSPIRVEntry.cpp146 SPIRVEntry::setWordCount(SPIRVWord TheWordCount){ function in class:SPIRV::SPIRVEntry
H A DSPIRVType.h452 void setWordCount(SPIRVWord TheWC) { function in class:SPIRV::SPIRVTypeImage
563 void setWordCount(SPIRVWord WordCount) { function in class:SPIRV::SPIRVTypeStruct
564 SPIRVType::setWordCount(WordCount);
607 void setWordCount(SPIRVWord WordCount) { function in class:SPIRV::SPIRVTypeFunction
608 SPIRVType::setWordCount(WordCount);
H A DSPIRVInstruction.h234 SPIRVEntry::setWordCount(WC);
273 SPIRVEntry::setWordCount(WC);
276 SPIRVEntry::setWordCount(WC);
279 virtual void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVInstTemplateBase
280 SPIRVEntry::setWordCount(TheWordCount);
499 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVVariable
500 SPIRVEntry::setWordCount(TheWordCount);
539 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVStore
540 SPIRVEntry::setWordCount(TheWordCount);
585 void setWordCount(SPIRVWor function in class:SPIRV::SPIRVLoad
803 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVBranchConditional
871 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVPhi
1028 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVSwitch
1167 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVFunctionCallGeneric
1302 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVCompositeExtract
1342 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVCompositeInsert
1419 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVCopyMemory
1475 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVCopyMemorySized
1584 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVVectorShuffle
1627 void setWordCount(SPIRVWord TheWordCount) { function in class:SPIRV::SPIRVControlBarrier
[all...]

Completed in 108 milliseconds