Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h105 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 DRISCVInstrInfo.td1372 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 DRISCVISelDAGToDAG.cpp3254 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 DRISCVInstructionSelector.cpp106 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