Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelDAGToDAG.cpp1403 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument
1404 EVT VT = V128Reg.getValueType(); in NarrowVector()
1409 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector()
1410 V128Reg); in NarrowVector()
HDAArch64ISelLowering.cpp6526 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument
6527 EVT VT = V128Reg.getValueType(); in NarrowVector()
6531 SDLoc DL(V128Reg); in NarrowVector()
6533 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()