Searched refs:BRCT (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 188 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 D | SystemZLongBranch.cpp | 242 case SystemZ::BRCT: in describeTerminator() 415 case SystemZ::BRCT: in relaxBranch()
|
H A D | SystemZInstrInfo.cpp | 1813 case SystemZ::BRCT: in getBranchInfo()
|
H A D | SystemZScheduleZEC12.td | 124 def : InstRW<[WLat1, FXU, EndGroup], (instregex "BRCT(G)?$")>;
|
H A D | SystemZScheduleZ196.td | 120 def : InstRW<[WLat1, FXU, LSU, GroupAlone], (instregex "BRCT(G|H)?$")>;
|
H A D | SystemZScheduleZ13.td | 140 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
|
H A D | SystemZScheduleZ16.td | 142 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
|
H A D | SystemZScheduleZ15.td | 141 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
|
H A D | SystemZScheduleZ14.td | 141 def : InstRW<[WLat1, FXa, EndGroup], (instregex "BRCT(G)?$")>;
|
H A D | SystemZInstrInfo.td | 196 def BRCT : BranchUnaryRI<"brct", 0xA76, GR32>;
|