HomeSort by relevance Sort by last modified time
    Searched defs:SPIRVInstruction (Results 1 - 2 of 2) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.cpp 1 //===- SPIRVInstruction.cpp -Class to represent SPIR-V instruction - C++ -*-===//
40 #include "SPIRVInstruction.h"
49 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC,
56 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC,
63 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC,
69 SPIRVInstruction::SPIRVInstruction(unsigned TheWordCount, Op TheOC
    [all...]
SPIRVInstruction.h 1 //===- SPIRVInstruction.h - Class to represent SPIRV instruction -*- C++ -*-===//
103 class SPIRVInstruction: public SPIRVValue {
106 SPIRVInstruction(unsigned TheWordCount, Op TheOC, SPIRVType *TheType,
109 SPIRVInstruction(unsigned TheWordCount, Op TheOC,
113 SPIRVInstruction(unsigned TheWordCount, Op TheOC, SPIRVId TheId,
116 SPIRVInstruction(unsigned TheWordCount, Op TheOC,
119 SPIRVInstruction(unsigned TheWordCount, Op TheOC, SPIRVType *TheType,
122 SPIRVInstruction(Op TheOC = OpNop):SPIRVValue(TheOC), BB(NULL){}
126 SPIRVInstruction *getPrevious() const { return BB->getPrevious(this);}
127 SPIRVInstruction *getNext() const { return BB->getNext(this);
    [all...]

Completed in 458 milliseconds