Searched refs:typeInSet (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 247 LegalityPredicate typeInSet(unsigned TypeIdx, 462 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor() 470 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor() 497 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm() 513 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct() 514 typeInSet(typeIdx(1), Types))); in actionForCartesianProduct() 525 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 526 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct() 536 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct() 537 all(typeInSet(typeIdx(1), Types1), in actionForCartesianProduct() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 235 .maxScalarIf(typeInSet(0, {s32}), 1, s16) in AArch64LegalizerInfo() 236 .maxScalarIf(typeInSet(0, {s64}), 1, s32) in AArch64LegalizerInfo() 255 .maxScalarIf(typeInSet(1, {s32}), 0, s16) in AArch64LegalizerInfo() 256 .maxScalarIf(typeInSet(1, {s64}), 0, s32) in AArch64LegalizerInfo() 524 all(typeInSet(0, {s8, s16, s32, s64, s128}), typeIs(1, s1), typeIs(2, p0))); in AArch64LegalizerInfo() 531 .legalIf(all(typeInSet(0, {s32, s64}), typeIs(1, p0))); in AArch64LegalizerInfo() 538 .legalIf(all(typeInSet(0, {s32, s64}), typeIs(1, p0))); in AArch64LegalizerInfo() 659 .legalIf(typeInSet(0, {v8s16, v2s32, v4s32, v2s64})); in AArch64LegalizerInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalityPredicates.cpp | 34 LegalityPredicates::typeInSet(unsigned TypeIdx, in typeInSet() function in LegalityPredicates
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 869 .legalIf(all(sameSize(0, 1), typeInSet(1, {S64, S32}))) in AMDGPULegalizerInfo() 897 .legalIf(all(typeInSet(0, {S1, S32}), isPointer(1))); in AMDGPULegalizerInfo() 1354 .legalIf(all(isPointer(0), typeInSet(1, {S1, S32}))); in AMDGPULegalizerInfo()
|