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

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.h165 /// This aborts if the name is invalid. If AllowWholeOp is true, references
168 bool AllowWholeOp = true);
H A DCodeGenInstruction.cpp154 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { argument
174 if (OperandList[OpIdx].MINumOperands > 1 && !AllowWholeOp &&

Completed in 44 milliseconds