Searched refs:resizeToWidth (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 522 SDValue resizeToWidth(SDValue VecV, MVT ResTy, bool Signed, const SDLoc &dl,
|
H A D | HexagonISelLoweringHVX.cpp | 1566 HexagonTargetLowering::resizeToWidth(SDValue VecV, MVT ResTy, bool Signed, in resizeToWidth() function in HexagonTargetLowering 2690 SDValue WInp = resizeToWidth(Inp, WInpTy, Signed, dl, DAG); in EqualizeFpIntConversion() 2692 SDValue Res = resizeToWidth(Conv, ResTy, Signed, dl, DAG); in EqualizeFpIntConversion()
|