Searched refs:DFI (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | DominanceFrontierImpl.h | 111 const_iterator DFI = find(Node); in compare() local 112 if (DFI == end()) in compare() 115 if (compareDomSet(I->second, DFI->second)) in compare()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | GuardWidening.cpp | 295 for (auto DFI = df_begin(Root), DFE = df_end(Root); in run() local 296 DFI != DFE; ++DFI) { in run() 297 auto *BB = (*DFI)->getBlock(); in run() 308 Changed |= eliminateInstrViaWidening(II, DFI, GuardsInBlock); in run()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | PrologEpilogInserter.cpp | 1171 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() local 1172 DFI != DFE; ++DFI) { in replaceFrameIndices() 1175 if (DFI.getPathLength() >= 2) { in replaceFrameIndices() 1176 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices() 1181 MachineBasicBlock *BB = *DFI; in replaceFrameIndices()
|
| D | MachineVerifier.cpp | 3154 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local 3155 DFI != DFE; ++DFI) { in verifyStackFrame() 3156 const MachineBasicBlock *MBB = *DFI; in verifyStackFrame() 3160 if (DFI.getPathLength() >= 2) { in verifyStackFrame() 3161 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | imx6dl-dfi-fs700-m60.dts | 15 model = "DFI FS700-M60-6DL i.MX6dl Q7 Board";
|
| D | imx6q-dfi-fs700-m60.dts | 15 model = "DFI FS700-M60-6QD i.MX6qd Q7 Board";
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | c64 | 146 >>0x17 byte 0 DFI Image
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaTemplateInstantiateDecl.cpp | 4714 if (auto *DFI = Tmpl->getDefaultedFunctionInfo()) { in SubstDefaultedFunction() local 4716 Lookups.reserve(DFI->getUnqualifiedLookups().size()); in SubstDefaultedFunction() 4718 for (DeclAccessPair DA : DFI->getUnqualifiedLookups()) { in SubstDefaultedFunction() 4732 : DFI); in SubstDefaultedFunction()
|
| D | SemaOverload.cpp | 11313 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure() argument 11314 switch ((Sema::TemplateDeductionResult)DFI.Result) { in RankDeductionFailure()
|
| /freebsd-12-stable/share/misc/ |
| D | pci_vendors | 5823 15bd 1001 DFI 661FX motherboard 6902 106e DFI, Inc 13145 1106 3227 DFI KT600-AL / Soltek SL-B9D-FGR Motherboard 14963 15bd 1003 Marvell 88E8053 Gigabit Ethernet Controller (DFI) 20213 15bd DFI Inc
|
| /freebsd-12-stable/contrib/gcc/ |
| D | ChangeLog-2001 | 28503 * toplev.c (compile_file): Cast enum DFI to int.
|