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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h105 /// DoNotEncode - Bools are set to true in this vector for each operand in
108 std::vector<bool> DoNotEncode; member in struct:llvm::CGIOperandList::OperandInfo
208 if (OperandList[Op.first].DoNotEncode.size() > Op.second)
209 return OperandList[Op.first].DoNotEncode[Op.second];
H A DCodeGenInstruction.cpp350 if (Op.second >= OperandList[Op.first].DoNotEncode.size())
351 OperandList[Op.first].DoNotEncode.resize(Op.second+1);
352 OperandList[Op.first].DoNotEncode[Op.second] = true;

Completed in 166 milliseconds