Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1257 StringRef IDVal = getTok().getString(); in parsePrimaryExpr() local
1734 StringRef IDVal; in parseStatement() local
2248 StringRef IDVal, in parseAndMatchAndEmitTargetInstruction()
2961 bool AsmParser::parseDirectiveSet(StringRef IDVal, AssignmentKind Kind) { in parseDirectiveSet()
3072 bool AsmParser::parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) { in parseDirectiveAscii()
3135 bool AsmParser::parseDirectiveValue(StringRef IDVal, unsigned Size) { in parseDirectiveValue()
3178 bool AsmParser::parseDirectiveOctaValue(StringRef IDVal) { in parseDirectiveOctaValue()
3216 StringRef IDVal = getTok().getString(); in parseRealValue() local
3242 bool AsmParser::parseDirectiveRealValue(StringRef IDVal, in parseDirectiveRealValue()
4821 bool AsmParser::parseDirectiveSpace(StringRef IDVal) { in parseDirectiveSpace()
[all …]
H A DMasmParser.cpp1842 StringRef IDVal; in parseStatement() local
2920 bool MasmParser::parseDirectiveEquate(StringRef IDVal, StringRef Name, in parseDirectiveEquate()
3169 bool MasmParser::parseDirectiveAscii(StringRef IDVal, bool ZeroTerminated) { in parseDirectiveAscii()
3302 bool MasmParser::parseDirectiveValue(StringRef IDVal, unsigned Size) { in parseDirectiveValue()
3361 StringRef IDVal = getTok().getString(); in parseRealValue() local
3490 bool MasmParser::parseDirectiveRealValue(StringRef IDVal, in parseDirectiveRealValue()
H A DDarwinAsmParser.cpp602 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.cpp685 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp861 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2137 StringRef IDVal = getTok().getString(); in ParseIntelExpression() local
4690 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
4815 bool X86AsmParser::ParseDirectiveCode(StringRef IDVal, SMLoc L) { in ParseDirectiveCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1030 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1014 std::string IDVal = DirectiveID.getIdentifier().lower(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1530 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1649 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1246 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp717 StringRef IDVal = DirectiveID.getIdentifier(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7015 auto IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
7366 bool AArch64AsmParser::parseDirectiveLOH(StringRef IDVal, SMLoc Loc) { in parseDirectiveLOH()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp4053 llvm::APInt IDVal(Context.getIntWidth(Context.IntTy), ConstantID); in handleInitialization() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2968 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6513 StringRef IDVal = Parser.getTok().getIdentifier(); in parsePrefix() local
11526 std::string IDVal = DirectiveID.getIdentifier().lower(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5161 SDValue IDVal(ImDef, 0); in tryAsSingleRLDICL() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8581 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp6546 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10790 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); in visitPatchpoint() local