Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1315 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
1356 NV = NarrowVector(NV, *CurDAG); in SelectLoadLane()
1400 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg); in SelectPostLoadLane()
1409 NV = NarrowVector(NV, *CurDAG); in SelectPostLoadLane()
H A DAArch64ISelLowering.cpp5907 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
7518 return NarrowVector(Node, DAG); in LowerINSERT_VECTOR_ELT()