Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1908 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
1949 NV = NarrowVector(NV, *CurDAG); in SelectLoadLane()
1993 Narrow ? NarrowVector(SuperReg, *CurDAG) : SuperReg); in SelectPostLoadLane()
2002 NV = NarrowVector(NV, *CurDAG); in SelectPostLoadLane()
H A DAArch64ISelLowering.cpp10290 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() function
12591 return NarrowVector(Node, DAG); in LowerINSERT_VECTOR_ELT()