Searched refs:Writers (Results 1 – 25 of 37) sorted by relevance
12
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | GlobalsModRef.cpp | 181 std::vector<Function*> &Writers, 203 std::vector<Function*> Readers, Writers; in AnalyzeGlobals() local 206 if (!AnalyzeUsesOfPointer(I, Readers, Writers)) { in AnalyzeGlobals() 211 Readers.clear(); Writers.clear(); in AnalyzeGlobals() 217 if (!AnalyzeUsesOfPointer(I, Readers, Writers)) { in AnalyzeGlobals() 225 for (unsigned i = 0, e = Writers.size(); i != e; ++i) in AnalyzeGlobals() 226 FunctionInfo[Writers[i]].GlobalInfo[I] |= Mod; in AnalyzeGlobals() 234 Readers.clear(); Writers.clear(); in AnalyzeGlobals() 246 std::vector<Function*> &Writers, in AnalyzeUsesOfPointer() argument 256 Writers.push_back(SI->getParent()->getParent()); in AnalyzeUsesOfPointer() [all …]
|
/external/clang/include/clang/Frontend/ |
D | PCHContainerOperations.h | 93 llvm::StringMap<std::unique_ptr<PCHContainerWriter>> Writers; variable 100 Writers[Writer->getFormat()] = std::move(Writer); in registerWriter() 106 return Writers[Format].get(); in getWriterOrNull()
|
/external/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 285 SmallPtrSet<Function *, 16> Readers, Writers; in AnalyzeGlobals() local 289 GV.isConstant() ? nullptr : &Writers)) { in AnalyzeGlobals() 304 for (Function *Writer : Writers) { in AnalyzeGlobals() 319 Writers.clear(); in AnalyzeGlobals() 331 SmallPtrSetImpl<Function *> *Writers, in AnalyzeUsesOfPointer() argument 343 if (Writers) in AnalyzeUsesOfPointer() 344 Writers->insert(SI->getParent()->getParent()); in AnalyzeUsesOfPointer() 349 if (AnalyzeUsesOfPointer(I, Readers, Writers)) in AnalyzeUsesOfPointer() 352 if (AnalyzeUsesOfPointer(I, Readers, Writers, OkayStoreDest)) in AnalyzeUsesOfPointer() 360 if (Writers) in AnalyzeUsesOfPointer() [all …]
|
/external/fio/examples/ |
D | netio_multicast.fio | 1 # netio UDP multicast example. Writers and readers can be run on separate hosts.
|
/external/llvm/include/llvm/Analysis/ |
D | GlobalsModRef.h | 110 SmallPtrSetImpl<Function *> *Writers = nullptr,
|
/external/clang/ |
D | RenderScriptPrebuilts.md | 54 updating the various snapshots of Bitcode Readers/Writers.
|
/external/llvm/docs/ |
D | CompilerWriterInfo.rst | 2 Architecture & Platform Information for Compiler Writers
|
/external/libexif/po/ |
D | en_GB.po | 3915 "files must be recorded in conformance to the Exif audio format. Writers are " 3937 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | en_AU.po | 3915 "files must be recorded in conformance to the Exif audio format. Writers are " 3937 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | libexif-12.pot | 3598 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | en_CA.po | 3647 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | sr.po | 3788 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | uk.po | 3601 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | be.po | 3602 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | ru.po | 3769 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | ja.po | 3613 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | zh_CN.po | 3602 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | tr.po | 3602 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | sq.po | 3602 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | pt.po | 3602 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | sv.po | 3666 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | fr.po | 3888 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | pt_BR.po | 3625 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | cs.po | 3714 "files must be recorded in conformance to the Exif audio format. Writers are "
|
D | da.po | 3982 "files must be recorded in conformance to the Exif audio format. Writers are "
|
12