Searched refs:checkV64LaneV128 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 492 static bool checkV64LaneV128(SDValue Op0, SDValue Op1, SDValue &StdOp, in checkV64LaneV128() function 516 !checkV64LaneV128(Op1.getOperand(0), Op1.getOperand(1), MLAOp1, MLAOp2, in tryMLAV64LaneV128() 520 !checkV64LaneV128(Op1.getOperand(0), Op1.getOperand(1), MLAOp1, MLAOp2, in tryMLAV64LaneV128() 558 if (!checkV64LaneV128(N->getOperand(1), N->getOperand(2), SMULLOp0, SMULLOp1, in tryMULLV64LaneV128()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 442 static bool checkV64LaneV128(SDValue Op0, SDValue Op1, SDValue &StdOp, in checkV64LaneV128() function 466 !checkV64LaneV128(Op1.getOperand(0), Op1.getOperand(1), MLAOp1, MLAOp2, in tryMLAV64LaneV128() 470 !checkV64LaneV128(Op1.getOperand(0), Op1.getOperand(1), MLAOp1, MLAOp2, in tryMLAV64LaneV128() 508 if (!checkV64LaneV128(N->getOperand(1), N->getOperand(2), SMULLOp0, SMULLOp1, in tryMULLV64LaneV128()
|