Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp496 bool tryOptSelect(GSelect &Sel);
3445 if (tryOptSelect(Sel)) in select()
5065 bool AArch64InstructionSelector::tryOptSelect(GSelect &I) { in tryOptSelect() function in AArch64InstructionSelector