Home
last modified time | relevance | path

Searched refs:customIf (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp155 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
361 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
365 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
407 .customIf(IsPtrVecPred) in AArch64LegalizerInfo()
411 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
415 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
448 .customIf(IsPtrVecPred) in AArch64LegalizerInfo()
549 .customIf(isVector(0)); in AArch64LegalizerInfo()
831 .customIf(all(typeIs(0, s128), predNot(UseOutlineAtomics))) in AArch64LegalizerInfo()
832 .customIf([UseOutlineAtomics](const LegalityQuery &Query) { in AArch64LegalizerInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp161 ExtActions.customIf(typeIsLegalBoolVec(1, BoolVecTys, ST)) in RISCVLegalizerInfo()
413 .customIf(all(typeIs(0, s1), typeIsScalarFPArith(1, ST))); in RISCVLegalizerInfo()
453 .customIf(all(typeIsLegalBoolVec(0, BoolVecTys, ST), typeIs(1, s1))); in RISCVLegalizerInfo()
466 SplatActions.customIf(all( in RISCVLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizerInfo.cpp223 getActionDefinitionsBuilder(G_ICMP).customIf( in SPIRVLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h840 LegalizeRuleSet &customIf(LegalityPredicate Predicate) { in customIf() function
878 return customIf(always); in custom()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp126 .customIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86LegalizerInfo.cpp502 .customIf([=](const LegalityQuery &Query) { in X86LegalizerInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp916 .customIf(typeIsNot(0, PrivatePtr)); in AMDGPULegalizerInfo()
1280 .customIf(scalarNarrowerThan(1, 32)) in AMDGPULegalizerInfo()
1471 Actions.customIf([=](const LegalityQuery &Query) -> bool { in AMDGPULegalizerInfo()
1480 Actions.customIf(typeIs(1, Constant32Ptr)); in AMDGPULegalizerInfo()
1497 Actions.customIf([=](const LegalityQuery &Query) -> bool { in AMDGPULegalizerInfo()
1622 ExtLoads.customIf(typeIs(1, Constant32Ptr)); in AMDGPULegalizerInfo()
1767 .customIf([=](const LegalityQuery &Query) { in AMDGPULegalizerInfo()