Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp449 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);
5018 bool AArch64InstructionSelector::tryOptSelectConjunction(GSelect &SelI, in tryOptSelectConjunction() function in AArch64InstructionSelector
5067 if (tryOptSelectConjunction(I, *CondDef)) in tryOptSelect()