/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 376 Edit = &LRE; in reset() 391 Edit->anyRematerializable(nullptr); in reset() 427 auto &PS = getSubRangeForMask(S.LaneMask, Edit->getParent()); in addDeadDef() 462 assert(Edit->getParent().getVNInfoAt(Idx) == ParentVNI && "Bad Parent VNI"); in defValue() 463 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defValue() 506 addDeadDef(LIS.getInterval(Edit->get(RegIdx)), VNI, false); in forceRecompute() 553 LiveInterval &DestLI = LIS.getInterval(Edit->get(RegIdx)); in buildCopy() 633 LiveInterval *LI = &LIS.getInterval(Edit->get(RegIdx)); in defFromParent() 640 unsigned Original = VRM.getOriginal(Edit->get(RegIdx)); in defFromParent() 649 if (Edit->canRematerializeAt(RM, OrigVNI, UseIdx, true)) { in defFromParent() [all …]
|
D | InlineSpiller.cpp | 172 LiveRangeEdit *Edit; member in __anonc14622d90111::InlineSpiller 275 unsigned Reg = Edit->getReg(); in isSnippet() 319 unsigned Reg = Edit->getReg(); in collectRegsToSpill() 573 if (!Edit->canRematerializeAt(RM, OrigVNI, UseIdx, false)) { in reMaterializeFor() 591 Edit->markRematerialized(RM.ParentVNI); in reMaterializeFor() 605 unsigned NewVReg = Edit->createFrom(Original); in reMaterializeFor() 609 Edit->rematerializeAt(*MI.getParent(), MI, NewVReg, RM, TRI); in reMaterializeFor() 637 if (!Edit->anyRematerializable(AA)) in reMaterializeAll() 686 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill, AA); in reMaterializeAll() 697 Edit->eraseVirtReg(Reg); in reMaterializeAll() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/ |
D | IceParseTypesTest.cpp | 78 const uint64_t Edit[] = {FloatTypeIndex, NaClMungedBitcode::Replace, in TEST() local 84 EXPECT_FALSE(Munger.runTest(ARRAY(Edit))); in TEST() 94 const uint64_t Edit[] = { in TEST() local 101 EXPECT_FALSE(Munger.runTest(ARRAY(Edit))); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Nucleus.hpp | 99 class Edit class in rr::Config 102 Edit &set(Optimization::Level level) in set() 108 Edit &add(Optimization::Pass pass) in add() 113 Edit &remove(Optimization::Pass pass) in remove() 118 Edit &clearOptimizationPasses() in clearOptimizationPasses() 164 static void adjustDefaultConfig(const Config::Edit &cfgEdit); 167 std::shared_ptr<Routine> acquireRoutine(const char *name, const Config::Edit *cfgEdit = nullptr); 204 std::shared_ptr<Routine> acquireCoroutine(const char *name, const Config::Edit *cfg = nullptr);
|
D | Coroutine.hpp | 142 inline void finalize(const char *name = "coroutine", const Config::Edit *cfg = nullptr); 172 …rguments...)>::finalize(const char *name /*= "coroutine"*/, const Config::Edit *cfg /* = nullptr *… in finalize()
|
/third_party/node/deps/npm/lib/commands/ |
D | edit.js | 32 class Edit extends BaseCommand { class 76 module.exports = Edit
|
/third_party/libsnd/docs/ |
D | new_file_type_howto.md | 42 Edit the file src/Makefile.am and add the name of your file handler to the 58 Edit src/sndfile.h and find the enum containing the SF_FORMAT_XXX identifiers. 69 Edit src/sndfile.c and find the function guess_file_type (). This function 83 Edit src/sndfile.c and find the switch statement in psf_open_file (). It starts 106 Edit src/common.h, go to the bottom of the file and add something like
|
/third_party/curl/tests/data/ |
D | test1903 | 44 # This file was generated by libcurl! Edit at your own risk. 56 # This file was generated by libcurl! Edit at your own risk.
|
D | test1660 | 20 # This file was generated by libcurl! Edit at your own risk. 77 # This file was generated by libcurl! Edit at your own risk.
|
D | test1161 | 50 # This file was generated by libcurl! Edit at your own risk.
|
D | test1155 | 50 # This file was generated by libcurl! Edit at your own risk.
|
D | test172 | 35 # This file was generated by libcurl! Edit at your own risk.
|
D | test977 | 58 # This file was generated by libcurl! Edit at your own risk.
|
D | test73 | 51 # This file was generated by libcurl! Edit at your own risk.
|
D | test1905 | 54 # This file was generated by libcurl! Edit at your own risk.
|
/third_party/icu/icu4c/source/samples/legacy/ |
D | README | 33 Edit the include directory for oldcol.cpp so that it points to the include directory of ICU 1.8.1. 34 Edit the two library entries with path so that they point to .lib files for your version of ICU. 40 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…
|
/third_party/skia/third_party/externals/icu/source/samples/legacy/ |
D | README | 33 Edit the include directory for oldcol.cpp so that it points to the include directory of ICU 1.8.1. 34 Edit the two library entries with path so that they point to .lib files for your version of ICU. 40 Sample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…
|
/third_party/libphonenumber/ |
D | making-metadata-changes.md | 18 ### Edit the data 20 Edit the appropriate files:
|
/third_party/skia/modules/canvaskit/ |
D | README.md | 128 1. Edit `$SKIA_ROOT/infra/wasm-common/docker/emsdk-base/Dockerfile` to install 130 2. Edit `$SKIA_ROOT/infra/wasm-common/docker/Makefile` to have `EMSDK_VERSION` be 136 4. Edit `$SKIA_ROOT/infra/canvaskit/docker/canvaskit-emsdk/Dockerfile` to be based 139 5. Edit `$SKIA_ROOT/infra/canvaskit/docker/Makefile` to have the same version
|
/third_party/skia/third_party/externals/libpng/contrib/pngminim/preader/ |
D | README | 9 Edit makefile if required, to find your X library and include files,
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/ |
D | main.mm | 126 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos… 129 …ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f t… 130 … ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color
|
/third_party/rust/crates/libc/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 5 - \[ ] Edit corresponding file(s) under `libc-test/semver` when you add/remove item(s)
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/ |
D | main.mm | 134 …ImGui::Checkbox("Demo Window", &show_demo_window); // Edit bools storing our window open/clos… 137 …ImGui::SliderFloat("float", &f, 0.0f, 1.0f); // Edit 1 float using a slider from 0.0f t… 138 … ImGui::ColorEdit3("clear color", (float*)&clear_color); // Edit 3 floats representing a color
|
/third_party/icu/tools/unicode/c/genregexcasing/ |
D | readme.txt | 17 Edit the Makefile to have the correct directories for your ICU sources and build
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
D | README.md | 9 1. Edit `OpenGL-Registry/xml/genheaders.py`:
|