Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64LegalizerInfo.cpp122 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
297 .customIf(IsPtrVecPred); in AArch64LegalizerInfo()
323 .customIf(IsPtrVecPred); in AArch64LegalizerInfo()
405 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp121 .customIf([=](const LegalityQuery &Query) { in AArch64LegalizerInfo()
273 .customIf(IsPtrVecPred); in AArch64LegalizerInfo()
298 .customIf(IsPtrVecPred); in AArch64LegalizerInfo()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h768 LegalizeRuleSet &customIf(LegalityPredicate Predicate) { in customIf() function
795 return customIf(always); in custom()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h679 LegalizeRuleSet &customIf(LegalityPredicate Predicate) { in customIf() function
706 return customIf(always); in custom()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp125 .customIf([=, &ST](const LegalityQuery &Query) { in MipsLegalizerInfo()
/external/llvm-project/llvm/docs/GlobalISel/
DLegalizer.rst191 * ``customIf()``, ``customFor()``, etc. declare an instruction to be illegal if the
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp658 .customIf(typeIsNot(0, PrivatePtr)); in AMDGPULegalizerInfo()
1121 Actions.customIf(typeIs(1, Constant32Ptr)); in AMDGPULegalizerInfo()
1138 Actions.customIf([=](const LegalityQuery &Query) -> bool { in AMDGPULegalizerInfo()
1374 .customIf([=](const LegalityQuery &Query) { in AMDGPULegalizerInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp750 .customIf(typeIs(1, Constant32Ptr)) in AMDGPULegalizerInfo()
952 .customIf([=](const LegalityQuery &Query) { in AMDGPULegalizerInfo()