Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp188 unsigned BRCT; in convertToBRCT() local
190 BRCT = SystemZ::BRCT; in convertToBRCT()
192 BRCT = SystemZ::BRCTG; in convertToBRCT()
194 BRCT = SystemZ::BRCTH; in convertToBRCT()
222 Branch->setDesc(TII->get(BRCT)); in convertToBRCT()
228 if (BRCT != SystemZ::BRCTH) in convertToBRCT()
H A DSystemZLongBranch.cpp242 case SystemZ::BRCT: in describeTerminator()
415 case SystemZ::BRCT: in relaxBranch()
H A DSystemZInstrInfo.cpp1813 case SystemZ::BRCT: in getBranchInfo()
H A DSystemZScheduleZEC12.td124 def : InstRW<[WLat1, FXU, EndGroup], (instregex "BRCT(G)?$")>;
H A DSystemZScheduleZ196.td120 def : InstRW<[WLat1, FXU, LSU, GroupAlone], (instregex "BRCT(G|H)?$")>;
H A DSystemZScheduleZ13.td140 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
H A DSystemZScheduleZ16.td142 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
H A DSystemZScheduleZ15.td141 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
H A DSystemZScheduleZ14.td141 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
H A DSystemZInstrInfo.td196 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;