Home
last modified time | relevance | path

Searched refs:DoNotEncode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h109 BitVector DoNotEncode; member
125 DoNotEncode(MINO), MIOperandInfo(MIOI), Constraints(MINO) {} in OperandInfo()
213 if (OperandList[Op.first].DoNotEncode.size() > Op.second) in isFlatOperandNotEmitted()
214 return OperandList[Op.first].DoNotEncode[Op.second]; in isFlatOperandNotEmitted()
H A DCodeGenInstruction.cpp186 OpInfo.DoNotEncode.set(); in CGIOperandList()
187 OpInfo.DoNotEncode[0] = false; in CGIOperandList()
420 OperandList[Op.first].DoNotEncode[Op.second] = true; in ProcessDisableEncoding()