Searched refs:DeprecatedReason (Results 1 – 3 of 3) sorted by relevance
553 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()554 else if (!Inst.DeprecatedReason.empty()) in emitRecord()556 OS << "," << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
349 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()353 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()357 DeprecatedReason = ""; in CodeGenInstruction()
259 std::string DeprecatedReason; variable