Searched refs:selectSExtBits (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 103 bool selectSExtBits(SDValue N, unsigned Bits, SDValue &Val); 104 template <unsigned Bits> bool selectSExtBits(SDValue N, SDValue &Val) { in selectSExtBits() function 105 return selectSExtBits(N, Bits, Val); in selectSExtBits()
|
| H A D | RISCVInstrInfo.td | 1188 def sexti16 : ComplexPattern<XLenVT, 1, "selectSExtBits<16>">; 1189 def sexti32 : ComplexPattern<i64, 1, "selectSExtBits<32>">;
|
| H A D | RISCVISelDAGToDAG.cpp | 2681 bool RISCVDAGToDAGISel::selectSExtBits(SDValue N, unsigned Bits, SDValue &Val) { in selectSExtBits() function in RISCVDAGToDAGISel
|