Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp847 SDValue getConst32(int Val, const SDLoc &dl);
1111 getConst32(Hexagon::HvxWRRegClassID, dl), in concats()
1112 Lo, getConst32(Hexagon::vsub_lo, dl), in concats()
1113 Hi, getConst32(Hexagon::vsub_hi, dl), in concats()
1140 SDValue S = getConst32(IsRight ? Amt : HwLen - Amt, dl); in packs()
1145 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(Amt, dl)}); in packs()
1228 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(SegLen, dl)}); in packs()
1427 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(HalfLen, dl)}); in shuffs1()
2192 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(S, dl)}); in perfect()
2255 SDValue HvxSelector::getConst32(int Val, const SDLoc &dl) { in getConst32() function in HvxSelector
[all …]