Searched refs:DestOpName (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 235 std::string DestOpName = Name.substr(0, wpos); in ParseConstraint() local 236 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint() 247 std::swap(SrcOpName, DestOpName); in ParseConstraint() 253 PrintFatalError("Operand '" + DestOpName + in ParseConstraint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 236 std::string DestOpName = Name.substr(0, wpos); in ParseConstraint() local 237 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint() 248 std::swap(SrcOpName, DestOpName); in ParseConstraint() 254 PrintFatalError("Operand '" + DestOpName + in ParseConstraint()
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenInstruction.cpp | 229 std::string DestOpName = Name.substr(0, wpos); in ParseConstraint() local 230 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint() 246 throw "Operand '" + DestOpName + "' cannot have multiple constraints!"; in ParseConstraint()
|