Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td717 bit IsAllEqual = !eq(operation, OpGroupNonUniformAllEqual);
729 bit NoGroupOperation = !or(IsElect, IsAllOrAny, IsAllEqual,
740 bit HasBoolArg = !or(!and(IsAllOrAny, !eq(IsAllEqual, false)), IsBallot, IsLogical);
747 "IsAllEqual", "IsBallot", "IsInverseBallot", "IsBallotBitExtract",
H A DSPIRVBuiltins.cpp75 bool IsAllEqual; member
1113 GroupBuiltin->IsAllEqual || GroupBuiltin->IsLogical || in generateGroupInst()