Searched refs:SMULLOp0 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 554 SDValue SMULLOp0; in tryMULLV64LaneV128() local 558 if (!checkV64LaneV128(N->getOperand(1), N->getOperand(2), SMULLOp0, SMULLOp1, in tryMULLV64LaneV128() 564 SDValue Ops[] = { SMULLOp0, SMULLOp1, LaneIdxVal }; in tryMULLV64LaneV128()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 504 SDValue SMULLOp0; in tryMULLV64LaneV128() local 508 if (!checkV64LaneV128(N->getOperand(1), N->getOperand(2), SMULLOp0, SMULLOp1, in tryMULLV64LaneV128() 514 SDValue Ops[] = { SMULLOp0, SMULLOp1, LaneIdxVal }; in tryMULLV64LaneV128()
|