HomeSort by relevance Sort by last modified time
    Searched refs:DeprecatedReason (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 547 << ",&get" << Inst.DeprecatedReason << "DeprecationInfo";
548 else if (!Inst.DeprecatedReason.empty())
550 OS << "," << Target.getInstNamespace() << "::" << Inst.DeprecatedReason
CodeGenInstruction.h 257 std::string DeprecatedReason;
CodeGenInstruction.cpp 347 DeprecatedReason = R->getValueAsString("ComplexDeprecationPredicate");
351 DeprecatedReason = Dep->getValue()->getAsString();
355 DeprecatedReason = "";

Completed in 67 milliseconds