Searched refs:selectSExtBits (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 105 bool selectSExtBits(SDValue N, unsigned Bits, SDValue &Val); 106 template <unsigned Bits> bool selectSExtBits(SDValue N, SDValue &Val) { in selectSExtBits() function 107 return selectSExtBits(N, Bits, Val); in selectSExtBits()
|
| H A D | RISCVInstrInfo.td | 1372 def sexti16 : ComplexPattern<XLenVT, 1, "selectSExtBits<16>">; 1374 def sexti32 : ComplexPattern<i64, 1, "selectSExtBits<32>">; 1375 def gi_sexti32 : GIComplexOperandMatcher<s64, "selectSExtBits<32>">,
|
| H A D | RISCVISelDAGToDAG.cpp | 3254 bool RISCVDAGToDAGISel::selectSExtBits(SDValue N, unsigned Bits, SDValue &Val) { in selectSExtBits() function in RISCVDAGToDAGISel
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 106 ComplexRendererFns selectSExtBits(MachineOperand &Root, unsigned Bits) const; 108 ComplexRendererFns selectSExtBits(MachineOperand &Root) const { in selectSExtBits() function in __anon05b3f3090111::RISCVInstructionSelector 109 return selectSExtBits(Root, Bits); in selectSExtBits() 350 RISCVInstructionSelector::selectSExtBits(MachineOperand &Root, in selectSExtBits() function in RISCVInstructionSelector
|