Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp39 class RISCVInstructionSelector : public InstructionSelector { class
41 RISCVInstructionSelector(const RISCVTargetMachine &TM,
144 RISCVInstructionSelector::RISCVInstructionSelector( in RISCVInstructionSelector() function in RISCVInstructionSelector
160 RISCVInstructionSelector::selectShiftMask(MachineOperand &Root) const { in selectShiftMask()
243 RISCVInstructionSelector::selectSHXADDOp(MachineOperand &Root, in selectSHXADDOp()
343 RISCVInstructionSelector::selectSHXADD_UWOp(MachineOperand &Root, in selectSHXADD_UWOp()
383 RISCVInstructionSelector::selectAddrRegImm(MachineOperand &Root) const { in selectAddrRegImm()
509 bool RISCVInstructionSelector::select(MachineInstr &MI) { in select()
724 bool RISCVInstructionSelector::selectMergeValues( in selectMergeValues()
740 bool RISCVInstructionSelector::selectUnmergeValues( in selectUnmergeValues()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1546 SRCS_MIN+= Target/RISCV/GISel/RISCVInstructionSelector.cpp