Searched refs:getBuildVectorConstInts (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 347 bool getBuildVectorConstInts(ArrayRef<SDValue> Values, MVT VecTy,
|
| H A D | HexagonISelLowering.cpp | 2380 HexagonTargetLowering::getBuildVectorConstInts(ArrayRef<SDValue> Values, in getBuildVectorConstInts() function in HexagonTargetLowering 2416 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32() 2507 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector64()
|
| H A D | HexagonISelLoweringHVX.cpp | 668 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg()
|