Home
last modified time | relevance | path

Searched defs:IDVal (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1285 StringRef IDVal = getTok().getString(); in parsePrimaryExpr() local
1798 StringRef IDVal; in parseStatement() local
2319 StringRef IDVal, in parseAndMatchAndEmitTargetInstruction()
3020 bool AsmParser::parseDirectiveSet(StringRef IDVal, AssignmentKind Kind) { in parseDirectiveSet()
3127 bool AsmParser::parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) { in parseDirectiveAscii()
3190 bool AsmParser::parseDirectiveValue(StringRef IDVal, unsigned Size) { in parseDirectiveValue()
3233 bool AsmParser::parseDirectiveOctaValue(StringRef IDVal) { in parseDirectiveOctaValue()
3271 StringRef IDVal = getTok().getString(); in parseRealValue() local
3297 bool AsmParser::parseDirectiveRealValue(StringRef IDVal, in parseDirectiveRealValue()
4880 bool AsmParser::parseDirectiveSpace(StringRef IDVal) { in parseDirectiveSpace()
[all …]
H A DMasmParser.cpp2110 StringRef IDVal; in parseStatement() local
3387 bool MasmParser::parseDirectiveEquate(StringRef IDVal, StringRef Name, in parseDirectiveEquate()
3625 bool MasmParser::parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) { in parseDirectiveAscii()
3758 bool MasmParser::parseDirectiveValue(StringRef IDVal, unsigned Size) { in parseDirectiveValue()
3836 StringRef IDVal = getTok().getString(); in parseRealValue() local
3965 bool MasmParser::parseDirectiveRealValue(StringRef IDVal, in parseDirectiveRealValue()
H A DDarwinAsmParser.cpp609 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp434 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp682 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp802 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2116 StringRef IDVal = getTok().getString(); in ParseIntelExpression() local
4593 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
4718 bool X86AsmParser::ParseDirectiveCode(StringRef IDVal, SMLoc L) { in ParseDirectiveCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp942 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1004 std::string IDVal = DirectiveID.getIdentifier().lower(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1532 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1200 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1736 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp715 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6806 auto IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
7147 bool AArch64AsmParser::parseDirectiveLOH(StringRef IDVal, SMLoc Loc) { in parseDirectiveLOH()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2765 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6481 StringRef IDVal = Parser.getTok().getIdentifier(); in parsePrefix() local
11437 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5147 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8635 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6165 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10628 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local