Home | History | Annotate | Download | only in Mips

Lines Matching refs:BITCAST

75       setOperationAction(ISD::BITCAST, VecTys[i], Legal);
250 setOperationAction(ISD::BITCAST, Ty, Legal);
301 setOperationAction(ISD::BITCAST, Ty, Legal);
620 if (N->getOpcode() == ISD::BITCAST)
1043 // (xor (or $a, $b), (bitcast (build_vector allones)))
1393 Result = DAG.getNode(ISD::BITCAST, DL, ResVecTy, Result);
1433 Result = DAG.getNode(ISD::BITCAST, DL, VecTy, Result);
1458 DAG.getNode(ISD::BITCAST, DL, MVT::v2i64,
2339 // However, if it isn't an integer type we will have to bitcast from an
2367 // Bitcast to the type we originally wanted
2369 Result = DAG.getNode(ISD::BITCAST, SDLoc(Node), ResTy, Result);