Searched refs:BRCT (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp164 // and convert the branch to a BRCT(G). Return true on success.
170 unsigned BRCT; local
172 BRCT = SystemZ::BRCT;
174 BRCT = SystemZ::BRCTG;
198 // The transformation is OK. Rebuild Branch as a BRCT(G).
203 Branch->setDesc(TII->get(BRCT));
339 // Try to remove both MI and Compare by converting a branch to BRCT(G).
H A DSystemZLongBranch.cpp222 case SystemZ::BRCT:
393 case SystemZ::BRCT:
H A DSystemZInstrInfo.cpp1055 case SystemZ::BRCT:

Completed in 50 milliseconds