Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h175 bool AllowWholeOp = true);
DCodeGenInstruction.cpp157 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() argument
177 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp && in ParseOperandName()