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<std::string> EncoderMethodNames; member
123 EncoderMethodNames(MINO), OperandType(OT), MIOperandNo(MION), in OperandInfo()
H A DCodeGenInstruction.cpp174 OpInfo.EncoderMethodNames[j] = *MaybeEncoderMethod; in CGIOperandList()
183 OpInfo.EncoderMethodNames[0] = EncoderMethod; in CGIOperandList()
H A DVarLenCodeEmitterGen.cpp481 CGI.Operands[OpIdx.first].EncoderMethodNames[OpIdx.second]; in getInstructionCaseForEncoding()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp143 CGI.Operands[SO.first].EncoderMethodNames[SO.second]; in addCodeToMergeInOperand()