Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:ExecScope

72     ExecScope(TheScope){}
73 Scope ExecScope;
1617 :SPIRVInstruction(4, OC, TheBB), ExecScope(TheScope->getId()),
1623 SPIRVControlBarrier():SPIRVInstruction(OC), ExecScope(ScopeInvocation) {
1630 SPIRVValue *getExecScope() const { return getValue(ExecScope); }
1635 Operands.push_back(ExecScope);
1641 _SPIRV_DEF_ENCDEC3(ExecScope, MemScope, MemSema)
1647 SPIRVId ExecScope;
1661 ExecScope(TheScope->getId()), Destination(TheDest->getId()),
1668 SPIRVGroupAsyncCopy():SPIRVInstruction(OC), ExecScope(SPIRVID_INVALID),
1673 SPIRVValue *getExecScope() const { return getValue(ExecScope); }
1690 _SPIRV_DEF_ENCDEC8(Type, Id, ExecScope, Destination, Source, NumElements,
1697 SPIRVId ExecScope;