Home
last modified time | relevance | path

Searched refs:IsFoldable (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dmachine-operator-reducer.cc53 if (m.IsFoldable()) { // K & K => K in Reduce()
63 if (m.IsFoldable()) { // K | K => K in Reduce()
122 if (m.IsFoldable()) { // K ^ K => K in Reduce()
131 if (m.IsFoldable()) { // K << K => K in Reduce()
139 if (m.IsFoldable()) { // K >>> K => K in Reduce()
147 if (m.IsFoldable()) { // K >> K => K in Reduce()
155 if (m.IsFoldable()) { // K ror K => K in Reduce()
163 if (m.IsFoldable()) { // K == K => K in Reduce()
179 if (m.IsFoldable()) { // K + K => K in Reduce()
188 if (m.IsFoldable()) { // K - K => K in Reduce()
[all …]
Dnode-matchers.h120 bool IsFoldable() const { return left().HasValue() && right().HasValue(); } in IsFoldable() function
/external/chromium_org/v8/src/
Dhydrogen-instructions.cc3863 if (!IsFoldable(dominator)) { in GetFoldableDominator()
Dhydrogen-instructions.h5685 bool IsFoldable(HAllocate* allocate) { in IsFoldable() function