HomeSort by relevance Sort by last modified time
    Searched refs:BRCT (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 163 // and convert the branch to a BRCT(G). Return true on success.
169 unsigned BRCT;
171 BRCT = SystemZ::BRCT;
173 BRCT = SystemZ::BRCTG;
197 // The transformation is OK. Rebuild Branch as a BRCT(G).
202 Branch->setDesc(TII->get(BRCT));
338 // Try to remove both MI and Compare by converting a branch to BRCT(G).
SystemZLongBranch.cpp 223 case SystemZ::BRCT:
392 case SystemZ::BRCT:
SystemZInstrInfo.cpp     [all...]

Completed in 581 milliseconds