Home
last modified time | relevance | path

Searched refs:getBuildVectorConstInts (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h377 bool getBuildVectorConstInts(ArrayRef<SDValue> Values, MVT VecTy,
HDHexagonISelLowering.cpp2490 HexagonTargetLowering::getBuildVectorConstInts(ArrayRef<SDValue> Values, in getBuildVectorConstInts() function in HexagonTargetLowering
2526 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32()
2617 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector64()
HDHexagonISelLoweringHVX.cpp842 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg()