/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 202 size_t Dot = Mangled.find('.'); in demangle() local 203 Input = Dot == std::string_view::npos ? Mangled : Mangled.substr(0, Dot); in demangle() 215 if (Dot != std::string_view::npos) { in demangle() 217 print(Mangled.substr(Dot)); in demangle()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 693 MCSymbol *Dot = Context.createTempSymbol(); in emitExceptionTable() local 694 Asm->OutStreamer->emitLabel(Dot); in emitExceptionTable() 699 MCSymbolRefExpr::create(Dot, Context), Context), in emitExceptionTable()
|
H A D | AsmPrinter.cpp | 4250 MCSymbol *Dot = Ctx.createTempSymbol(); in emitXRayTable() local 4251 OutStreamer->emitLabel(Dot); in emitXRayTable() 4254 MCSymbolRefExpr::create(Dot, Ctx), Ctx), in emitXRayTable() 4259 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(Dot, Ctx), in emitXRayTable() 4280 MCSymbol *Dot = Ctx.createLinkerPrivateSymbol("xray_fn_idx"); in emitXRayTable() local 4281 OutStreamer->emitLabel(Dot); in emitXRayTable() 4284 MCSymbolRefExpr::create(Dot, Ctx), Ctx), in emitXRayTable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmMacro.h | 49 Question, Star, Dot, Comma, Dollar, Equal, EqualEqual, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 66 case AsmToken::Dot: OS << "Dot"; break; in dump()
|
H A D | AsmLexer.cpp | 171 return AsmToken(AsmToken::Dot, StringRef(TokStart, 1)); in LexIdentifier()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXIL.td | 346 …"dot product of two float vectors Dot(a,b) = a[0]*b[0] + ... + a[n]*b[n] where n is between 0 and … 349 …"dot product of two float vectors Dot(a,b) = a[0]*b[0] + ... + a[n]*b[n] where n is between 0 and … 352 …"dot product of two float vectors Dot(a,b) = a[0]*b[0] + ... + a[n]*b[n] where n is between 0 and …
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1560 case AsmToken::Dot: in ParseOperand() 1676 size_t Dot = Name.find('.'); in ParseInstruction() local 1677 StringRef Mnemonic = Name.slice(0, Dot); in ParseInstruction() 1683 if (Dot != StringRef::npos) { in ParseInstruction() 1684 SMLoc DotLoc = SMLoc::getFromPointer(NameLoc.getPointer() + Dot); in ParseInstruction() 1685 StringRef DotStr = Name.slice(Dot, StringRef::npos); in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 1221 case AsmToken::Dot: in parseMEMOperand() 1263 case AsmToken::Dot: in parseMEMOperand() 1328 case AsmToken::Dot: in parseMEMAsOperand() 1538 case AsmToken::Dot: in parseVEAsmOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZAsmPrinter.cpp | 682 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction() local 685 MCInstBuilder(SystemZ::EXRL).addReg(LenMinus1Reg).addExpr(Dot)); in emitInstruction() 717 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop() local 720 MCInstBuilder(SystemZ::BRCLAsm).addImm(0).addExpr(Dot), STI); in EmitNop()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 331 auto Dot = Builder.buildInstr(DotOpcode, {MidTy}, in applyExtAddvToUdotAddv() local 333 Builder.buildVecReduceAdd(MI.getOperand(0), Dot->getOperand(0)); in applyExtAddvToUdotAddv()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 856 MCSymbol *Dot = getContext().createNamedTempSymbol(); in processLRW() local 857 Out.emitLabel(Dot); in processLRW() 858 AdjustExpr = MCSymbolRefExpr::create(Dot, getContext()); in processLRW()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 1913 case AsmToken::Dot: in ParseIntelExpression() 1959 StringRef Dot = Identifier.slice(DotOffset, DotOffset + 1); in ParseIntelExpression() local 1964 getLexer().UnLex(AsmToken(AsmToken::Dot, Dot)); in ParseIntelExpression() 2079 bool EndDot = parseOptionalToken(AsmToken::Dot); in ParseIntelExpression() 2094 EndDot = parseOptionalToken(AsmToken::Dot); in ParseIntelExpression() 2416 getLexer().UnLex(AsmToken(AsmToken::Dot, TrailingDot)); in ParseIntelDotOperator()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentCommands.td | 204 defm Dot : VerbatimBlockCommand<"dot", "enddot">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedExynosM5.td | 58 def M5UnitNDOT0 : ProcResource<1>; // Dot product vector 75 def M5UnitNDOT1 : ProcResource<1>; // Dot product vector 88 def M5UnitNDOT2 : ProcResource<1>; // Dot product vector
|
H A D | AArch64SchedA510.td | 806 // Dot product, 8 bit 809 // Dot product, 8 bit, using signed and unsigned integers 812 // Dot product, 16 bit 1159 // Dot product
|
H A D | AArch64SchedNeoverseV1.td | 1442 // Dot product, 8 bit 1445 // Dot product, 8 bit, using signed and unsigned integers 1448 // Dot product, 16 bit 1683 // Dot product
|
H A D | AArch64SchedNeoverseN2.td | 1725 // Dot product, 8 bit 1728 // Dot product, 8 bit, using signed and unsigned integers 1731 // Dot product, 16 bit 2076 // Dot product
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 2429 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local 2498 Dot = Name.slice(a-2, a-1); in guessLibraryShortName() 2499 if (Dot == ".") in guessLibraryShortName() 2523 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName() 2524 if (Dot == ".") in guessLibraryShortName() 2540 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName() 2541 if (Dot == ".") in guessLibraryShortName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 1232 case AsmToken::Dot: in parseCallTarget() 1392 case AsmToken::Dot: in parseSparcAsmOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 538 case AsmToken::Dot: in parseOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 44 def Dot : BuiltinGroup; 100 // Dot builtin record: 101 def : DemangledBuiltin<"dot", OpenCL_std, Dot, 2, 2>; 102 def : DemangledBuiltin<"__spirv_Dot", OpenCL_std, Dot, 2, 2>;
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 285 # Dot for graphics:
|
/freebsd/contrib/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 285 # Dot for graphics:
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 1129 "'XTHeadVdot' (T-Head Vector Extensions for Dot)", 1133 "'XTHeadVdot' (T-Head Vector Extensions for Dot)">;
|