reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
59 return Int->getValue();
lib/TableGen/Record.cpp483 int64_t Val = getValue(); 489 int64_t Value = getValue(); 926 SmallVector<Init *, 8> Args(Size->getValue(), Value); 954 case EQ: Result = L->getValue() == R->getValue(); break; 954 case EQ: Result = L->getValue() == R->getValue(); break; 955 case NE: Result = L->getValue() != R->getValue(); break; 955 case NE: Result = L->getValue() != R->getValue(); break; 956 case LE: Result = L->getValue() <= R->getValue(); break; 956 case LE: Result = L->getValue() <= R->getValue(); break; 957 case LT: Result = L->getValue() < R->getValue(); break; 957 case LT: Result = L->getValue() < R->getValue(); break; 958 case GE: Result = L->getValue() >= R->getValue(); break; 958 case GE: Result = L->getValue() >= R->getValue(); break; 959 case GT: Result = L->getValue() > R->getValue(); break; 959 case GT: Result = L->getValue() > R->getValue(); break; 990 int64_t LHSv = LHSi->getValue(), RHSv = RHSi->getValue(); 990 int64_t LHSv = LHSi->getValue(), RHSv = RHSi->getValue(); 1182 if (LHSi->getValue()) 1224 if (Value->getValue()) 1825 if (CondI->getValue()) 2229 return II->getValue(); 2242 Ints.push_back(II->getValue());lib/TableGen/SetTheory.cpp
94 apply2(ST, Expr, Set, II->getValue(), Elts, Loc); 186 Step = II->getValue(); 200 From = II->getValue(); 207 To = II->getValue();lib/TableGen/TGParser.cpp
679 int64_t Start = II->getValue(); 699 End = II_End->getValue();tools/clang/utils/TableGen/MveEmitter.cpp
1066 II->getValue()); 1196 CustomCodeGenArgs[Name] = itostr(II->getValue());tools/clang/utils/TableGen/NeonEmitter.cpp
1711 int64_t VectorSize = cast<IntInit>(Expr->getArg(0))->getValue();
utils/TableGen/CodeGenDAGPatterns.cpp983 Code += "AddrSpace != " + utostr(IntVal->getValue()); 2213 unsigned IID = cast<IntInit>(getChild(0)->getLeafValue())->getValue(); 2367 int64_t SignBitAndAbove = II->getValue() >> (Size - 1); 2372 TP.error("Integer value '" + Twine(II->getValue()) +utils/TableGen/CodeGenInstruction.cpp
613 ResOp = ResultOperand(II->getValue()); 628 ResOp = ResultOperand(II->getValue());utils/TableGen/DAGISelMatcherGen.cpp
215 return AddMatcher(new CheckIntegerMatcher(II->getValue())); 345 if (!isPowerOf2_32(II->getValue())) { // Don't bother with single bits. 354 AddMatcher(new CheckAndImmMatcher(II->getValue())); 356 AddMatcher(new CheckOrImmMatcher(II->getValue())); 672 AddMatcher(new EmitIntegerMatcher(II->getValue(), N->getSimpleType(0)));utils/TableGen/GlobalISelEmitter.cpp
245 OS << AddrSpaceSeparator << IntVal->getValue(); 3522 ParsedAddrSpaces.push_back(IntVal->getValue()); 3670 OM.addPredicate<LiteralIntOperandMatcher>(SrcIntInit->getValue()); 3876 OM.addPredicate<ConstantIntOperandMatcher>(ChildInt->getValue()); 4011 DstMIBuilder.addRenderer<ImmRenderer>(ChildIntInit->getValue()); 4388 DstMIBuilder.addRenderer<ImmRenderer>(DefaultIntOp->getValue());utils/TableGen/PseudoLoweringEmitter.cpp
105 OperandMap[BaseIdx + i].Data.Imm = II->getValue();
utils/TableGen/RISCVCompressInstEmitter.cpp237 OperandMap[i].Data.Imm = II->getValue(); 239 dbgs() << " Found immediate '" << II->getValue() << "' at "utils/TableGen/SearchableTableEmitter.cpp
37 return cast<IntInit>(B->convertInitializerTo(IntRecTy::get()))->getValue();
utils/TableGen/WebAssemblyDisassemblerEmitter.cpp 39 ->getValue());