Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelect.h71 bool selectInstr(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp215 if (!selectInstr(MI)) { in selectMachineFunction()
350 bool InstructionSelect::selectInstr(MachineInstr &MI) { in selectInstr() function in InstructionSelect