| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MCAsmParser.cpp | 75 V = getTok().getIntVal(); in parseIntToken() 154 Tag = Tok.getIntVal(); in parseGNUAttribute() 159 IntegerValue = Tok.getIntVal(); in parseGNUAttribute()
|
| H A D | DarwinAsmParser.cpp | 1017 int64_t MajorVal = getLexer().getTok().getIntVal(); in parseMajorMinorVersionComponent() 1030 int64_t MinorVal = getLexer().getTok().getIntVal(); in parseMajorMinorVersionComponent() 1046 int64_t Val = getLexer().getTok().getIntVal(); in parseOptionalTrailingVersionComponent()
|
| H A D | AsmParser.cpp | 1280 int64_t IntVal = getTok().getIntVal(); in parsePrimaryExpr() 1810 LocalLabelVal = getTok().getIntVal(); in parseStatement() 2418 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment() 2611 OS << Token.getIntVal(); in expandMacro() 3515 FileNumber = getTok().getIntVal(); in parseDirectiveFile() 3658 LineNumber = getTok().getIntVal(); in parseDirectiveLoc() 3666 ColumnPos = getTok().getIntVal(); in parseDirectiveLoc() 3867 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId() 3897 LineNumber = getTok().getIntVal(); in parseDirectiveCVLoc() 3905 ColumnPos = getTok().getIntVal(); in parseDirectiveCVLoc()
|
| H A D | MasmParser.cpp | 1735 int64_t IntVal = getTok().getIntVal(); in parsePrimaryExpr() 2750 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment() 2934 OS << Token.getIntVal(); in expandMacro() 4773 FileNumber = getTok().getIntVal(); in parseDirectiveFile() 4920 LineNumber = getTok().getIntVal(); in parseDirectiveLoc() 4928 ColumnPos = getTok().getIntVal(); in parseDirectiveLoc() 5129 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId() 5159 LineNumber = getTok().getIntVal(); in parseDirectiveCVLoc() 5167 ColumnPos = getTok().getIntVal(); in parseDirectiveCVLoc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | OutputSections.cpp | 226 uint64_t SectionDescriptor::getIntVal(uint64_t PatchOffset, unsigned Size) { in getIntVal() function in SectionDescriptor 373 Section.getIntVal(Patch.PatchOffset, Format.getDwarfOffsetByteSize()); in applyPatches() 389 Section.getIntVal(Patch.PatchOffset, Format.getDwarfOffsetByteSize()); in applyPatches() 466 Section.getIntVal(Patch.PatchOffset, Format.getDwarfOffsetByteSize()); in applyPatches()
|
| H A D | OutputSections.h | 270 uint64_t getIntVal(uint64_t PatchOffset, unsigned Size);
|
| H A D | DWARFLinkerCompileUnit.cpp | 470 uint64_t InputDebugLocSectionOffset = DebugInfoSection.getIntVal( in emitLocations() 714 uint64_t InputDebugRangesSectionOffset = DebugInfoSection.getIntVal( in cloneAndEmitRangeList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 115 int64_t getIntVal() const { in getIntVal() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 400 int64_t Val = Int.getIntVal(); in parseSingleInteger() 498 int64_t Val = Tok.getIntVal(); in parseLimits() 508 int64_t Val = Tok.getIntVal(); in parseLimits() 726 Op->BrL.List.push_back(Lexer.getTok().getIntVal()); in ParseInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
| H A D | XtensaAsmParser.cpp | 497 RegName = StringRef(std::to_string(getLexer().getTok().getIntVal())); in parseRegister()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 1544 switch (IntTok.getIntVal()) { in ParseRegister() 2107 int64_t IntVal = getTok().getIntVal(); in ParseIntelExpression() 2808 if (getLexer().getTok().getIntVal() != 1) in HandleAVX512Operand()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 3295 if (Tok.getIntVal() > 255 || isNegative) in tryParseFPImm() 3298 APFloat F((double)AArch64_AM::getFPImmFloat(Tok.getIntVal())); in tryParseFPImm() 3374 int64_t ShiftAmount = getTok().getIntVal(); in tryParseImmWithOptionalShift() 7067 int64_t Id = getTok().getIntVal(); in parseDirectiveLOH() 7630 int64_t Discriminator = Parser.getTok().getIntVal(); in parseAuthExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2328 if (Tok.getIntVal() != 0) in parseFenceArg() 2589 int64_t StackAdjustment = getLexer().getTok().getIntVal(); in parseZcmpSpimm()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6751 int64_t RegNum = Token.getIntVal(); in matchAnyRegisterWithoutDollar() 7116 AtRegNo = Reg.getIntVal(); in parseSetAtDirective() 8589 unsigned Value = Parser.getTok().getIntVal(); in parseFpABIValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 5062 int64_t Val = Tok.getIntVal(); in parseMSRMaskOperand() 6005 int64_t Val = Tok.getIntVal(); in parseFPImm() 11441 int64_t Val = Parser.getTok().getIntVal(); in parseDirectiveCode()
|