Searched refs:DFI (Results 1 – 12 of 12) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A 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()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A 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()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PrologEpilogInserter.cpp | 1165 for (auto DFI = df_ext_begin(&MF, Reachable), DFE = df_ext_end(&MF, Reachable); in replaceFrameIndices() local 1166 DFI != DFE; ++DFI) { in replaceFrameIndices() 1169 if (DFI.getPathLength() >= 2) { in replaceFrameIndices() 1170 MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in replaceFrameIndices() 1175 MachineBasicBlock *BB = *DFI; in replaceFrameIndices()
|
H A D | MachineVerifier.cpp | 3132 DFI = df_ext_begin(MF, Reachable), DFE = df_ext_end(MF, Reachable); in verifyStackFrame() local 3133 DFI != DFE; ++DFI) { in verifyStackFrame() 3134 const MachineBasicBlock *MBB = *DFI; in verifyStackFrame() 3138 if (DFI.getPathLength() >= 2) { in verifyStackFrame() 3139 const MachineBasicBlock *StackPred = DFI.getPath(DFI.getPathLength() - 2); in verifyStackFrame()
|
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | imx6dl-dfi-fs700-m60.dts | 15 model = "DFI FS700-M60-6DL i.MX6dl Q7 Board";
|
H A D | imx6q-dfi-fs700-m60.dts | 15 model = "DFI FS700-M60-6QD i.MX6qd Q7 Board";
|
/netbsd/external/bsd/file/dist/magic/magdir/ |
H A D | c64 | 146 >>0x17 byte 0 DFI Image
|
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 4590 if (auto *DFI = Tmpl->getDefaultedFunctionInfo()) { in SubstDefaultedFunction() local 4592 Lookups.reserve(DFI->getUnqualifiedLookups().size()); in SubstDefaultedFunction() 4594 for (DeclAccessPair DA : DFI->getUnqualifiedLookups()) { in SubstDefaultedFunction() 4608 : DFI); in SubstDefaultedFunction()
|
H A D | SemaOverload.cpp | 11296 static unsigned RankDeductionFailure(const DeductionFailureInfo &DFI) { in RankDeductionFailure() argument 11297 switch ((Sema::TemplateDeductionResult)DFI.Result) { in RankDeductionFailure()
|
/netbsd/sys/dev/pci/ |
H A D | pcidevs | 164 vendor DFI 0x106e DFI
|
/netbsd/share/misc/ |
H A D | airport | 1727 DFI:Defiance Memorial Airport, OH, USA
|
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 28503 * toplev.c (compile_file): Cast enum DFI to int.
|