Home
last modified time | relevance | path

Searched refs:Edit (Results 1 – 25 of 176) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp376 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 …]
DInlineSpiller.cpp172 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/
DIceParseTypesTest.cpp78 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/
DNucleus.hpp99 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);
DCoroutine.hpp142 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/
Dedit.js32 class Edit extends BaseCommand { class
76 module.exports = Edit
/third_party/libsnd/docs/
Dnew_file_type_howto.md42 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/
Dtest190344 # This file was generated by libcurl! Edit at your own risk.
56 # This file was generated by libcurl! Edit at your own risk.
Dtest166020 # This file was generated by libcurl! Edit at your own risk.
77 # This file was generated by libcurl! Edit at your own risk.
Dtest116150 # This file was generated by libcurl! Edit at your own risk.
Dtest115550 # This file was generated by libcurl! Edit at your own risk.
Dtest17235 # This file was generated by libcurl! Edit at your own risk.
Dtest97758 # This file was generated by libcurl! Edit at your own risk.
Dtest7351 # This file was generated by libcurl! Edit at your own risk.
Dtest190554 # This file was generated by libcurl! Edit at your own risk.
/third_party/icu/icu4c/source/samples/legacy/
DREADME33 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/
DREADME33 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/
Dmaking-metadata-changes.md18 ### Edit the data
20 Edit the appropriate files:
/third_party/skia/modules/canvaskit/
DREADME.md128 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/
DREADME9 Edit makefile if required, to find your X library and include files,
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
Dmain.mm126 …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/
DPULL_REQUEST_TEMPLATE.md5 - \[ ] 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/
Dmain.mm134 …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/
Dreadme.txt17 Edit the Makefile to have the correct directories for your ICU sources and build
/third_party/skia/third_party/externals/angle2/include/GLES/
DREADME.md9 1. Edit `OpenGL-Registry/xml/genheaders.py`:

12345678