| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelDAGToDAG.cpp | 78 SDLoc Dl(N); in INITIALIZE_PASS() local 99 SDValue Imm = CurDAG->getTargetConstant(0, Dl, MVT::i32); in INITIALIZE_PASS() 104 Dl, MVT::i32, TFI, Imm)); in INITIALIZE_PASS() 286 SDLoc Dl(N); in selectBITCAST_TO_LOHI() local 293 SDValue V1 = SDValue(CurDAG->getMachineNode(CSKY::FMFVRL_D, Dl, VT, V), 0); in selectBITCAST_TO_LOHI() 294 SDValue V2 = SDValue(CurDAG->getMachineNode(CSKY::FMFVRH_D, Dl, VT, V), 0); in selectBITCAST_TO_LOHI() 311 SDLoc Dl(N); in selectAddCarry() local 315 Subtarget->has2E3() ? CSKY::CLRC32 : CSKY::CLRC16, Dl, Type1); in selectAddCarry() 317 Subtarget->has2E3() ? CSKY::ADDC32 : CSKY::ADDC16, Dl, {Type0, Type1}, in selectAddCarry() 321 Subtarget->has2E3() ? CSKY::SETC32 : CSKY::SETC16, Dl, Type1); in selectAddCarry() [all …]
|
| /freebsd/sys/i386/i386/ |
| H A D | db_disasm.c | 79 #define Dl 27 /* long displacement from EIP */ macro 278 /*80*/ { "jo", false, NONE, op1(Dl), 0 }, 279 /*81*/ { "jno", false, NONE, op1(Dl), 0 }, 280 /*82*/ { "jb", false, NONE, op1(Dl), 0 }, 281 /*83*/ { "jnb", false, NONE, op1(Dl), 0 }, 282 /*84*/ { "jz", false, NONE, op1(Dl), 0 }, 283 /*85*/ { "jnz", false, NONE, op1(Dl), 0 }, 284 /*86*/ { "jbe", false, NONE, op1(Dl), 0 }, 285 /*87*/ { "jnbe", false, NONE, op1(Dl), 0 }, 287 /*88*/ { "js", false, NONE, op1(Dl), 0 }, [all …]
|
| /freebsd/sys/amd64/amd64/ |
| H A D | db_disasm.c | 93 #define Dl 27 /* long displacement from EIP */ macro 372 /*80*/ { "jo", false, NONE, op1(Dl), 0 }, 373 /*81*/ { "jno", false, NONE, op1(Dl), 0 }, 374 /*82*/ { "jb", false, NONE, op1(Dl), 0 }, 375 /*83*/ { "jnb", false, NONE, op1(Dl), 0 }, 376 /*84*/ { "jz", false, NONE, op1(Dl), 0 }, 377 /*85*/ { "jnz", false, NONE, op1(Dl), 0 }, 378 /*86*/ { "jbe", false, NONE, op1(Dl), 0 }, 379 /*87*/ { "jnbe", false, NONE, op1(Dl), 0 }, 381 /*88*/ { "js", false, NONE, op1(Dl), 0 }, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | BranchFolding.cpp | 1428 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock() local 1432 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, Dl); in OptimizeBlock() 1486 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock() local 1488 TII->insertBranch(PrevBB, PriorTBB, nullptr, PriorCond, Dl); in OptimizeBlock() 1500 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock() local 1502 TII->insertBranch(PrevBB, PriorFBB, nullptr, NewPriorCond, Dl); in OptimizeBlock() 1538 DebugLoc Dl = PrevBB.findBranchDebugLoc(); in OptimizeBlock() local 1540 TII->insertBranch(PrevBB, MBB, nullptr, NewPriorCond, Dl); in OptimizeBlock() 1601 DebugLoc Dl = MBB->findBranchDebugLoc(); in OptimizeBlock() local 1603 TII->insertBranch(*MBB, CurFBB, CurTBB, NewCond, Dl); in OptimizeBlock() [all …]
|
| H A D | MachineBlockPlacement.cpp | 2993 auto Dl = ChainBB->findBranchDebugLoc(); in optimizeBranches() local 2995 TII->insertBranch(*ChainBB, FBB, TBB, Cond, Dl); in optimizeBranches()
|
| /freebsd/crypto/openssh/ |
| H A D | mdoc2man.awk | 98 } else if(match(words[w],"^Dl$")) {
|
| H A D | ChangeLog | 4541 mdoc2man: process `Dl` macros 4543 `Dl` marks a single line as 'literal'. Since we don't output single
|
| /freebsd/tools/build/options/ |
| H A D | WITH_DIRDEPS_BUILD | 5 .Dl make show-valid-targets
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 9079 SDLoc Dl(Op); in LowerSET_ROUNDING() local 9092 PPC::MFFSCRNI, Dl, {MVT::f64, MVT::Other}, in LowerSET_ROUNDING() 9093 {DAG.getConstant(InternalRnd, Dl, MVT::i32, true), Chain}), in LowerSET_ROUNDING() 9096 (InternalRnd & 2) ? PPC::MTFSB1 : PPC::MTFSB0, Dl, MVT::Other, in LowerSET_ROUNDING() 9097 {DAG.getConstant(30, Dl, MVT::i32, true), Chain}); in LowerSET_ROUNDING() 9099 (InternalRnd & 1) ? PPC::MTFSB1 : PPC::MTFSB0, Dl, MVT::Other, in LowerSET_ROUNDING() 9100 {DAG.getConstant(31, Dl, MVT::i32, true), SDValue(SetHi, 0)}); in LowerSET_ROUNDING() 9105 SDValue One = DAG.getConstant(1, Dl, MVT::i32); in LowerSET_ROUNDING() 9106 SDValue SrcFlag = DAG.getNode(ISD::AND, Dl, MVT::i32, Op.getOperand(1), in LowerSET_ROUNDING() 9107 DAG.getConstant(3, Dl, MVT::i32)); in LowerSET_ROUNDING() [all …]
|
| H A D | PPCISelDAGToDAG.cpp | 5221 SDLoc Dl(N); in tryAsSingleRLDIMI() local 5225 SDValue(selectI64Imm(CurDAG, getI64Imm(-1, Dl).getNode()), 0), in tryAsSingleRLDIMI() 5226 getI32Imm(SH, Dl), getI32Imm(MB, Dl)}; in tryAsSingleRLDIMI()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentHTMLTags.td | 41 def Dl : Tag<"dl">;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 798 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries() 799 if (Dl.dylib.name < Dl.cmdsize) { in printNeededLibraries() 800 auto *P = static_cast<const char*>(Command.Ptr) + Dl.dylib.name; in printNeededLibraries() 796 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); printNeededLibraries() local
|
| /freebsd/contrib/ntp/ntpsnmpd/ |
| H A D | ntpsnmpd-opts.def | 78 .Dl % snmpwalk -v2c -c public localhost enterprises.5597.99
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.def | 431 .Dl [tally]remote refid assid st t when pool reach delay offset jitter 439 .Dl ind assid status conf reach auth condition last_event cnt 620 .Dl [tally]remote refid st t when pool reach delay offset jitter
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 2044 PseudoProbeSDNode(unsigned Opcode, unsigned Order, const DebugLoc &Dl, 2046 : SDNode(Opcode, Order, Dl, VTs), Guid(Guid), Index(Index),
|
| H A D | SelectionDAG.h | 1436 LLVM_ABI SDValue getPseudoProbeNode(const SDLoc &Dl, SDValue Chain,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11910 const TargetInstrInfo *TII, DebugLoc Dl, in genTPEntry() argument 11914 BuildMI(TpEntry, Dl, TII->get(ARM::t2ADDri), AddDestReg) in genTPEntry() 11921 BuildMI(TpEntry, Dl, TII->get(ARM::t2LSRri), LsrDestReg) in genTPEntry() 11928 BuildMI(TpEntry, Dl, TII->get(ARM::t2WhileLoopSetup), TotalIterationsReg) in genTPEntry() 11931 BuildMI(TpEntry, Dl, TII->get(ARM::t2WhileLoopStart)) in genTPEntry() 11935 BuildMI(TpEntry, Dl, TII->get(ARM::t2B)) in genTPEntry() 11947 const TargetInstrInfo *TII, DebugLoc Dl, in genTPLoopBody() argument 11959 BuildMI(TpLoopBody, Dl, TII->get(ARM::PHI), SrcPhiReg) in genTPLoopBody() 11969 BuildMI(TpLoopBody, Dl, TII->get(ARM::PHI), DestPhiReg) in genTPLoopBody() 11979 BuildMI(TpLoopBody, Dl, TII->get(ARM::PHI), LoopCounterPhiReg) in genTPLoopBody() [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | TODO | 696 - style message about macros inside .Bd -literal and .Dl, in particular
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 6755 SDLoc Dl(Op); in LowerSTORE() local 6781 return LowerTruncateVectorStore(Dl, StoreNode, VT, MemVT, DAG); in LowerSTORE() 6794 DAG.getNode(ISD::EXTRACT_SUBVECTOR, Dl, in LowerSTORE() 6796 StoreNode->getValue(), DAG.getConstant(0, Dl, MVT::i64)); in LowerSTORE() 6798 DAG.getNode(ISD::EXTRACT_SUBVECTOR, Dl, in LowerSTORE() 6801 DAG.getConstant(EC.getKnownMinValue() / 2, Dl, MVT::i64)); in LowerSTORE() 6803 AArch64ISD::STNP, Dl, DAG.getVTList(MVT::Other), in LowerSTORE() 6817 SDValue Part = DAG.getNode(AArch64ISD::LS64_EXTRACT, Dl, MVT::i64, in LowerSTORE() 6818 Value, DAG.getConstant(i, Dl, MVT::i32)); in LowerSTORE() 6819 SDValue Ptr = DAG.getNode(ISD::ADD, Dl, PtrVT, Base, in LowerSTORE() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 9390 SDValue SelectionDAG::getPseudoProbeNode(const SDLoc &Dl, SDValue Chain, in getPseudoProbeNode() argument 9401 if (SDNode *E = FindNodeOrInsertPos(ID, Dl, IP)) in getPseudoProbeNode() 9405 Opcode, Dl.getIROrder(), Dl.getDebugLoc(), VTs, Guid, Index, Attr); in getPseudoProbeNode()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 10224 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands() local 10225 PrintDylibCommand(Dl, Command.Ptr); in PrintLoadCommands()
|
| /freebsd/share/termcap/ |
| H A D | termcap | 3060 :so=\Eh:se=\Er:us=\Eu:ue=\Ev:al=\EI:Al=\E+%+ :dl=\ED:Dl=\E-%+ :\
|