Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCode.h141 inline bool hasGroupOperation(Op OpCode) { in hasGroupOperation() function
DSPIRVInstruction.h343 bool hasGroupOperation() const { in hasGroupOperation() function
344 return SPIRV::hasGroupOperation(OpCode); in hasGroupOperation()
348 if (!hasGroupOperation()) in getSPIRVGroupOperation()
/external/spirv-llvm/lib/SPIRV/
DSPIRVToOCL20.cpp412 bool HasGroupOperation = hasGroupOperation(OC); in visitCallSPIRVGroupBuiltin()