Home
last modified time | relevance | path

Searched refs:WideRes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2333 SDValue WideRes = DAG.getNode(Opcode, dl, getWideTy(ResTy), WideOp); in WidenHvxExtend() local
2334 return WideRes; in WidenHvxExtend()
2370 SDValue WideRes = DAG.getNode(HexagonISD::VPACKL, dl, getWideTy(ResTy), in WidenHvxTruncate() local
2375 return WideRes; in WidenHvxTruncate()
2383 {WideRes, getZero(dl, MVT::i32, DAG)}); in WidenHvxTruncate()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2799 SDValue WideRes; in tryEXTEND() local
2805 WideRes = computeLogicOpInGPR(N->getOperand(0)); in tryEXTEND()
2809 WideRes = in tryEXTEND()
2814 if (!WideRes) in tryEXTEND()
2818 bool Input32Bit = WideRes.getValueType() == MVT::i32; in tryEXTEND()
2824 SDValue ConvOp = WideRes; in tryEXTEND()
2826 ConvOp = addExtOrTrunc(WideRes, Input32Bit ? ExtOrTruncConversion::Ext : in tryEXTEND()