Home
last modified time | relevance | path

Searched refs:Dot (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
DRustDemangle.cpp236 size_t Dot = Mangled.find('.'); in demangle() local
237 Input = Mangled.substr(0, Dot); in demangle()
238 StringView Suffix = Mangled.dropFront(Dot); in demangle()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp684 MCSymbol *Dot = Context.createTempSymbol(); in emitExceptionTable() local
685 Asm->OutStreamer->emitLabel(Dot); in emitExceptionTable()
690 MCSymbolRefExpr::create(Dot, Context), Context), in emitExceptionTable()
DAsmPrinter.cpp3516 MCSymbol *Dot = Ctx.createTempSymbol(); in emitXRayTable() local
3517 OutStreamer->emitLabel(Dot); in emitXRayTable()
3520 MCSymbolRefExpr::create(Dot, Ctx), Ctx), in emitXRayTable()
3525 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(Dot, Ctx), in emitXRayTable()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp561 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction() local
564 MCInstBuilder(SystemZ::EXRL).addReg(LenMinus1Reg).addExpr(Dot)); in emitInstruction()
596 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop() local
599 MCInstBuilder(SystemZ::BRCLAsm).addImm(0).addExpr(Dot), STI); in EmitNop()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmMacro.h49 Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DMCAsmLexer.cpp67 case AsmToken::Dot: OS << "Dot"; break; in dump()
DAsmLexer.cpp171 return AsmToken(AsmToken::Dot, StringRef(TokStart, 1)); in LexIdentifier()
DAsmParser.cpp1299 case AsmToken::Dot: { in parsePrimaryExpr()
1811 } else if (Lexer.is(AsmToken::Dot)) { in parseStatement()
2634 case AsmToken::Dot: in isOperator()
DMasmParser.cpp1773 case AsmToken::Dot: { in parsePrimaryExpr()
2141 } else if (Lexer.is(AsmToken::Dot)) { in parseStatement()
3012 case AsmToken::Dot: in isOperator()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1448 case AsmToken::Dot: in ParseOperand()
1534 size_t Dot = Name.find('.'); in ParseInstruction() local
1535 StringRef Mnemonic = Name.slice(0, Dot); in ParseInstruction()
1541 if (Dot != StringRef::npos) { in ParseInstruction()
1542 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction()
1543 StringRef DotStr = Name.slice(Dot, StringRef::npos); in ParseInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
DVEAsmParser.cpp1181 case AsmToken::Dot: in parseMEMOperand()
1223 case AsmToken::Dot: in parseMEMOperand()
1288 case AsmToken::Dot: in parseMEMAsOperand()
1499 case AsmToken::Dot: in parseVEAsmOperand()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCommentCommands.td179 defm Dot : VerbatimBlockCommand<"dot", "enddot">;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1874 case AsmToken::Dot: in ParseIntelExpression()
1920 StringRef Dot = Identifier.slice(DotOffset, DotOffset + 1); in ParseIntelExpression() local
1925 getLexer().UnLex(AsmToken(AsmToken::Dot, Dot)); in ParseIntelExpression()
2040 bool EndDot = parseOptionalToken(AsmToken::Dot); in ParseIntelExpression()
2055 EndDot = parseOptionalToken(AsmToken::Dot); in ParseIntelExpression()
2314 getLexer().UnLex(AsmToken(AsmToken::Dot, TrailingDot)); in ParseIntelDotOperator()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp2330 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
2399 Dot = Name.slice(a-2, a-1); in guessLibraryShortName()
2400 if (Dot == ".") in guessLibraryShortName()
2424 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
2425 if (Dot == ".") in guessLibraryShortName()
2441 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
2442 if (Dot == ".") in guessLibraryShortName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedExynosM5.td57 def M5UnitNDOT0 : ProcResource<1>; // Dot product vector
74 def M5UnitNDOT1 : ProcResource<1>; // Dot product vector
87 def M5UnitNDOT2 : ProcResource<1>; // Dot product vector
DAArch64ISelLowering.cpp12396 SDValue Dot = DAG.getNode(DotOpcode, DL, Zeros.getValueType(), Zeros, in performVecReduceAddCombine() local
12398 return DAG.getNode(ISD::VECREDUCE_ADD, DL, N->getValueType(0), Dot); in performVecReduceAddCombine()
13868 SDValue Dot = N->getOperand(0); in performAddDotCombine() local
13871 auto isZeroDot = [](SDValue Dot) { in performAddDotCombine() argument
13872 return (Dot.getOpcode() == AArch64ISD::UDOT || in performAddDotCombine()
13873 Dot.getOpcode() == AArch64ISD::SDOT) && in performAddDotCombine()
13874 isZerosVector(Dot.getOperand(0).getNode()); in performAddDotCombine()
13876 if (!isZeroDot(Dot)) in performAddDotCombine()
13877 std::swap(Dot, A); in performAddDotCombine()
13878 if (!isZeroDot(Dot)) in performAddDotCombine()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp908 case AsmToken::Dot: in parseCallTarget()
1059 case AsmToken::Dot: in parseSparcAsmOperand()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp526 case AsmToken::Dot: in parseOperand()
/freebsd-12-stable/contrib/libevent/m4/
Dax_prog_doxygen.m4285 # Dot for graphics:
/freebsd-12-stable/contrib/ntp/sntp/libevent/m4/
Dax_prog_doxygen.m4285 # Dot for graphics:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp812 case AsmToken::Dot: in parseImmediate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsDSPInstrInfo.td791 // Dot product with accumulate/subtract
1047 // Dot product with accumulate/subtract
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4882 Dot, enumerator
4883 } Operator = Dot;
5047 addValue(E, E->getMember(), IsArrow ? Member::Arrow : Member::Dot); in VisitCXXDependentScopeMemberExpr()
5357 IsArrow ? ConceptInfo::Member::Arrow : ConceptInfo::Member::Dot; in CodeCompleteMemberReferenceExpr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp992 bool Type = Lexer.is(AsmToken::Identifier) || Lexer.is(AsmToken::Dot) || in tryParseRegister()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp1356 case AsmToken::Dot: in parseImmediate()

12