Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp593 Type = SystemZII::CompareAndSibcall; in fuseCompareOperations()
628 Type == SystemZII::CompareAndSibcall) ? 2 : 0)); in fuseCompareOperations()
630 if (Type == SystemZII::CompareAndSibcall) in fuseCompareOperations()
638 if (Type == SystemZII::CompareAndSibcall) in fuseCompareOperations()
642 Type == SystemZII::CompareAndSibcall) in fuseCompareOperations()
667 if (Type == SystemZII::CompareAndSibcall) { in fuseCompareOperations()
H A DSystemZInstrInfo.h158 CompareAndSibcall, enumerator
H A DSystemZInstrInfo.cpp2065 case SystemZII::CompareAndSibcall: in getFusedCompare()