Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstructionSelector.cpp32 class RISCVInstructionSelector : public InstructionSelector { class
34 RISCVInstructionSelector(const RISCVTargetMachine &TM,
69 RISCVInstructionSelector::RISCVInstructionSelector( in RISCVInstructionSelector() function in RISCVInstructionSelector
84 bool RISCVInstructionSelector::select(MachineInstr &I) { in select()
102 return new RISCVInstructionSelector(TM, Subtarget, RBI); in createRISCVInstructionSelector()
/freebsd-12-stable/lib/clang/libllvm/
DMakefile1355 SRCS_MIN+= Target/RISCV/RISCVInstructionSelector.cpp