Home
last modified time | relevance | path

Searched refs:NarrowVector (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1708 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
1749 NV = NarrowVector(NV, *CurDAG); in SelectLoadLane()
1793 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg); in SelectPostLoadLane()
1802 NV = NarrowVector(NV, *CurDAG); in SelectPostLoadLane()
H A DAArch64ISelLowering.cpp9342 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
11558 return NarrowVector(Node, DAG); in LowerINSERT_VECTOR_ELT()