Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h349 bool getBuildVectorConstInts(ArrayRef<SDValue> Values, MVT VecTy,
H A DHexagonISelLowering.cpp2329 HexagonTargetLowering::getBuildVectorConstInts(ArrayRef<SDValue> Values, in getBuildVectorConstInts() function in HexagonTargetLowering
2365 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32()
2447 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector64()
H A DHexagonISelLoweringHVX.cpp538 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg()