Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp204 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) { in ParseConstraint() function
271 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops); in ParseConstraints()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp234 static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops, in ParseConstraint() function
341 ParseConstraint(CStr.substr(bidx, eidx - bidx), Ops, Rec); in ParseConstraints()