Home
last modified time | relevance | path

Searched refs:DeprecatedReason (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp667 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()
668 else if (!Inst.DeprecatedReason.empty()) in emitRecord()
670 OS << ", " << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
H A DCodeGenInstruction.cpp404 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
408 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()
412 DeprecatedReason = ""; in CodeGenInstruction()
H A DCodeGenInstruction.h280 std::string DeprecatedReason; variable