Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp75 bool selectSExtInreg(MachineInstr &MI, MachineIRBuilder &MIB) const;
691 return selectSExtInreg(MI, MIB); in select()
1097 bool RISCVInstructionSelector::selectSExtInreg(MachineInstr &MI, in selectSExtInreg() function in RISCVInstructionSelector