Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp197 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() function
264 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops); in ParseConstraints()