Home
last modified time | relevance | path

Searched refs:getIntVal (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp75 V = getTok().getIntVal(); in parseIntToken()
154 Tag = Tok.getIntVal(); in parseGNUAttribute()
159 IntegerValue = Tok.getIntVal(); in parseGNUAttribute()
H A DDarwinAsmParser.cpp1017 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 DAsmParser.cpp1280 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 DMasmParser.cpp1735 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 DOutputSections.cpp226 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 DOutputSections.h270 uint64_t getIntVal(uint64_t PatchOffset, unsigned Size);
H A DDWARFLinkerCompileUnit.cpp470 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 DMCAsmMacro.h115 int64_t getIntVal() const { in getIntVal() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp400 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 DXtensaAsmParser.cpp497 RegName = StringRef(std::to_string(getLexer().getTok().getIntVal())); in parseRegister()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1544 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 DAArch64AsmParser.cpp3295 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 DRISCVAsmParser.cpp2328 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 DMipsAsmParser.cpp6751 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 DARMAsmParser.cpp5062 int64_t Val = Tok.getIntVal(); in parseMSRMaskOperand()
6005 int64_t Val = Tok.getIntVal(); in parseFPImm()
11441 int64_t Val = Parser.getTok().getIntVal(); in parseDirectiveCode()