Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDAsmWriterEmitter.cpp718 ArrayRef<std::string> getConds() const { return Conds; } in getConds() function in __anoncafea28c0411::IAPrinter
1139 for (const auto &Cond : IAP->getConds()) in EmitPrintAliasInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
HDRecord.h1098 ArrayRef<Init *> getConds() const { in getConds() function
1117 inline const_case_iterator arg_begin() const { return getConds().begin(); } in arg_begin()
1118 inline const_case_iterator arg_end () const { return getConds().end(); } in arg_end()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
HDRecord.cpp2464 for (const Init *Case : getConds()) { in resolveReferences()
2507 for (const Init *Case : getConds()) in isConcrete()
2519 for (const Init *Case : getConds()) in isComplete()