Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp547 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo"; in emitRecord()
548 else if (!Inst.DeprecatedReason.empty()) in emitRecord()
550 OS << "," << Target.getInstNamespace() << "::" << Inst.DeprecatedReason in emitRecord()
DCodeGenInstruction.cpp347 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate"); in CodeGenInstruction()
351 DeprecatedReason = Dep->getValue()->getAsString(); in CodeGenInstruction()
355 DeprecatedReason = ""; in CodeGenInstruction()
DCodeGenInstruction.h257 std::string DeprecatedReason; variable