Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonRDFOpt.cpp106 const MachineOperand &HiOp = MI->getOperand(1); in interpretAsCopy() local
110 { HiOp.getReg(), HiOp.getSubReg() }); in interpretAsCopy()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp237 unsigned HiOp);
2055 unsigned HiOp) { in SimplifyNodeWithTwoResults() argument
2070 TLI.isOperationLegal(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults()
2071 SDValue Res = DAG.getNode(HiOp, N->getDebugLoc(), N->getValueType(1), in SimplifyNodeWithTwoResults()
2093 SDValue Hi = DAG.getNode(HiOp, N->getDebugLoc(), N->getValueType(1), in SimplifyNodeWithTwoResults()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp351 unsigned HiOp);
2548 unsigned HiOp) { in SimplifyNodeWithTwoResults() argument
2562 TLI.isOperationLegal(HiOp, N->getValueType(1)))) { in SimplifyNodeWithTwoResults()
2563 SDValue Res = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()
2583 SDValue Hi = DAG.getNode(HiOp, SDLoc(N), N->getValueType(1), N->ops()); in SimplifyNodeWithTwoResults()