Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp553 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()
554 else if (!Inst.DeprecatedReason.empty()) in emitRecord()
556 OS << "," << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
DCodeGenInstruction.cpp349 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
353 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()
357 DeprecatedReason = ""; in CodeGenInstruction()
DCodeGenInstruction.h259 std::string DeprecatedReason; variable