Searched refs:IsAllOrAny (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 713 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 D | SPIRVBuiltins.cpp | 74 bool IsAllOrAny; member 1112 GroupBuiltin->IsElect || GroupBuiltin->IsAllOrAny || in generateGroupInst()
|