Home
last modified time | relevance | path

Searched refs:getDecorateKind (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVDecorate.cpp81 SPIRVDecorateGeneric::getDecorateKind()const { in getDecorateKind() function in SPIRV::SPIRVDecorateGeneric
198 if (A->getDecorateKind() < B->getDecorateKind()) in operator ()()
200 if (A->getDecorateKind() > B->getDecorateKind()) in operator ()()
225 if (A.getDecorateKind() != B.getDecorateKind()) in operator ==()
DSPIRVDecorate.h64 Decoration getDecorateKind() const;
DSPIRVEntry.cpp259 Decorates.insert(std::make_pair(Dec->getDecorateKind(), Dec)); in addDecorate()