Home
last modified time | relevance | path

Searched refs:hasExecScope (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCode.h133 inline bool hasExecScope(Op OpCode) { in hasExecScope() function
DSPIRVInstruction.h311 if (hasExecScope() && !isGroupOpCode(OpCode) && !isPipeOpCode(OpCode)) in getOperandOffset()
339 bool hasExecScope() const { in hasExecScope() function
340 return SPIRV::hasExecScope(OpCode); in hasExecScope()
355 if(!hasExecScope()) in getExecutionScope()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1637 !hasExecScope(OC) && in transBuiltinToInstWithoutDecoration()