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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVDecorate.h52 class SPIRVDecorateGeneric:public SPIRVAnnotationGeneric{ class in namespace:SPIRV
55 SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
58 SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
61 SPIRVDecorateGeneric(Op OC);
68 bool operator()(const SPIRVDecorateGeneric *A, const SPIRVDecorateGeneric *B);
71 friend bool operator==(const SPIRVDecorateGeneric &A,
72 const SPIRVDecorateGeneric &B);
108 class SPIRVDecorateSet: public std::multiset<const SPIRVDecorateGeneric *,
109 SPIRVDecorateGeneric
[all...]
H A DSPIRVDecorate.cpp54 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC, SPIRVWord WC, function in class:SPIRV::SPIRVDecorateGeneric
64 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC, SPIRVWord WC, function in class:SPIRV::SPIRVDecorateGeneric
76 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC) function in class:SPIRV::SPIRVDecorateGeneric
81 SPIRVDecorateGeneric::getDecorateKind()const {
86 SPIRVDecorateGeneric::getLiteral(size_t i) const {
92 SPIRVDecorateGeneric::getLiteralCount() const {
191 SPIRVDecorateGeneric
[all...]
H A DSPIRVModule.h79 class SPIRVDecorateGeneric;
171 virtual const SPIRVDecorateGeneric *addDecorate(const SPIRVDecorateGeneric*)
H A DSPIRVModule.cpp168 virtual const SPIRVDecorateGeneric *addDecorate(const SPIRVDecorateGeneric *);
415 const_cast<SPIRVDecorateGeneric*>(D)->setTargetId(G->getId());
821 const SPIRVDecorateGeneric *
822 SPIRVModuleImpl::addDecorate(const SPIRVDecorateGeneric *Dec) {

Completed in 111 milliseconds