Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h332 bool getBuildVectorConstInts(ArrayRef<SDValue> Values, MVT VecTy,
H A DHexagonISelLowering.cpp2065 HexagonTargetLowering::getBuildVectorConstInts(ArrayRef<SDValue> Values, in getBuildVectorConstInts() function in HexagonTargetLowering
2101 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32()
2184 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector64()
H A DHexagonISelLoweringHVX.cpp392 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg()