Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVInstTemplateBase

271   virtual SPIRVInstTemplateBase *addInstTemplate(Op OC,
273 virtual SPIRVInstTemplateBase *addInstTemplate(Op OC,
1001 return addInstruction(SPIRVInstTemplateBase::create(TheOpCode, Type, getId(),
1018 return addInstruction(SPIRVInstTemplateBase::create(TheOpCode,
1059 return addInstruction(SPIRVInstTemplateBase::create(TheOpCode,
1073 return addInstruction(SPIRVInstTemplateBase::create(OpMemoryBarrier,
1088 return addInstruction(SPIRVInstTemplateBase::create(
1485 SPIRVInstTemplateBase*
1490 auto Ins = SPIRVInstTemplateBase::create(OC, Ty, Id, BB, this);
1495 SPIRVInstTemplateBase*
1500 auto Ins = SPIRVInstTemplateBase::create(OC, Ty, Id, Ops, BB, this);