Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td756 bit IsElect = !eq(operation, OpGroupNonUniformElect);
773 bit NoGroupOperation = !or(IsElect, IsAllOrAny, IsAllEqual,
791 let Fields = ["Name", "Opcode", "GroupOperation", "IsElect", "IsAllOrAny",
H A DSPIRVBuiltins.cpp74 bool IsElect; member
1245 GroupBuiltin->IsElect || GroupBuiltin->IsAllOrAny || in generateGroupInst()