Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h91 std::vector<StringRef> EncoderMethodNames; member
123 PrinterMethodName(PrinterMethodName), EncoderMethodNames(MINO), in OperandInfo()
H A DCodeGenInstruction.cpp176 OpInfo.EncoderMethodNames[j] = *MaybeEncoderMethod; in CGIOperandList()
185 OpInfo.EncoderMethodNames[0] = EncoderMethod; in CGIOperandList()
H A DVarLenCodeEmitterGen.cpp482 CGI.Operands[OpIdx.first].EncoderMethodNames[OpIdx.second]; in getInstructionCaseForEncoding()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp145 CGI.Operands[SO.first].EncoderMethodNames[SO.second]; in addCodeToMergeInOperand()