Searched refs:DeprecatedReason (Results 1 – 6 of 6) sorted by relevance
550 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()551 else if (!Inst.DeprecatedReason.empty()) in emitRecord()553 OS << ", " << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
354 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()358 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()362 DeprecatedReason = ""; in CodeGenInstruction()
261 std::string DeprecatedReason; variable
646 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()647 else if (!Inst.DeprecatedReason.empty()) in emitRecord()649 OS << ", " << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
363 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()367 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()371 DeprecatedReason = ""; in CodeGenInstruction()
267 std::string DeprecatedReason; variable