Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp75 V = getTok().getIntVal(); in parseIntToken()
153 Tag = Tok.getIntVal(); in parseGNUAttribute()
158 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.cpp1279 int64_t IntVal = getTok().getIntVal(); in parsePrimaryExpr()
1807 LocalLabelVal = getTok().getIntVal(); in parseStatement()
2416 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment()
2521 OS << Token.getIntVal(); in expandMacro()
3517 FileNumber = getTok().getIntVal(); in parseDirectiveFile()
3660 LineNumber = getTok().getIntVal(); in parseDirectiveLoc()
3668 ColumnPos = getTok().getIntVal(); in parseDirectiveLoc()
3869 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
3899 LineNumber = getTok().getIntVal(); in parseDirectiveCVLoc()
3907 ColumnPos = getTok().getIntVal(); in parseDirectiveCVLoc()
H A DMasmParser.cpp1736 int64_t IntVal = getTok().getIntVal(); in parsePrimaryExpr()
2751 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment()
2935 OS << Token.getIntVal(); in expandMacro()
4774 FileNumber = getTok().getIntVal(); in parseDirectiveFile()
4921 LineNumber = getTok().getIntVal(); in parseDirectiveLoc()
4929 ColumnPos = getTok().getIntVal(); in parseDirectiveLoc()
5130 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
5160 LineNumber = getTok().getIntVal(); in parseDirectiveCVLoc()
5168 ColumnPos = getTok().getIntVal(); in parseDirectiveCVLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h115 int64_t getIntVal() const { in getIntVal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp387 int64_t Val = Int.getIntVal(); in parseSingleInteger()
485 int64_t Val = Tok.getIntVal(); in parseLimits()
495 int64_t Val = Tok.getIntVal(); in parseLimits()
712 Op->BrL.List.push_back(Lexer.getTok().getIntVal()); in ParseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
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/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1552 switch (IntTok.getIntVal()) { in ParseRegister()
2112 int64_t IntVal = getTok().getIntVal(); in ParseIntelExpression()
2875 if (getLexer().getTok().getIntVal() != 1) in HandleAVX512Operand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3324 if (Tok.getIntVal() > 255 || isNegative) in tryParseFPImm()
3327 APFloat F((double)AArch64_AM::getFPImmFloat(Tok.getIntVal())); in tryParseFPImm()
3403 int64_t ShiftAmount = getTok().getIntVal(); in tryParseImmWithOptionalShift()
7154 int64_t Id = getTok().getIntVal(); in parseDirectiveLOH()
7717 int64_t Discriminator = Parser.getTok().getIntVal(); in parseAuthExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2389 if (Tok.getIntVal() != 0) in parseFenceArg()
2651 int64_t StackAdjustment = getLexer().getTok().getIntVal(); in parseZcmpStackAdj()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5223 int64_t Val = Tok.getIntVal(); in parseMSRMaskOperand()
6258 int64_t Val = Tok.getIntVal(); in parseFPImm()
11700 int64_t Val = Parser.getTok().getIntVal(); in parseDirectiveCode()