HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVDecorateGeneric (Results 1 - 4 of 4) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVDecorate.h 52 class SPIRVDecorateGeneric:public SPIRVAnnotationGeneric{
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::Comparator>
    [all...]
SPIRVDecorate.cpp 54 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC, SPIRVWord WC,
64 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC, SPIRVWord WC,
76 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC)
81 SPIRVDecorateGeneric::getDecorateKind()const {
86 SPIRVDecorateGeneric::getLiteral(size_t i) const {
92 SPIRVDecorateGeneric::getLiteralCount() const {
191 SPIRVDecorateGeneric::Comparator::operator()(const SPIRVDecorateGeneric *A
    [all...]
SPIRVModule.h 79 class SPIRVDecorateGeneric;
171 virtual const SPIRVDecorateGeneric *addDecorate(const SPIRVDecorateGeneric*)
SPIRVModule.cpp 168 virtual const SPIRVDecorateGeneric *addDecorate(const SPIRVDecorateGeneric *);
415 const_cast<SPIRVDecorateGeneric*>(D)->setTargetId(G->getId());
821 const SPIRVDecorateGeneric *
822 SPIRVModuleImpl::addDecorate(const SPIRVDecorateGeneric *Dec) {
    [all...]

Completed in 87 milliseconds