Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1629 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
1670 NV = NarrowVector(NV, *CurDAG); in SelectLoadLane()
1714 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg); in SelectPostLoadLane()
1723 NV = NarrowVector(NV, *CurDAG); in SelectPostLoadLane()
H A DAArch64ISelLowering.cpp8509 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
10440 return NarrowVector(Node, DAG); in LowerINSERT_VECTOR_ELT()