Home
last modified time | relevance | path

Searched refs:isUnsupported (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h278 bool isUnsupported(const CodeGenInstruction &Inst) const;
H A DCodeGenSchedule.cpp1986 if (ProcModel.isUnsupported(*Inst)) in checkCompleteness()
2206 bool CodeGenProcModel::isUnsupported(const CodeGenInstruction &Inst) const { in isUnsupported() function in CodeGenProcModel