Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DAsmWriterEmitter.cpp686 ArrayRef<std::string> getConds() const { return Conds; } in getConds() function in __anon85d955c30411::IAPrinter
1103 for (const auto &Cond : IAP->getConds()) in EmitPrintAliasInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h963 ArrayRef<Init *> getConds() const { in getConds() function
982 inline const_case_iterator arg_begin() const { return getConds().begin(); } in arg_begin()
983 inline const_case_iterator arg_end () const { return getConds().end(); } in arg_end()
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h934 ArrayRef<Init *> getConds() const { in getConds() function
953 inline const_case_iterator arg_begin() const { return getConds().begin(); } in arg_begin()
954 inline const_case_iterator arg_end () const { return getConds().end(); } in arg_end()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp1834 for (const Init *Case : getConds()) { in resolveReferences()
1875 for (const Init *Case : getConds()) in isConcrete()
1887 for (const Init *Case : getConds()) in isComplete()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp1920 for (const Init *Case : getConds()) { in resolveReferences()
1961 for (const Init *Case : getConds()) in isConcrete()
1973 for (const Init *Case : getConds()) in isComplete()