Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp967 SDValue getVectorConstant(ArrayRef<uint8_t> Data, const SDLoc &dl);
1546 SDValue B = getVectorConstant(Bytes, dl); in vmuxs()
2530 SDValue Ctl = getVectorConstant(FC, dl); in butterfly()
2538 SDValue Ctl = getVectorConstant(RC, dl); in butterfly()
2546 SDValue CtlF = getVectorConstant(FC, dl); in butterfly()
2547 SDValue CtlR = getVectorConstant(RC, dl); in butterfly()
2561 SDValue HvxSelector::getVectorConstant(ArrayRef<uint8_t> Data, in getVectorConstant() function in HvxSelector