Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp828 SDValue getVectorConstant(ArrayRef<uint8_t> Data, const SDLoc &dl);
1199 SDValue B = getVectorConstant(Bytes, dl); in vmuxs()
1889 SDValue Ctl = getVectorConstant(FC, dl); in butterfly()
1897 SDValue Ctl = getVectorConstant(RC, dl); in butterfly()
1905 SDValue CtlF = getVectorConstant(FC, dl); in butterfly()
1906 SDValue CtlR = getVectorConstant(RC, dl); in butterfly()
1916 SDValue HvxSelector::getVectorConstant(ArrayRef<uint8_t> Data, in getVectorConstant() function in HvxSelector