Lines Matching defs:Result
513 // Return the Cell SPU's SETCC result type
517 // i8, i16 and i32 are valid SETCC result types
586 SDValue result;
681 result = DAG.getNode(SPUISD::ROTBYTES_LEFT, dl, MVT::i128,
688 result = DAG.getNode(SPUISD::VEC2PREFSLOT, dl, InVT,
689 DAG.getNode(ISD::BITCAST, dl, vecVT, result));
729 result = DAG.getNode(ISD::BITCAST, dl, vecVT,
733 result = DAG.getNode(SPUISD::VEC2PREFSLOT, dl, InVT, result );
737 // Handle extending loads by extending the scalar result:
739 result = DAG.getNode(ISD::SIGN_EXTEND, dl, OutVT, result);
741 result = DAG.getNode(ISD::ZERO_EXTEND, dl, OutVT, result);
748 result = DAG.getNode(NewOpc, dl, OutVT, result);
753 result,
757 result = DAG.getNode(SPUISD::LDRESULT, dl, retvts,
759 return result;
777 SDValue result;
901 result = DAG.getNode(SPUISD::SHUFB, dl, vecVT,
906 result = DAG.getStore(the_chain, dl, result, basePtr,
1002 result = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, low.getValue(0),
1006 return result;
1490 // Copy the result values into the output registers.
1767 SDValue Result;
1829 /// In either case, the net result is going to eventually invoke SHUFB to
2192 SDValue result =
2198 return result;
2214 // the result:
2225 // the result:
2615 SDValue result =
2629 result = DAG.getNode(ISD::AND, dl, ccResultVT, ordered, result);
2632 return result;
2910 EVT Op0VT = Op0.getValueType(); // The first operand's result
2911 SDValue Result; // Initially, empty result
3036 Result = Op0;
3055 Result = Op000;
3063 Result = Op0.getOperand(0);
3073 if (Result.getNode()) {
3077 DEBUG(Result.getNode()->dump(&DAG));
3082 return Result;