Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h96 std::vector<std::string> EncoderMethodNames; member
128 EncoderMethodNames(MINO), OperandType(OT), MIOperandNo(MION), in OperandInfo()
H A DCodeGenInstruction.cpp175 OpInfo.EncoderMethodNames[j] = *MaybeEncoderMethod; in CGIOperandList()
184 OpInfo.EncoderMethodNames[0] = EncoderMethod; in CGIOperandList()
H A DVarLenCodeEmitterGen.cpp478 CGI.Operands[OpIdx.first].EncoderMethodNames[OpIdx.second]; in getInstructionCaseForEncoding()
H A DCodeEmitterGen.cpp171 CGI.Operands[SO.first].EncoderMethodNames[SO.second]; in addCodeToMergeInOperand()