Home
last modified time | relevance | path

Searched refs:getVectorConstant (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SPIRV/constant/
H A Dlocal-vector-matrix-constants.ll5 define <4 x i8> @getVectorConstant() {
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp845 SDValue getVectorConstant(ArrayRef<uint8_t> Data, const SDLoc &dl);
1384 SDValue B = getVectorConstant(Bytes, dl); in vmuxs()
2224 SDValue Ctl = getVectorConstant(FC, dl); in butterfly()
2232 SDValue Ctl = getVectorConstant(RC, dl); in butterfly()
2240 SDValue CtlF = getVectorConstant(FC, dl); in butterfly()
2241 SDValue CtlR = getVectorConstant(RC, dl); in butterfly()
2255 SDValue HvxSelector::getVectorConstant(ArrayRef<uint8_t> Data, in getVectorConstant() function in HvxSelector