Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h319 bool getBuildVectorConstInts(ArrayRef<SDValue> Values, MVT VecTy,
DHexagonISelLowering.cpp2127 HexagonTargetLowering::getBuildVectorConstInts(ArrayRef<SDValue> Values, in getBuildVectorConstInts() function in HexagonTargetLowering
2163 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector32()
2246 bool AllConst = getBuildVectorConstInts(Elem, VecTy, DAG, Consts); in buildVector64()
DHexagonISelLoweringHVX.cpp392 bool AllConst = getBuildVectorConstInts(Values, VecTy, DAG, Consts); in buildHvxVectorReg()