Searched refs:HasCTRSet (Results 1 – 4 of 4) sorted by relevance
60 HasCTRSet = false; in EndDispatchGroup()166 if (HasCTRSet && (Opcode == PPC::BCTRL_Darwin || Opcode == PPC::BCTRL_SVR4)) in getHazardType()236 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true; in EmitInstruction()
37 bool HasCTRSet; variable
275 HasCTRSet = false; in EndDispatchGroup()373 if (HasCTRSet && Opcode == PPC::BCTRL) in getHazardType()402 if (Opcode == PPC::MTCTR || Opcode == PPC::MTCTR8) HasCTRSet = true; in EmitInstruction()
64 bool HasCTRSet; variable