Searched refs:DeprecatedReason (Results 1 – 3 of 3) sorted by relevance
547 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()548 else if (!Inst.DeprecatedReason.empty()) in emitRecord()550 OS << "," << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
347 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()351 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()355 DeprecatedReason = ""; in CodeGenInstruction()
257 std::string DeprecatedReason; variable