Home
last modified time | relevance | path

Searched refs:IsElect (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td593 bit IsElect = !eq(operation, OpGroupNonUniformElect);
607 bit NoGroupOperation = !or(IsElect, IsAllOrAny, IsAllEqual,
623 let Fields = ["Name", "Opcode", "GroupOperation", "IsElect", "IsAllOrAny",
H A DSPIRVBuiltins.cpp69 bool IsElect; member
857 GroupBuiltin->IsElect || GroupBuiltin->IsAllOrAny || in generateGroupInst()