Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp966 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()
2464 Results.push(Hexagon::A2_tfrsi, MVT::i32, {getConst32(S, dl)}); in perfect()
2527 SDValue HvxSelector::getConst32(int Val, const SDLoc &dl) { in getConst32() function in HvxSelector
[all …]