Searched refs:V128Reg (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1317 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument 1318 EVT VT = V128Reg.getValueType(); in NarrowVector() 1323 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector() 1324 V128Reg); in NarrowVector()
|
D | AArch64ISelLowering.cpp | 5686 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument 5687 EVT VT = V128Reg.getValueType(); in NarrowVector() 5691 SDLoc DL(V128Reg); in NarrowVector() 5693 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelDAGToDAG.cpp | 1249 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument 1250 EVT VT = V128Reg.getValueType(); in NarrowVector() 1255 return DAG.getTargetExtractSubreg(AArch64::dsub, SDLoc(V128Reg), NarrowTy, in NarrowVector() 1256 V128Reg); in NarrowVector()
|
D | AArch64ISelLowering.cpp | 4915 static SDValue NarrowVector(SDValue V128Reg, SelectionDAG &DAG) { in NarrowVector() argument 4916 EVT VT = V128Reg.getValueType(); in NarrowVector() 4920 SDLoc DL(V128Reg); in NarrowVector() 4922 return DAG.getTargetExtractSubreg(AArch64::dsub, DL, NarrowTy, V128Reg); in NarrowVector()
|