Home
last modified time | relevance | path

Searched refs:BRCT (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZElimCompare.cpp169 unsigned BRCT; in convertToBRCT() local
171 BRCT = SystemZ::BRCT; in convertToBRCT()
173 BRCT = SystemZ::BRCTG; in convertToBRCT()
202 Branch->setDesc(TII->get(BRCT)); in convertToBRCT()
DSystemZLongBranch.cpp223 case SystemZ::BRCT: in describeTerminator()
392 case SystemZ::BRCT: in relaxBranch()
DSystemZInstrInfo.cpp1057 case SystemZ::BRCT: in getBranchInfo()
DSystemZInstrInfo.td196 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
/external/llvm/test/CodeGen/SystemZ/
Dloop-01.ll27 ; Test a loop that should be converted into dbr form and then use BRCT.