Home
last modified time | relevance | path

Searched refs:typeInSet (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h223 LegalityPredicate typeInSet(unsigned TypeIdx,
438 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionFor()
446 return actionIf(Action, typeInSet(typeIdx(0), Types), Mutation); in actionFor()
473 return actionIf(Action, typeInSet(typeIdx(0), Types)); in actionForTypeWithAnyImm()
489 return actionIf(Action, all(typeInSet(typeIdx(0), Types), in actionForCartesianProduct()
490 typeInSet(typeIdx(1), Types))); in actionForCartesianProduct()
501 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
502 typeInSet(typeIdx(1), Types1))); in actionForCartesianProduct()
512 return actionIf(Action, all(typeInSet(typeIdx(0), Types0), in actionForCartesianProduct()
513 all(typeInSet(typeIdx(1), Types1), in actionForCartesianProduct()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp229 .maxScalarIf(typeInSet(0, {s32}), 1, s16) in AArch64LegalizerInfo()
230 .maxScalarIf(typeInSet(0, {s64}), 1, s32) in AArch64LegalizerInfo()
249 .maxScalarIf(typeInSet(1, {s32}), 0, s16) in AArch64LegalizerInfo()
250 .maxScalarIf(typeInSet(1, {s64}), 0, s32) in AArch64LegalizerInfo()
508 all(typeInSet(0, {s8, s16, s32, s64, s128}), typeIs(1, s1), typeIs(2, p0))); in AArch64LegalizerInfo()
511 .legalIf(all(typeInSet(0, {s8, s16, s32, s64}), typeIs(1, p0))) in AArch64LegalizerInfo()
520 .legalIf(all(typeInSet(0, {s8, s16, s32, s64}), typeIs(1, p0))); in AArch64LegalizerInfo()
638 .legalIf(typeInSet(0, {v8s16, v2s32, v4s32, v2s64})); in AArch64LegalizerInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp34 LegalityPredicates::typeInSet(unsigned TypeIdx, in typeInSet() function in LegalityPredicates
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp855 .legalIf(all(sameSize(0, 1), typeInSet(1, {S64, S32}))) in AMDGPULegalizerInfo()
883 .legalIf(all(typeInSet(0, {S1, S32}), isPointer(1))); in AMDGPULegalizerInfo()
1327 .legalIf(all(isPointer(0), typeInSet(1, {S1, S32}))); in AMDGPULegalizerInfo()