Home
last modified time | relevance | path

Searched refs:LoOp (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp123 const MachineOperand &LoOp = MI->getOperand(2); in INITIALIZE_PASS_DEPENDENCY() local
128 DFG.makeRegRef(LoOp.getReg(), LoOp.getSubReg())); in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp529 SDValue SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp,
4168 SDValue DAGCombiner::SimplifyNodeWithTwoResults(SDNode *N, unsigned LoOp, in SimplifyNodeWithTwoResults() argument
4173 TLI.isOperationLegalOrCustom(LoOp, N->getValueType(0)))) { in SimplifyNodeWithTwoResults()
4174 SDValue Res = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), N->ops()); in SimplifyNodeWithTwoResults()
4192 SDValue Lo = DAG.getNode(LoOp, SDLoc(N), N->getValueType(0), N->ops()); in SimplifyNodeWithTwoResults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp26195 SDValue LoOp = B.getOperand(i + j); in LowerMULH() local
26199 LoOp = DAG.getSExtOrTrunc(LoOp, dl, MVT::i16); in LowerMULH()
26202 LoOp = DAG.getZExtOrTrunc(LoOp, dl, MVT::i16); in LowerMULH()
26206 LoOps.push_back(LoOp); in LowerMULH()