Home
last modified time | relevance | path

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

/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.cpp1277 int64_t IntVal = getTok().getIntVal(); in parsePrimaryExpr()
1805 LocalLabelVal = getTok().getIntVal(); in parseStatement()
2418 int64_t LineNumber = getTok().getIntVal(); in parseCppHashLineFilenameComment()
2535 OS << Token.getIntVal(); in expandMacro()
3531 FileNumber = getTok().getIntVal(); in parseDirectiveFile()
3674 LineNumber = getTok().getIntVal(); in parseDirectiveLoc()
3682 ColumnPos = getTok().getIntVal(); in parseDirectiveLoc()
3896 IACol = getTok().getIntVal(); in parseDirectiveCVLoc()
3926 LineNumber = getTok().getIntVal(); in parseDirectiveCVLoc()
3934 ColumnPos = getTok().getIntVal(); in parseDirectiveCVLoc()
[all...]
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()
/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()
/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h115 int64_t getIntVal() const { in getIntVal() function
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp432 int64_t Val = Int.getIntVal(); in checkForP2AlignIfLoadStore()
527 int64_t Val = Tok.getIntVal(); in parseFunctionTableOperand()
537 int64_t Val = Tok.getIntVal(); in parseFunctionTableOperand()
793 Op->BrL.List.push_back(Lexer.getTok().getIntVal()); in parseDirective()
880 unsigned Dest = DestTok.getIntVal(); in parseDirective()
/llvm-project/llvm/unittests/MC/SystemZ/
H A DSystemZAsmLexerTest.cpp121 EXPECT_EQ(Lexer.getTok().getIntVal(), ExpectedValues[I]); in lexAndCheckIntegerTokensAndValues()
/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1552 switch (IntTok.getIntVal()) { in ParseRegister()
2111 int64_t IntVal = getTok().getIntVal(); in ParseIntelExpression()
2874 if (getLexer().getTok().getIntVal() != 1) in HandleAVX512Operand()
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3401 if (Tok.getIntVal() > 255 || isNegative) in tryParseImmWithOptionalShift()
3404 APFloat F((double)AArch64_AM::getFPImmFloat(Tok.getIntVal())); in tryParseImmWithOptionalShift()
3480 int64_t ShiftAmount = getTok().getIntVal(); in parseCondCode()
7348 int64_t Id = getTok().getIntVal(); in parseDirectiveSEHSaveFPLR()
8018 Tag = getTok().getIntVal(); in tryParseSVEPattern()
8041 ValueInt = getTok().getIntVal(); in tryParseSVEVecLenSpecifier()
8174 int64_t Discriminator = Parser.getTok().getIntVal();
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2536 if (Tok.getIntVal() != 0) in parseReglist()
2798 int64_t StackAdjustment = getLexer().getTok().getIntVal(); in parseDirectiveOption()
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6759 int64_t RegNum = Token.getIntVal(); in matchAnyRegisterWithoutDollar()
7124 AtRegNo = Reg.getIntVal(); in parseSetAtDirective()
8597 unsigned Value = Parser.getTok().getIntVal(); in parseFpABIValue()
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5251 int64_t Val = Tok.getIntVal(); in parseMSRMaskOperand()
6286 int64_t Val = Tok.getIntVal(); in parseOperand()
11756 int64_t Val = Parser.getTok().getIntVal(); in parseDirectiveUnreq()