Searched refs:ParseOperandName (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 155 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()
|
D | CodeGenInstruction.h | 168 std::pair<unsigned,unsigned> ParseOperandName(const std::string &Op,
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 160 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()
|
D | CodeGenInstruction.h | 173 std::pair<unsigned,unsigned> ParseOperandName(const std::string &Op,
|