Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelperCasts.cpp201 const MachineInstr &SelectMI, in matchCastOfSelect() argument
204 const GSelect *Select = cast<GSelect>(&SelectMI); in matchCastOfSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp1212 auto &SelectMI = cast<GSelect>(MI); in selectSelect() local
1216 getOperandsForBranch(SelectMI.getCondReg(), CC, LHS, RHS, *MRI); in selectSelect()
1218 Register DstReg = SelectMI.getReg(0); in selectSelect()
1232 .addReg(SelectMI.getTrueReg()) in selectSelect()
1233 .addReg(SelectMI.getFalseReg()); in selectSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h960 bool matchCastOfSelect(const MachineInstr &Cast, const MachineInstr &SelectMI,