Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCodeGenInstruction.cpp235 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()
DCodeGenInstruction.h196 std::pair<unsigned,unsigned> ParseOperandName(StringRef Op,
DVarLenCodeEmitterGen.cpp475 auto OpIdx = CGI.Operands.ParseOperandName(OperandName); in getInstructionCaseForEncoding()
DDecoderEmitter.cpp1892 const_cast<CodeGenInstruction &>(CGI).Operands.ParseOperandName( in parseVarLenInstOperand()