Searched refs:getConst32 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 844 SDValue getConst32(int Val, const SDLoc &dl); 1107 getConst32(Hexagon::HvxWRRegClassID, dl), in concats() 1108 Lo, getConst32(Hexagon::vsub_lo, dl), in concats() 1109 Hi, getConst32(Hexagon::vsub_hi, dl), in concats() 1136 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs() 1141 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(Amt, dl)}); in packs() 1224 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(SegLen, dl)}); in packs() 1423 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(HalfLen, dl)}); in shuffs1() 2188 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(S, dl)}); in perfect() 2251 SDValue HvxSelector::getConst32(int Val, const SDLoc &dl) { in getConst32() function in HvxSelector [all …]
|