Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp506 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);
4908 bool AArch64InstructionSelector::tryOptSelectConjunction(GSelect &SelI, in tryOptSelectConjunction() function in AArch64InstructionSelector
4957 if (tryOptSelectConjunction(I, *CondDef)) in tryOptSelect()