Lines Matching defs:IntValue
250 MatchTableRecord MatchTable::IntValue(unsigned NumBytes, int64_t IntValue) {
251 assert(isUIntN(NumBytes * 8, IntValue) || isIntN(NumBytes * 8, IntValue));
252 auto Str = llvm::to_string(IntValue);
253 if (NumBytes == 1 && IntValue < 0)
261 MatchTableRecord MatchTable::ULEB128Value(uint64_t IntValue) {
263 unsigned Len = encodeULEB128(IntValue, Buffer);
274 OS << "/* " << llvm::to_string(IntValue) << "(*/";
659 Table << MatchTable::Comment("[") << MatchTable::IntValue(2, LowerBound)
660 << MatchTable::IntValue(2, UpperBound) << MatchTable::Comment(")")
668 Table << MatchTable::IntValue(4, 0);
1013 << MatchTable::IntValue(1, InsnVariableIDs.size() - 1)
1048 << MatchTable::IntValue(4, RuleID) << MatchTable::LineBreak;
1203 << MatchTable::IntValue(1, Idx) << MatchTable::LineBreak;
1214 << MatchTable::Comment("Renderer") << MatchTable::IntValue(2, ID)
1272 << MatchTable::IntValue(IsInt8 ? 1 : 8, Value) << MatchTable::LineBreak;
1282 << MatchTable::IntValue(8, Value) << MatchTable::LineBreak;
1563 << MatchTable::Comment("Size") << MatchTable::IntValue(4, Size)
1586 << MatchTable::IntValue(1, AddrSpaces.size());
1611 << MatchTable::Comment("MinAlign") << MatchTable::IntValue(1, MinAlign)
1966 << MatchTable::IntValue(2, SubReg->EnumValue)
1996 Table << MatchTable::IntValue(2, 0);
2030 Table << MatchTable::IntValue(2, 0);
2046 << MatchTable::IntValue(IsInt8 ? 1 : 8, Imm) << MatchTable::LineBreak;
2057 << MatchTable::IntValue(8, Imm) << MatchTable::LineBreak;
2080 << MatchTable::IntValue(2, RendererID);
2086 << MatchTable::IntValue(2, SubReg->EnumValue);
2218 : MatchTable::IntValue(2, 0))
2287 << MatchTable::IntValue(1, MergeInsnIDs.size())
2304 << MatchTable::IntValue(8, Val) << MatchTable::LineBreak;