reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
681 return actionIf(LegalizeAction::Custom, Predicate); 684 return actionFor(LegalizeAction::Custom, Types); 690 return actionFor(LegalizeAction::Custom, Types); 694 return actionForCartesianProduct(LegalizeAction::Custom, Types); 699 return actionForCartesianProduct(LegalizeAction::Custom, Types0, Types1);lib/CodeGen/GlobalISel/LegalizerHelper.cpp
113 case Custom: 3680 return QAction == Legal || QAction == Libcall || QAction == Custom;lib/CodeGen/GlobalISel/LegalizerInfo.cpp
68 case Custom: 105 case Custom: 122 if (Rule.getAction() == Custom) 517 return Action == Legal || Action == Custom; 578 case Custom:lib/Target/ARM/ARMLegalizerInfo.cpp
123 setAction({Op, s32}, Custom);
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp 29 case Custom: OS << "Custom"; break;