Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h112 BitVector DoNotEncode; member
127 MINumOperands(MINO), DoNotEncode(MINO), MIOperandInfo(MIOI), in OperandInfo()
218 if (OperandList[Op.first].DoNotEncode.size() > Op.second) in isFlatOperandNotEmitted()
219 return OperandList[Op.first].DoNotEncode[Op.second]; in isFlatOperandNotEmitted()
H A DCodeGenInstruction.cpp185 OpInfo.DoNotEncode[j] = true; in CGIOperandList()
422 OperandList[Op.first].DoNotEncode[Op.second] = true; in ProcessDisableEncoding()