Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp421 bool tryOptSelect(MachineInstr &MI);
3097 if (tryOptSelect(I)) in select()
4410 bool AArch64InstructionSelector::tryOptSelect(MachineInstr &I) { in tryOptSelect() function in AArch64InstructionSelector