Searched refs:ParseOperandName (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.cpp | 233 CGIOperandList::ParseOperandName(StringRef Op, bool AllowWholeOp) { in ParseOperandName() function in CGIOperandList 314 std::pair<unsigned, unsigned> Op = Ops.ParseOperandName(Name, false); in ParseConstraint() 342 std::pair<unsigned, unsigned> LHSOp = Ops.ParseOperandName(LHSOpName, false); in ParseConstraint() 350 std::pair<unsigned, unsigned> RHSOp = Ops.ParseOperandName(RHSOpName, false); in ParseConstraint() 420 std::pair<unsigned, unsigned> Op = ParseOperandName(OpName, false); in ProcessDisableEncoding()
|
H A D | CodeGenInstruction.h | 192 std::pair<unsigned, unsigned> ParseOperandName(StringRef Op,
|
H A D | VarLenCodeEmitterGen.cpp | 478 auto OpIdx = CGI.Operands.ParseOperandName(OperandName); in getInstructionCaseForEncoding()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DecoderEmitter.cpp | 1944 const_cast<CodeGenInstruction &>(CGI).Operands.ParseOperandName( in parseVarLenInstOperand()
|