Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp448 bool tryOptSelect(GSelect &Sel);
3384 if (tryOptSelect(Sel)) in select()
5030 bool AArch64InstructionSelector::tryOptSelect(GSelect &I) { in tryOptSelect() function in AArch64InstructionSelector