Searched refs:QSubs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2311 static const unsigned QSubs[] = { AArch64::qsub0, AArch64::qsub1, in SelectLoadLane() local 2314 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, SuperReg); in SelectLoadLane() 2362 static const unsigned QSubs[] = { AArch64::qsub0, AArch64::qsub1, in SelectPostLoadLane() local 2365 SDValue NV = CurDAG->getTargetExtractSubreg(QSubs[i], dl, WideVT, in SelectPostLoadLane()
|