| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalDCE.cpp | 342 for (GlobalIFunc &GIF : M.ifuncs()) { in run() 343 Changed |= RemoveUnusedGlobalValue(GIF); in run() 345 if (!GIF.isDiscardableIfUnused()) in run() 346 MarkLive(GIF); in run() 348 UpdateGVDependencies(GIF); in run() 397 for (GlobalIFunc &GIF : M.ifuncs()) in run() 398 if (!AliveGlobals.count(&GIF)) { in run() 399 DeadIFuncs.push_back(&GIF); in run() 400 GIF.setResolver(nullptr); in run() 433 for (GlobalIFunc *GIF : DeadIFuncs) in run() [all …]
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | README.hfs_magic | 13 e.g magic entry for a GIF file: 17 # GIF image 33 Just the "8BIM" "GIFf" will be used whatever the type of GIF file it is.
|
| H A D | magic | 16 # GIF
|
| /netbsd-src/external/gpl2/mkhybrid/dist/libfile/ |
| H A D | README | 14 e.g magic entry for a GIF file: 18 # GIF image 34 Just the "8BIM" "GIFf" will be used whatever the type of GIF file it is.
|
| /netbsd-src/sys/rump/net/lib/libgif/ |
| H A D | GIF.ioconf | 1 # $NetBSD: GIF.ioconf,v 1.1 2015/11/04 23:57:06 knakahara Exp $
|
| H A D | Makefile | 10 IOCONF= GIF.ioconf
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SplitModule.cpp | 259 for (GlobalIFunc &GIF : M.ifuncs()) in SplitModule() 260 externalize(&GIF); in SplitModule()
|
| /netbsd-src/share/i18n/csmapper/KOI/ |
| H A D | KOI8-C%UCS.src | 18 # KOI8-C GIF Image 20 # http://sensi.org/locale/bin00007.bin(KOI8C.GIF)
|
| H A D | UCS%KOI8-C.src | 16 # KOI8-C GIF Image
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | ValueEnumerator.cpp | 381 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local 382 EnumerateValue(&GIF); in ValueEnumerator() 400 for (const GlobalIFunc &GIF : M.ifuncs()) in ValueEnumerator() local 401 EnumerateValue(GIF.getResolver()); in ValueEnumerator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Module.cpp | 543 for (GlobalIFunc &GIF : ifuncs()) in dropAllReferences() 544 GIF.dropAllReferences(); in dropAllReferences()
|
| H A D | Core.cpp | 2590 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetNextGlobalIFunc() local 2591 Module::ifunc_iterator I(GIF); in LLVMGetNextGlobalIFunc() 2592 if (++I == GIF->getParent()->ifunc_end()) in LLVMGetNextGlobalIFunc() 2598 GlobalIFunc *GIF = unwrap<GlobalIFunc>(IFunc); in LLVMGetPreviousGlobalIFunc() local 2599 Module::ifunc_iterator I(GIF); in LLVMGetPreviousGlobalIFunc() 2600 if (I == GIF->getParent()->ifunc_begin()) in LLVMGetPreviousGlobalIFunc()
|
| H A D | AsmWriter.cpp | 935 if (const GlobalIFunc *GIF = dyn_cast<GlobalIFunc>(V)) in createSlotTracker() local 936 return new SlotTracker(GIF->getParent()); in createSlotTracker()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | acorn | 83 # compression mode y (0 - 4) for GIF LZW with a maximum n bits
|
| H A D | macintosh | 245 >0 string GIFf GIF image
|
| H A D | images | 472 # PNG [Portable Network Graphics, or "PNG's Not GIF"] images 508 # possible GIF replacements; none yet released! 511 # GRR 950115: this was mine ("Zip GIF"): 512 0 string GIF94z ZIF image (GIF+deflate alpha) 517 0 string FGF95a FGF image (GIF+deflate beta) 526 # GIF 528 0 string GIF8 GIF image data
|
| H A D | archive | 31 # and for name extension case insensitive like: PNG JPG JPEG TIF TIFF GIF BMP
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3441 llvm::GlobalIFunc *GIF = llvm::GlobalIFunc::create( in GetOrCreateMultiVersionResolver() local 3443 GIF->setName(ResolverName); in GetOrCreateMultiVersionResolver() 3444 SetCommonAttributes(FD, GIF); in GetOrCreateMultiVersionResolver() 3446 return GIF; in GetOrCreateMultiVersionResolver() 4959 llvm::GlobalIFunc *GIF = in emitIFuncDefinition() local 4963 if (GIF->getResolver() == Entry) { in emitIFuncDefinition() 4976 GIF->takeName(Entry); in emitIFuncDefinition() 4978 Entry->replaceAllUsesWith(llvm::ConstantExpr::getBitCast(GIF, in emitIFuncDefinition() 4982 GIF->setName(MangledName); in emitIFuncDefinition() 4984 SetCommonAttributes(GD, GIF); in emitIFuncDefinition()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LibFuzzer.rst | 106 library the initial corpus might hold a variety of different small PNG/JPG/GIF
|
| /netbsd-src/share/misc/ |
| H A D | acronyms.comp | 676 GIF graphics interchange format
|
| H A D | airport | 2574 GIF:Winter Haven (Gilbert Airport), FL, USA
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ChangeLog | 28 "we can and will include support for displaying GIF files in GNU
|
| /netbsd-src/external/gpl2/texinfo/dist/doc/ |
| H A D | texinfo.txi | 9317 @cindex GIF images, unsupported due to patents 9323 either, it complains. (We cannot support GIF format directly due to
|
| /netbsd-src/external/gpl3/autoconf/dist/ |
| H A D | ChangeLog.3 | 10674 * doc/texinfo.tex (Image Syntax): don't mention GIF any more.
|