Searched refs:ParseOperandName (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | CodeGenInstruction.cpp | 235 CGIOperandList::ParseOperandName(StringRef Op, bool AllowWholeOp) { in ParseOperandName() function in CGIOperandList 317 std::pair<unsigned,unsigned> Op = Ops.ParseOperandName(Name, false); in ParseConstraint() 344 std::pair<unsigned,unsigned> LHSOp = Ops.ParseOperandName(LHSOpName, false); in ParseConstraint() 352 std::pair<unsigned,unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() 420 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false); in ProcessDisableEncoding()
|
| D | CodeGenInstruction.h | 196 std::pair<unsigned,unsigned> ParseOperandName(StringRef Op,
|
| D | VarLenCodeEmitterGen.cpp | 475 auto OpIdx = CGI.Operands.ParseOperandName(OperandName); in getInstructionCaseForEncoding()
|
| D | DecoderEmitter.cpp | 1892 const_cast<CodeGenInstruction &>(CGI).Operands.ParseOperandName( in parseVarLenInstOperand()
|