Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp550 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()
551 else if (!Inst.DeprecatedReason.empty()) in emitRecord()
553 OS << ", " << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
DCodeGenInstruction.cpp354 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
358 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()
362 DeprecatedReason = ""; in CodeGenInstruction()
DCodeGenInstruction.h261 std::string DeprecatedReason; variable