Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getOperationAction

803     Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other);
808 Action = TLI.getOperationAction(Node->getOpcode(),
814 Action = TLI.getOperationAction(Node->getOpcode(), InnerType);
818 Action = TLI.getOperationAction(Node->getOpcode(),
834 Action = TLI.getOperationAction(Node->getOpcode(),
837 Action = TLI.getOperationAction(Node->getOpcode(), OpVT);
871 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0));
881 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0));
900 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0));
1018 switch (TLI.getOperationAction(ISD::BUILD_VECTOR, Node->getValueType(0))) {
1142 switch (TLI.getOperationAction(Node->getOpcode(), VT)) {
1428 switch (TLI.getOperationAction(ISD::STORE, VT)) {