Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h403 bool hasFuseCCSelect() const { return HasFuseCCSelect; } in hasFuseCCSelect() function
411 hasFuseCCSelect() || hasFuseLiterals(); in hasFusion()
H A DAArch64MacroFusion.cpp404 if (ST.hasFuseCCSelect() && isCCSelectPair(FirstMI, SecondMI)) in shouldScheduleAdjacent()