Searched refs:splitCompareBranch (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZLongBranch.cpp | 159 void splitCompareBranch(MachineInstr *MI, unsigned CompareOpcode); 389 void SystemZLongBranch::splitCompareBranch(MachineInstr *MI, in splitCompareBranch() function in SystemZLongBranch 422 splitCompareBranch(Branch, SystemZ::CR); in relaxBranch() 425 splitCompareBranch(Branch, SystemZ::CGR); in relaxBranch() 428 splitCompareBranch(Branch, SystemZ::CHI); in relaxBranch() 431 splitCompareBranch(Branch, SystemZ::CGHI); in relaxBranch() 434 splitCompareBranch(Branch, SystemZ::CLR); in relaxBranch() 437 splitCompareBranch(Branch, SystemZ::CLGR); in relaxBranch() 440 splitCompareBranch(Branch, SystemZ::CLFI); in relaxBranch() 443 splitCompareBranch(Branch, SystemZ::CLGFI); in relaxBranch()
|