Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1288 StringRef IDVal = getTok().getString(); in parsePrimaryExpr() local
1803 StringRef IDVal; in parseStatement() local
2325 StringRef IDVal, in parseAndMatchAndEmitTargetInstruction()
3027 bool AsmParser::parseDirectiveSet(StringRef IDVal, AssignmentKind Kind) { in parseDirectiveSet()
3129 bool AsmParser::parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) { in parseDirectiveAscii()
3192 bool AsmParser::parseDirectiveValue(StringRef IDVal, unsigned Size) { in parseDirectiveValue()
3235 bool AsmParser::parseDirectiveOctaValue(StringRef IDVal) { in parseDirectiveOctaValue()
3273 StringRef IDVal = getTok().getString(); in parseRealValue() local
3299 bool AsmParser::parseDirectiveRealValue(StringRef IDVal, in parseDirectiveRealValue()
4851 bool AsmParser::parseDirectiveSpace(StringRef IDVal) { in parseDirectiveSpace()
[all …]
H A DMasmParser.cpp2121 StringRef IDVal; in parseStatement() local
3418 bool MasmParser::parseDirectiveEquate(StringRef IDVal, StringRef Name, in parseDirectiveEquate()
3656 bool MasmParser::parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) { in parseDirectiveAscii()
3789 bool MasmParser::parseDirectiveValue(StringRef IDVal, unsigned Size) { in parseDirectiveValue()
3867 StringRef IDVal = getTok().getString(); in parseRealValue() local
3996 bool MasmParser::parseDirectiveRealValue(StringRef IDVal, in parseDirectiveRealValue()
H A DDarwinAsmParser.cpp609 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp441 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp678 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2110 StringRef IDVal = getTok().getString(); in ParseIntelExpression() local
4614 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
4739 bool X86AsmParser::ParseDirectiveCode(StringRef IDVal, SMLoc L) { in ParseDirectiveCode()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp775 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1002 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1624 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1665 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1223 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp659 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2028 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6733 auto IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
7084 bool AArch64AsmParser::parseDirectiveLOH(StringRef IDVal, SMLoc Loc) { in parseDirectiveLOH()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6379 StringRef IDVal = Parser.getTok().getIdentifier(); in parsePrefix() local
11058 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4968 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8629 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5653 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9710 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local