Searched refs:constructDup (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 11981 static SDValue constructDup(SDValue V, int Lane, SDLoc dl, EVT VT, in constructDup() function 12229 return constructDup(V1, Lane, dl, VT, Opcode, DAG); in LowerVECTOR_SHUFFLE() 12245 V1 = constructDup(V1, Lane, dl, NewVecTy, Opcode, DAG); in LowerVECTOR_SHUFFLE()
|