/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 1286 StringRef IDVal = getTok().getString(); parsePrimaryExpr() local 1801 StringRef IDVal; parseStatement() local 2321 parseAndMatchAndEmitTargetInstruction(ParseStatementInfo & Info,StringRef IDVal,AsmToken ID,SMLoc IDLoc) parseAndMatchAndEmitTargetInstruction() argument 3023 parseDirectiveSet(StringRef IDVal,AssignmentKind Kind) parseDirectiveSet() argument 3125 parseDirectiveAscii(StringRef IDVal,bool ZeroTerminated) parseDirectiveAscii() argument 3188 parseDirectiveValue(StringRef IDVal,unsigned Size) parseDirectiveValue() argument 3231 parseDirectiveOctaValue(StringRef IDVal) parseDirectiveOctaValue() argument 3269 StringRef IDVal = getTok().getString(); parseRealValue() local 3295 parseDirectiveRealValue(StringRef IDVal,const fltSemantics & Semantics) parseDirectiveRealValue() argument 4865 parseDirectiveSpace(StringRef IDVal) parseDirectiveSpace() argument 4886 parseDirectiveDCB(StringRef IDVal,unsigned Size) parseDirectiveDCB() argument 4923 parseDirectiveRealDCB(StringRef IDVal,const fltSemantics & Semantics) parseDirectiveRealDCB() argument 4950 parseDirectiveDS(StringRef IDVal,unsigned Size) parseDirectiveDS() argument [all...] |
H A D | MasmParser.cpp | 2109 StringRef IDVal; parseStatement() local 3386 parseDirectiveEquate(StringRef IDVal,StringRef Name,DirectiveKind DirKind,SMLoc NameLoc) parseDirectiveEquate() argument 3624 parseDirectiveAscii(StringRef IDVal,bool ZeroTerminated) parseDirectiveAscii() argument 3757 parseDirectiveValue(StringRef IDVal,unsigned Size) parseDirectiveValue() argument 3835 StringRef IDVal = getTok().getString(); parseRealValue() local 3964 parseDirectiveRealValue(StringRef IDVal,const fltSemantics & Semantics,size_t Size) parseDirectiveRealValue() argument [all...] |
H A D | DarwinAsmParser.cpp | 609 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 434 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 675 StringRef IDVal = DirectiveID.getIdentifier(); parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2111 StringRef IDVal = getTok().getString(); ParseIntelExpression() local 4507 StringRef IDVal = DirectiveID.getIdentifier(); ParseDirective() local 4632 ParseDirectiveCode(StringRef IDVal,SMLoc L) ParseDirectiveCode() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 878 StringRef IDVal = DirectiveID.getString(); parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 1004 std::string IDVal = DirectiveID.getIdentifier().lower(); in parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 1532 StringRef IDVal = DirectiveID.getString(); in parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1734 StringRef IDVal = DirectiveID.getIdentifier(); ParseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1200 StringRef IDVal = DirectiveID.getIdentifier(); in parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 658 StringRef IDVal = DirectiveID.getIdentifier(); ParseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 6719 auto IDVal = DirectiveID.getIdentifier().lower(); ParseDirective() local 7060 parseDirectiveLOH(StringRef IDVal,SMLoc Loc) parseDirectiveLOH() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 2703 StringRef IDVal = DirectiveID.getString(); parseDirective() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 6224 StringRef IDVal = Parser.getTok().getIdentifier(); parsePrefix() local 11209 std::string IDVal = DirectiveID.getIdentifier().lower(); ParseDirective() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5160 SDValue IDVal(ImDef, 0); tryAsSingleRLDICL() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 8635 StringRef IDVal = DirectiveID.getString(); in ParseDirective() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 5928 StringRef IDVal = DirectiveID.getString(); ParseDirective() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 10108 SDValue IDVal = getValue(CB.getArgOperand(PatchPointOpers::IDPos)); visitPatchpoint() local
|