Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp155 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() function in CGIOperandList
209 std::pair<unsigned,unsigned> Op = Ops.ParseOperandName(Name, false); in ParseConstraint()
230 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint()
238 Ops.ParseOperandName(Name.substr(wpos), false); in ParseConstraint()
276 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false); in ProcessDisableEncoding()
DCodeGenInstruction.h168 std::pair<unsigned,unsigned> ParseOperandName(const std::string &Op,
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp160 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { in ParseOperandName() function in CGIOperandList
215 std::pair<unsigned,unsigned> Op = Ops.ParseOperandName(Name, false); in ParseConstraint()
236 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint()
244 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false); in ParseConstraint()
284 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false); in ProcessDisableEncoding()
DCodeGenInstruction.h173 std::pair<unsigned,unsigned> ParseOperandName(const std::string &Op,