Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp962 SDValue getVectorConstant(ArrayRef<uint8_t> Data, const SDLoc &dl);
1540 SDValue B = getVectorConstant(Bytes, dl); in vmuxs()
2521 SDValue Ctl = getVectorConstant(FC, dl); in butterfly()
2529 SDValue Ctl = getVectorConstant(RC, dl); in butterfly()
2537 SDValue CtlF = getVectorConstant(FC, dl); in butterfly()
2538 SDValue CtlR = getVectorConstant(RC, dl); in butterfly()
2552 SDValue HvxSelector::getVectorConstant(ArrayRef<uint8_t> Data, in getVectorConstant() function in HvxSelector