Home
last modified time | relevance | path

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

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