Searched refs:WidenVector (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 2354 class WidenVector { class 2358 WidenVector(SelectionDAG &DAG) : DAG(DAG) {} in WidenVector() function in __anonfa8e928f0411::WidenVector 2397 WidenVector(*CurDAG)); in SelectLoadLane() 2435 WidenVector(*CurDAG)); in SelectPostLoadLane() 2489 WidenVector(*CurDAG)); in SelectStoreLane() 2517 WidenVector(*CurDAG)); in SelectPostStoreLane()
|
| H A D | AArch64ISelLowering.cpp | 12799 static SDValue WidenVector(SDValue V64Reg, SelectionDAG &DAG) { in WidenVector() function 13688 OpLHS = WidenVector(OpLHS, DAG); in GeneratePerfectShuffle() 13852 V = WidenVector(V.getOperand(Idx), DAG); in constructDup() 13855 V = WidenVector(V, DAG); in constructDup() 15051 Value = WidenVector(Value, DAG); in LowerBUILD_VECTOR() 15394 SDValue WideVec = WidenVector(Op.getOperand(0), DAG); in LowerEXTRACT_VECTOR_ELT() 20204 return DAG.getNode(AArch64ISD::DUPLANE64, DL, VT, WidenVector(N0, DAG), in performConcatVectorsCombine()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 2460 LLVM_ABI SDValue WidenVector(const SDValue &N, const SDLoc &DL);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 7785 SDValue LeftIn = DAG.WidenVector(N->getOperand(1), SDLoc(N)); in WidenVecOp_VSELECT() 7786 SDValue RightIn = DAG.WidenVector(N->getOperand(2), SDLoc(N)); in WidenVecOp_VSELECT()
|
| H A D | SelectionDAG.cpp | 13267 SDValue SelectionDAG::WidenVector(const SDValue &N, const SDLoc &DL) { in WidenVector() function in SelectionDAG
|