Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h114 BitVector DoNotEncode; member
129 MINumOperands(MINO), DoNotEncode(MINO), MIOperandInfo(MIOI), in OperandInfo()
220 if (OperandList[Op.first].DoNotEncode.size() > Op.second) in isFlatOperandNotEmitted()
221 return OperandList[Op.first].DoNotEncode[Op.second]; in isFlatOperandNotEmitted()
H A DCodeGenInstruction.cpp186 OpInfo.DoNotEncode[j] = true; in CGIOperandList()
423 OperandList[Op.first].DoNotEncode[Op.second] = true; in ProcessDisableEncoding()