Searched refs:buildVector32 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 380 SDValue buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, MVT VecTy,
|
H A D | HexagonISelLowering.cpp | 2520 HexagonTargetLowering::buildVector32(ArrayRef<SDValue> Elem, const SDLoc &dl, in buildVector32() function in HexagonTargetLowering 2664 : buildVector32(Elem.take_front(Num/2), dl, HalfTy, DAG); in buildVector64() 2667 : buildVector32(Elem.drop_front(Num/2), dl, HalfTy, DAG); in buildVector64() 2953 return buildVector32(Ops, dl, VecTy, DAG); in LowerBUILD_VECTOR()
|
H A D | HexagonISelLoweringHVX.cpp | 800 SDValue W = buildVector32(Values.slice(i, OpsPerWord), dl, PartVT, DAG); in buildHvxVectorReg()
|