| /freebsd-12-stable/contrib/gcc/ |
| D | df.h | 378 #define DF_SCAN_BB_INFO(DF, BB) (df_scan_get_bb_info((DF)->problems_by_index[DF_SCAN],(BB)->index)) argument 379 #define DF_RU_BB_INFO(DF, BB) (df_ru_get_bb_info((DF)->problems_by_index[DF_RU],(BB)->index)) argument 380 #define DF_RD_BB_INFO(DF, BB) (df_rd_get_bb_info((DF)->problems_by_index[DF_RD],(BB)->index)) argument 381 #define DF_LR_BB_INFO(DF, BB) (df_lr_get_bb_info((DF)->problems_by_index[DF_LR],(BB)->index)) argument 382 #define DF_UR_BB_INFO(DF, BB) (df_ur_get_bb_info((DF)->problems_by_index[DF_UR],(BB)->index)) argument 383 #define DF_UREC_BB_INFO(DF, BB) (df_urec_get_bb_info((DF)->problems_by_index[DF_UREC],(BB)->index)) argument 388 #define DF_LIVE_IN(DF, BB) (DF_UR_BB_INFO(DF, BB)->in) argument 389 #define DF_LIVE_OUT(DF, BB) (DF_UR_BB_INFO(DF, BB)->out) argument 393 #define DF_RA_LIVE_IN(DF, BB) (DF_UREC_BB_INFO(DF, BB)->in) argument 394 #define DF_RA_LIVE_OUT(DF, BB) (DF_UREC_BB_INFO(DF, BB)->out) argument [all …]
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | fpa.md | 113 [(set (match_operand:DF 0 "s_register_operand" "=f,f") 114 (plus:DF (match_operand:DF 1 "s_register_operand" "%f,f") 115 (match_operand:DF 2 "arm_float_add_operand" "fG,H")))] 125 [(set (match_operand:DF 0 "s_register_operand" "=f,f") 126 (plus:DF (float_extend:DF 128 (match_operand:DF 2 "arm_float_add_operand" "fG,H")))] 138 [(set (match_operand:DF 0 "s_register_operand" "=f") 139 (plus:DF (match_operand:DF 1 "s_register_operand" "f") 140 (float_extend:DF 149 [(set (match_operand:DF 0 "s_register_operand" "=f") [all …]
|
| D | vfp.md | 212 [(set (match_operand:DF 0 "nonimmediate_soft_df_operand" "=w,?r,r, m,w ,Uv,w,r") 213 (match_operand:DF 1 "soft_df_operand" " ?r,w,mF,r,UvF,w, w,r"))] 273 [(set (match_operand:DF 0 "s_register_operand" "=w,w,w,w,w,w,?r,?r,?r") 274 (if_then_else:DF 277 (match_operand:DF 1 "s_register_operand" "0,w,w,0,?r,?r,0,w,w") 278 (match_operand:DF 2 "s_register_operand" "w,0,w,?r,0,?r,w,0,w")))] 308 [(set (match_operand:DF 0 "s_register_operand" "=w") 309 (abs:DF (match_operand:DF 1 "s_register_operand" "w")))] 328 [(set (match_operand:DF 0 "s_register_operand" "=w,?r,?r") 329 (neg:DF (match_operand:DF 1 "s_register_operand" "w,0,r")))] [all …]
|
| D | cirrus.md | 64 [(set (match_operand:DF 0 "cirrus_fp_register" "=v") 65 (plus:DF (match_operand:DF 1 "cirrus_fp_register" "v") 66 (match_operand:DF 2 "cirrus_fp_register" "v")))] 104 [(set (match_operand:DF 0 "cirrus_fp_register" "=v") 105 (minus:DF (match_operand:DF 1 "cirrus_fp_register" "v") 106 (match_operand:DF 2 "cirrus_fp_register" "v")))] 169 [(set (match_operand:DF 0 "cirrus_fp_register" "=v") 170 (mult:DF (match_operand:DF 1 "cirrus_fp_register" "v") 171 (match_operand:DF 2 "cirrus_fp_register" "v")))] 267 [(set (match_operand:DF 0 "cirrus_fp_register" "=v") [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 121 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups() 123 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups() 225 MCDataFragment *DF = getOrCreateDataFragment(); in emitValueImpl() local 226 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl() 241 DF->getFixups().push_back( in emitValueImpl() 242 MCFixup::create(DF->getContents().size(), Value, in emitValueImpl() 244 DF->getContents().resize(DF->getContents().size() + Size, 0); in emitValueImpl() 294 auto *DF = dyn_cast_or_null<MCDataFragment>(F); in emitLabelAtPos() local 296 if (DF) { in emitLabelAtPos() 592 MCDataFragment *DF = getOrCreateDataFragment(); in emitBytes() local [all …]
|
| D | MCWinCOFFStreamer.cpp | 53 MCDataFragment *DF = getOrCreateDataFragment(); in emitInstToData() local 62 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); in emitInstToData() 63 DF->getFixups().push_back(Fixups[i]); in emitInstToData() 65 DF->setHasInstructions(STI); in emitInstToData() 66 DF->getContents().append(Code.begin(), Code.end()); in emitInstToData() 220 MCDataFragment *DF = getOrCreateDataFragment(); in EmitCOFFSectionIndex() local 222 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2); in EmitCOFFSectionIndex() 223 DF->getFixups().push_back(Fixup); in EmitCOFFSectionIndex() 224 DF->getContents().resize(DF->getContents().size() + 2, 0); in EmitCOFFSectionIndex() 230 MCDataFragment *DF = getOrCreateDataFragment(); in EmitCOFFSecRel32() local [all …]
|
| D | MCWasmStreamer.cpp | 39 void MCWasmStreamer::mergeFragment(MCDataFragment *DF, MCDataFragment *EF) { in mergeFragment() argument 40 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment() 44 DF->getContents().size()); in mergeFragment() 45 DF->getFixups().push_back(EF->getFixups()[I]); in mergeFragment() 47 if (DF->getSubtargetInfo() == nullptr && EF->getSubtargetInfo()) in mergeFragment() 48 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment() 49 DF->getContents().append(EF->getContents().begin(), EF->getContents().end()); in mergeFragment() 171 MCDataFragment *DF = getOrCreateDataFragment(); in emitInstToData() local 175 Fixups[I].setOffset(Fixups[I].getOffset() + DF->getContents().size()); in emitInstToData() 176 DF->getFixups().push_back(Fixups[I]); in emitInstToData() [all …]
|
| D | MCELFStreamer.cpp | 53 void MCELFStreamer::mergeFragment(MCDataFragment *DF, in mergeFragment() argument 64 Assembler, EF, DF->getContents().size(), FSize); in mergeFragment() 75 DF->getContents().append(Code.begin(), Code.end()); in mergeFragment() 79 flushPendingLabels(DF, DF->getContents().size()); in mergeFragment() 83 DF->getContents().size()); in mergeFragment() 84 DF->getFixups().push_back(EF->getFixups()[i]); in mergeFragment() 86 if (DF->getSubtargetInfo() == nullptr && EF->getSubtargetInfo()) in mergeFragment() 87 DF->setHasInstructions(*EF->getSubtargetInfo()); in mergeFragment() 88 DF->getContents().append(EF->getContents().begin(), EF->getContents().end()); in mergeFragment() 569 MCDataFragment *DF; in emitInstToData() local [all …]
|
| D | MCAssembler.cpp | 193 const MCFixup &Fixup, const MCFragment *DF, in evaluateFixup() argument 225 return getBackend().evaluateTargetFixup(*this, Layout, Fixup, DF, Target, in evaluateFixup() 246 *this, SA, *DF, false, true); in evaluateFixup() 272 uint32_t Offset = Layout.getFragmentOffset(DF) + Fixup.getOffset(); in evaluateFixup() 738 const MCDataFragment &DF = cast<MCDataFragment>(F); in writeSectionData() local 739 if (DF.fixup_begin() != DF.fixup_end()) in writeSectionData() 743 for (unsigned i = 0, e = DF.getContents().size(); i != e; ++i) in writeSectionData() 744 if (DF.getContents()[i]) { in writeSectionData() 873 MCDataFragment &DF = cast<MCDataFragment>(Frag); in layout() local 874 Fixups = DF.getFixups(); in layout() [all …]
|
| D | MCXCOFFStreamer.cpp | 107 MCDataFragment *DF = getOrCreateDataFragment(&STI); in emitInstToData() local 108 const size_t ContentsSize = DF->getContents().size(); in emitInstToData() 109 auto &DataFragmentFixups = DF->getFixups(); in emitInstToData() 115 DF->setHasInstructions(STI); in emitInstToData() 116 DF->getContents().append(Code.begin(), Code.end()); in emitInstToData()
|
| /freebsd-12-stable/contrib/netbsd-tests/ipf/input/ |
| D | f13 | 2 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF,FO=0 SYN 17 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 SYN 22 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0 27 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 SYN 32 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0 76 # 2.1.1.1,25 -> 1.1.1.1,1014 TTL=63 TCP DF SYN-ACK 81 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK (OOW) 86 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK (out-of-order) 91 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF ACK
|
| D | f12 | 1 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF SYN 6 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF ACK 11 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 ACK 16 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0 21 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 ACK 26 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0
|
| D | ni14 | 1 …13.1.1511 > 192.168.113.3.1723: S 2884651685:2884651685(0) win 64240 <mss 1460,nop,nop,sackOK> (DF) 7 …13.3.1723 > 192.168.113.1.1511: S 2774821082:2774821082(0) ack 2884651686 win 32768 <mss 1460> (DF) 13 … FRAME_CAP(A) BEARER_CAP(A) MAX_CHAN(0) FIRM_REV(2600) HOSTNAME() VENDOR(Microsoft Windows NT) (DF) 29 …(1) ERR_CODE(0) FRAME_CAP() BEARER_CAP() MAX_CHAN(1) FIRM_REV(1) HOSTNAME(local) VENDOR(linux) (DF) 45 …EARER_TYPE(Any) FRAME_TYPE(E) RECV_WIN(64) PROC_DELAY(0) PHONE_NO_LEN(0) PHONE_NO() SUB_ADDR() (DF) 61 …E(1) ERR_CODE(0) CAUSE_CODE(0) CONN_SPEED(100000000) RECV_WIN(64) PROC_DELAY(0) PHY_CHAN_ID(0) (DF) 69 …9 win 64052: pptp CTRL_MSGTYPE=SLI PEER_CALL_ID(0) SEND_ACCM(0xffffffff) RECV_ACCM(0xffffffff) (DF) 88 # 23:18:36.518426 192.168.113.3.1723 > 192.168.113.1.1511: . ack 349 win 33580 (DF) 135 …9 win 64052: pptp CTRL_MSGTYPE=SLI PEER_CALL_ID(0) SEND_ACCM(0x00000000) RECV_ACCM(0xffffffff) (DF)
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | DominanceFrontier.cpp | 40 : FunctionPass(ID), DF() { in INITIALIZE_PASS_DEPENDENCY() 45 DF.releaseMemory(); in releaseMemory() 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction() 60 DF.print(OS); in print() 83 DominanceFrontier DF; in run() local 84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run() 85 return DF; in run()
|
| D | RegionInfo.cpp | 99 DF = DF_; in recalculate() 128 auto DF = &getAnalysis<DominanceFrontierWrapperPass>().getDominanceFrontier(); in runOnFunction() local 130 RI.recalculate(F, DT, PDT, DF); in runOnFunction() 191 auto *DF = &AM.getResult<DominanceFrontierAnalysis>(F); in run() local 193 RI.recalculate(F, DT, PDT, DF); in run()
|
| /freebsd-12-stable/contrib/googletest/googlemock/msvc/2010/ |
| D | gmock.sln | 8 …D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcxproj", "{E4EF614B-30DF-4954-8C53-580A0BF6B5… 34 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|Win32.ActiveCfg = Debug|Win32 35 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|Win32.Build.0 = Debug|Win32 36 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|x64.ActiveCfg = Debug|x64 37 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|x64.Build.0 = Debug|x64 38 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|Win32.ActiveCfg = Release|Win32 39 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|Win32.Build.0 = Release|Win32 40 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|x64.ActiveCfg = Release|x64 41 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|x64.Build.0 = Release|x64
|
| /freebsd-12-stable/contrib/googletest/googlemock/msvc/2015/ |
| D | gmock.sln | 8 …D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcxproj", "{E4EF614B-30DF-4954-8C53-580A0BF6B5… 34 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|Win32.ActiveCfg = Debug|Win32 35 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|Win32.Build.0 = Debug|Win32 36 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|x64.ActiveCfg = Debug|x64 37 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|x64.Build.0 = Debug|x64 38 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|Win32.ActiveCfg = Release|Win32 39 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|Win32.Build.0 = Release|Win32 40 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|x64.ActiveCfg = Release|x64 41 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|x64.Build.0 = Release|x64
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVMCExpr.cpp | 59 const auto *DF = dyn_cast_or_null<MCDataFragment>(AUIPCSymbol->getFragment()); in getPCRelHiFixup() local 61 if (!DF) in getPCRelHiFixup() 65 if (DF->getContents().size() == Offset) { in getPCRelHiFixup() 66 DF = dyn_cast_or_null<MCDataFragment>(DF->getNextNode()); in getPCRelHiFixup() 67 if (!DF) in getPCRelHiFixup() 72 for (const MCFixup &F : DF->getFixups()) { in getPCRelHiFixup() 84 *DFOut = DF; in getPCRelHiFixup()
|
| D | RISCVELFStreamer.cpp | 234 MCDataFragment *DF = getOrCreateDataFragment(); in emitValueImpl() local 235 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl() 241 DF->getFixups().push_back(MCFixup::create( in emitValueImpl() 242 DF->getContents().size(), A, static_cast<MCFixupKind>(Add), Loc)); in emitValueImpl() 243 DF->getFixups().push_back(MCFixup::create( in emitValueImpl() 244 DF->getContents().size(), B, static_cast<MCFixupKind>(Sub), Loc)); in emitValueImpl() 246 DF->getContents().resize(DF->getContents().size() + Size, 0); in emitValueImpl()
|
| D | RISCVAsmBackend.h | 55 const MCFixup &Fixup, const MCFragment *DF, 71 const MCRelaxableFragment *DF, in fixupNeedsRelaxation() argument 78 const MCRelaxableFragment *DF, 97 bool relaxDwarfLineAddr(MCDwarfLineAddrFragment &DF, MCAsmLayout &Layout, 99 bool relaxDwarfCFA(MCDwarfCallFrameFragment &DF, MCAsmLayout &Layout,
|
| D | RISCVAsmBackend.cpp | 143 const MCRelaxableFragment *DF, in fixupNeedsRelaxationAdvanced() argument 205 bool RISCVAsmBackend::relaxDwarfLineAddr(MCDwarfLineAddrFragment &DF, in relaxDwarfLineAddr() argument 210 int64_t LineDelta = DF.getLineDelta(); in relaxDwarfLineAddr() 211 const MCExpr &AddrDelta = DF.getAddrDelta(); in relaxDwarfLineAddr() 212 SmallVectorImpl<char> &Data = DF.getContents(); in relaxDwarfLineAddr() 213 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfLineAddr() 275 bool RISCVAsmBackend::relaxDwarfCFA(MCDwarfCallFrameFragment &DF, in relaxDwarfCFA() argument 279 const MCExpr &AddrDelta = DF.getAddrDelta(); in relaxDwarfCFA() 280 SmallVectorImpl<char> &Data = DF.getContents(); in relaxDwarfCFA() 281 SmallVectorImpl<MCFixup> &Fixups = DF.getFixups(); in relaxDwarfCFA() [all …]
|
| /freebsd-12-stable/contrib/googletest/googlemock/msvc/2005/ |
| D | gmock.sln | 8 …1D0-8D11-00A0C91BC942}") = "gmock_main", "gmock_main.vcproj", "{E4EF614B-30DF-4954-8C53-580A0BF6B5… 24 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|Win32.ActiveCfg = Debug|Win32 25 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Debug|Win32.Build.0 = Debug|Win32 26 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|Win32.ActiveCfg = Release|Win32 27 {E4EF614B-30DF-4954-8C53-580A0BF6B589}.Release|Win32.Build.0 = Release|Win32
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCAsmBackend.h | 115 const MCFixup &Fixup, const MCFragment *DF, in evaluateTargetFixup() argument 151 const MCRelaxableFragment *DF, 157 const MCRelaxableFragment *DF, 168 virtual bool relaxDwarfLineAddr(MCDwarfLineAddrFragment &DF, in relaxDwarfLineAddr() argument 173 virtual bool relaxDwarfCFA(MCDwarfCallFrameFragment &DF, MCAsmLayout &Layout, in relaxDwarfCFA() argument
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.md | 388 (define_mode_macro MODE [BI QI HI SI DI SF DF XF TI]) 404 (DF 424 (DF 444 (DF 464 (DF 471 …onstr [(BI "=*r") (QI "=r") (HI "=r") (SI "=r") (DI "=r,*f") (SF "=f,*r") (DF "=f,*r") (XF "=f") (… 472 …onstr [(BI "+*r") (QI "+r") (HI "+r") (SI "+r") (DI "+r,*f") (SF "+f,*r") (DF "+f,*r") (XF "+f") (… 473 (define_mode_attr chk_reg_constr [(BI "*r") (QI "r") (HI "r") (SI "r") (DI "r,*f") (SF "f,*r") (DF … 475 (define_mode_attr mem_constr [(BI "*m") (QI "m") (HI "m") (SI "m") (DI "m,Q") (SF "Q,m") (DF "Q,m")… 480 …d_prefix [(BI "gr") (QI "gr") (HI "gr") (SI "gr") (DI "grfr") (SF "grfr") (DF "grfr") (XF "fr") (T… [all …]
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.md | 222 "unknown,none,QI,HI,SI,DI,SF,DF,XF,TI,V4SF,V2DF,V2SF,V1DF" 288 (if_then_else (and (eq_attr "unit" "sse") (eq_attr "mode" "SF,DF")) 468 (define_mode_macro X87MODEF [SF DF XF]) 477 (define_mode_macro SSEMODEF [SF DF]) 830 (compare:CC (match_operand:DF 0 "cmp_fp_expander_operand" "") 831 (match_operand:DF 1 "cmp_fp_expander_operand" "")))] 875 (match_operand:DF 1 "" "") 876 (const_string "DF") 897 (match_operand:DF 1 "register_operand" "f") 898 (match_operand:DF 2 "nonimmediate_operand" "fm"))] [all …]
|