Searched defs:SPIRVDecorateGeneric (Results 1 - 2 of 2) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
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 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...]

Completed in 140 milliseconds