Searched refs:getConst32 (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 966 SDValue getConst32(int Val, const SDLoc &dl); 1224 getConst32(Hexagon::HvxWRRegClassID, dl), in concats() 1225 Lo, getConst32(Hexagon::vsub_lo, dl), in concats() 1226 Hi, getConst32(Hexagon::vsub_hi, dl), in concats() 1254 SDValue A = getConst32(Amount, dl); in funnels() 1257 SDValue A = getConst32(VecLen - Amount, dl); in funnels() 1260 SDValue A = getConst32(Amount, dl); in funnels() 1299 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs() 1304 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(Amt, dl)}); in packs() 1386 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(SegLen, dl)}); in packs() [all …]
|