Searched refs:TryVectorizeOperand (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 5088 auto TryVectorizeOperand = [](SDValue N, std::optional<uint64_t> NLane, in LowerINTRINSIC_WO_CHAIN() local 5125 LHS = TryVectorizeOperand(LHS, LHSLane, RHSLane, dl, DAG); in LowerINTRINSIC_WO_CHAIN() 5126 RHS = TryVectorizeOperand(RHS, RHSLane, LHSLane, dl, DAG); in LowerINTRINSIC_WO_CHAIN()
|