Searched refs:HandledReg (Results 1 – 2 of 2) sorted by relevance
847 Record *HandledReg = nullptr; in EmitResultInstructionAsOperand() local849 HandledReg = II.ImplicitDefs[0]; in EmitResultInstructionAsOperand()853 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultInstructionAsOperand()965 Record *HandledReg = nullptr; in EmitResultCode() local972 HandledReg = II.ImplicitDefs[0]; in EmitResultCode()977 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultCode()
919 Record *HandledReg = nullptr; in EmitResultInstructionAsOperand() local921 HandledReg = II.ImplicitDefs[0]; in EmitResultInstructionAsOperand()924 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultInstructionAsOperand()1056 Record *HandledReg = nullptr; in EmitResultCode() local1063 HandledReg = II.ImplicitDefs[0]; in EmitResultCode()1067 if (!Reg->isSubClassOf("Register") || Reg == HandledReg) continue; in EmitResultCode()