Home
last modified time | relevance | path

Searched refs:HiOp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRDFOpt.cpp122 const MachineOperand &HiOp = MI->getOperand(1); in INITIALIZE_PASS_DEPENDENCY() local
126 DFG.makeRegRef(HiOp.getReg(), HiOp.getSubReg())); in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9044 unsigned HiOp = Signed ? ISD::MULHS : ISD::MULHU; in expandFixedPointMul() local
9049 } else if (isOperationLegalOrCustom(HiOp, VT)) { in expandFixedPointMul()
9051 Hi = DAG.getNode(HiOp, dl, VT, LHS, RHS); in expandFixedPointMul()
H A DDAGCombiner.cpp565 unsigned HiOp);
4831 unsigned HiOp) { in SimplifyNodeWithTwoResults() argument
4843 TLI.isOperationLegalOrCustom(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults()
4844 SDValue Res = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()
4864 SDValue Hi = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29191 SDValue HiOp = B.getOperand(i + j + 8); in LowervXi8MulWithUNPCK() local
29195 HiOp = DAG.getAnyExtOrTrunc(HiOp, dl, MVT::i16); in LowervXi8MulWithUNPCK()
29198 HiOp = DAG.getNode(ISD::SHL, dl, MVT::i16, HiOp, in LowervXi8MulWithUNPCK()
29202 HiOp = DAG.getZExtOrTrunc(HiOp, dl, MVT::i16); in LowervXi8MulWithUNPCK()
29206 HiOps.push_back(HiOp); in LowervXi8MulWithUNPCK()