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.td712 bit IsElect = !eq(operation, OpGroupNonUniformElect);
729 bit NoGroupOperation = !or(IsElect, IsAllOrAny, IsAllEqual,
746 let Fields = ["Name", "Opcode", "GroupOperation", "IsElect", "IsAllOrAny",
H A DSPIRVBuiltins.cpp73 bool IsElect; member
1112 GroupBuiltin->IsElect || GroupBuiltin->IsAllOrAny || in generateGroupInst()