Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:getTypeAction

62   /// enum from TargetLowering.  This can be queried with "getTypeAction(VT)".
65 /// getTypeAction - Return how we should legalize values of this type.
66 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const {
67 return TLI.getTypeAction(*DAG.getContext(), VT);
72 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;