Lines Matching refs:Other
212 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
214 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
234 // other SjLj exception interfaces are implemented and please don't build
238 setOperationAction(ISD::EH_SJLJ_LONGJMP, MVT::Other, Custom);
254 setOperationAction(ISD::TRAP, MVT::Other, Legal);
257 setOperationAction(ISD::INIT_TRAMPOLINE, MVT::Other, Custom);
258 setOperationAction(ISD::ADJUST_TRAMPOLINE, MVT::Other, Custom);
261 setOperationAction(ISD::VASTART , MVT::Other, Custom);
274 setOperationAction(ISD::VAARG, MVT::Other, Expand);
277 setOperationAction(ISD::VAARG, MVT::Other, Custom);
281 setOperationAction(ISD::VAARG, MVT::Other, Expand);
285 setOperationAction(ISD::VACOPY , MVT::Other, Custom);
287 setOperationAction(ISD::VACOPY , MVT::Other, Expand);
290 setOperationAction(ISD::VAEND , MVT::Other, Expand);
291 setOperationAction(ISD::STACKSAVE , MVT::Other, Expand);
292 setOperationAction(ISD::STACKRESTORE , MVT::Other, Custom);
297 setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);
393 // No other operations are legal.
501 setOperationAction(ISD::PREFETCH, MVT::Other, Legal);
1289 // non-darwin platform. We don't support PIC on other platforms yet.
1539 // the result to other bit-twiddling opportunities.
2135 MVT::Other, &MemOps[0], MemOps.size());
2466 MVT::Other, &MemOps[0], MemOps.size());
2817 MVT::Other, &MemOps[0], MemOps.size());
3130 // might overwrite each other in case of tail call optimization.
3137 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
3161 NodeTys.push_back(MVT::Other); // Returns a chain
3242 // All those operations are flagged together to ensure that no other
3251 SDVTList VTs = DAG.getVTList(MVT::i64, MVT::Other, MVT::Glue);
3278 VTs = DAG.getVTList(MVT::Other, MVT::Glue);
3294 NodeTys.push_back(MVT::Other);
3426 return DAG.getNode(PPCISD::TC_RETURN, dl, MVT::Other, &Ops[0], Ops.size());
3461 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
3692 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
3707 SDVTList VTs = DAG.getVTList(MVT::Other, MVT::Glue);
3787 // force all the loads to happen before doing any other lowering.
4076 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
4159 // force all the loads to happen before doing any other lowering.
4435 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
4524 return DAG.getNode(PPCISD::RET_FLAG, dl, MVT::Other,
4627 SDVTList VTs = DAG.getVTList(PtrVT, MVT::Other);
4635 DAG.getVTList(MVT::i32, MVT::Other),
4642 return DAG.getNode(PPCISD::EH_SJLJ_LONGJMP, DL, MVT::Other,
4787 DAG.getVTList(MVT::Other), Ops, array_lengthof(Ops),
4909 dl, DAG.getVTList(MVT::f64, MVT::Other),
4950 FLT_ROUNDS, on the other hand, expects the following:
5102 MVT::v16i8, MVT::v8i16, MVT::Other, MVT::v4i32
5105 EVT ReqVT = VT != MVT::Other ? VT : VTys[SplatSize-1];
5126 EVT DestVT = MVT::Other) {
5127 if (DestVT == MVT::Other) DestVT = Op.getValueType();
5136 EVT DestVT = MVT::Other) {
5137 if (DestVT == MVT::Other) DestVT = LHS.getValueType();
5146 SDLoc dl, EVT DestVT = MVT::Other) {
5147 if (DestVT == MVT::Other) DestVT = Op0.getValueType();
5264 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
5275 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
5286 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
5298 SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
5790 SDVTList VTs = DAG.getVTList(SVT, MVT::Other);
5843 // Other Lowering Code
6123 // other functions, this decision must be delayed until during PEI.
6508 // since we're actually doing arithmetic on them. Other registers
6911 // token factors and other loads (but nothing else). As a result, a true
7122 DAG.getVTList(MVT::Other), Ops, array_lengthof(Ops),
7148 DAG.getMemIntrinsicNode(PPCISD::STBRX, dl, DAG.getVTList(MVT::Other),
7215 // (aligned) offset (the alignment of the other load does not matter in
7231 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
7324 MVT::i64 : MVT::i32, MVT::Other),
7432 return DAG.getNode(isBDNZ ? PPCISD::BDNZ : PPCISD::BDZ, dl, MVT::Other,
7444 // If this is a comparison against something other than 0/1, then we know
7451 return DAG.getNode(ISD::BR, dl, MVT::Other,
7484 return DAG.getNode(PPCISD::COND_BRANCH, dl, MVT::Other, N->getOperand(0),
7755 // No other scales are supported.
7809 // other functions, this decision must be delayed until during PEI.
7841 /// It returns EVT::Other if the type should be determined using generic