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.cpp599 Type = SystemZII::CompareAndSibcall; in fuseCompareOperations()
634 Type == SystemZII::CompareAndSibcall) ? 2 : 0)); in fuseCompareOperations()
636 if (Type == SystemZII::CompareAndSibcall) in fuseCompareOperations()
644 if (Type == SystemZII::CompareAndSibcall) in fuseCompareOperations()
648 Type == SystemZII::CompareAndSibcall) in fuseCompareOperations()
673 if (Type == SystemZII::CompareAndSibcall) { in fuseCompareOperations()
H A DSystemZInstrInfo.h158 CompareAndSibcall, enumerator
H A DSystemZInstrInfo.cpp2109 case SystemZII::CompareAndSibcall: in getFusedCompare()