Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td713 bit IsAllOrAny = !or(!eq(operation, OpGroupAll),
729 bit NoGroupOperation = !or(IsElect, IsAllOrAny, IsAllEqual,
740 bit HasBoolArg = !or(!and(IsAllOrAny, !eq(IsAllEqual, false)), IsBallot, IsLogical);
746 let Fields = ["Name", "Opcode", "GroupOperation", "IsElect", "IsAllOrAny",
H A DSPIRVBuiltins.cpp74 bool IsAllOrAny; member
1112 GroupBuiltin->IsElect || GroupBuiltin->IsAllOrAny || in generateGroupInst()