Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp86 bool selectImplicitDef(MachineInstr &MI, MachineIRBuilder &MIB) const;
815 return selectImplicitDef(MI, MIB); in select()
1031 bool RISCVInstructionSelector::selectImplicitDef(MachineInstr &MI, in selectImplicitDef() function in RISCVInstructionSelector