Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1629 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument
1630 EVT VT = V128Reg.getValueType(); in NarrowVector()
1635 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector()
1636 V128Reg); in NarrowVector()
DAArch64ISelLowering.cpp8509 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument
8510 EVT VT = V128Reg.getValueType(); in NarrowVector()
8514 SDLoc DL(V128Reg); in NarrowVector()
8516 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()