Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp840 SDValue getVectorConstant(ArrayRef<uint8_t> Data, const SDLoc &dl);
1184 SDValue B = getVectorConstant(Bytes, dl); in vmuxs()
2002 SDValue Ctl = getVectorConstant(FC, dl); in butterfly()
2010 SDValue Ctl = getVectorConstant(RC, dl); in butterfly()
2018 SDValue CtlF = getVectorConstant(FC, dl); in butterfly()
2019 SDValue CtlR = getVectorConstant(RC, dl); in butterfly()
2029 SDValue HvxSelector::getVectorConstant(ArrayRef<uint8_t> Data, in getVectorConstant() function in HvxSelector