Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h390 bool hasFuseCCSelect() const { return HasFuseCCSelect; } in hasFuseCCSelect() function
398 hasFuseCCSelect() || hasFuseLiterals(); in hasFusion()
H A DAArch64MacroFusion.cpp404 if (ST.hasFuseCCSelect() && isCCSelectPair(FirstMI, SecondMI)) in shouldScheduleAdjacent()