Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp122 const MachineOperand &HiOp = MI->getOperand(1); in INITIALIZE_PASS_DEPENDENCY() local
126 DFG.makeRegRef(HiOp.getReg(), HiOp.getSubReg())); in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7232 unsigned HiOp = Signed ? ISD::MULHS : ISD::MULHU; in expandFixedPointMul() local
7237 } else if (isOperationLegalOrCustom(HiOp, VT)) { in expandFixedPointMul()
7239 Hi = DAG.getNode(HiOp, dl, VT, LHS, RHS); in expandFixedPointMul()
DDAGCombiner.cpp530 unsigned HiOp);
4169 unsigned HiOp) { in SimplifyNodeWithTwoResults() argument
4181 TLI.isOperationLegalOrCustom(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults()
4182 SDValue Res = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()
4202 SDValue Hi = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26196 SDValue HiOp = B.getOperand(i + j + 8); in LowerMULH() local
26200 HiOp = DAG.getSExtOrTrunc(HiOp, dl, MVT::i16); in LowerMULH()
26203 HiOp = DAG.getZExtOrTrunc(HiOp, dl, MVT::i16); in LowerMULH()
26207 HiOps.push_back(HiOp); in LowerMULH()