OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNop
(Results
1 - 25
of
31
) sorted by null
1
2
/dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp
102
if ((thisLIR->flags.
isNop
== true) ||
138
if (checkLIR->flags.
isNop
) continue;
170
checkLIR->flags.
isNop
= true;
194
checkLIR->flags.
isNop
= true;
208
thisLIR->flags.
isNop
= true;
226
} else if (checkLIR->flags.
isNop
) {
257
thisLIR->flags.
isNop
= true;
260
} else if (!checkLIR->flags.
isNop
) {
291
if ((thisLIR->flags.
isNop
== true) ||
325
if (checkLIR->flags.
isNop
) continue
[
all
...]
GlobalOptimizations.cpp
44
thisLIR->flags.
isNop
= true;
ArchUtility.cpp
372
if (lir->flags.
isNop
&& !dumpNop) {
381
lir->flags.
isNop
? "(nop)" : "");
385
if (lir->useMask && (!lir->flags.
isNop
|| dumpNop)) {
389
if (lir->defMask && (!lir->flags.
isNop
|| dumpNop)) {
ArmLIR.h
[
all
...]
Assemble.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp
102
if ((thisLIR->flags.
isNop
== true) ||
138
if (checkLIR->flags.
isNop
) continue;
170
checkLIR->flags.
isNop
= true;
194
checkLIR->flags.
isNop
= true;
208
thisLIR->flags.
isNop
= true;
226
} else if (checkLIR->flags.
isNop
) {
257
thisLIR->flags.
isNop
= true;
260
} else if (!checkLIR->flags.
isNop
) {
291
if ((thisLIR->flags.
isNop
== true) ||
325
if (checkLIR->flags.
isNop
) continue
[
all
...]
GlobalOptimizations.cpp
34
if (!thisLIR->flags.
isNop
&& thisLIR->opcode == kMipsB) {
44
thisLIR->flags.
isNop
= true;
74
if (thisLIR->flags.
isNop
|| thisLIR->opcode != kMipsMove)
88
if (nextLIR->flags.
isNop
|| nextLIR->opcode == kMips32BitData)
178
thisLIR->flags.
isNop
= true;
195
if (thisLIR->flags.
isNop
)
219
thisLIR->flags.
isNop
= true;
230
movsLIR->flags.
isNop
= true;
266
if (thisLIR->flags.
isNop
)
295
thisLIR->flags.
isNop
= true
[
all
...]
ArchUtility.cpp
294
if (lir->flags.
isNop
&& !dumpNop) {
303
lir->flags.
isNop
? "(nop)" : "");
307
if (lir->useMask && (!lir->flags.
isNop
|| dumpNop)) {
311
if (lir->defMask && (!lir->flags.
isNop
|| dumpNop)) {
MipsLIR.h
608
bool
isNop
:1; // LIR is optimized away
Assemble.cpp
448
if (lir->flags.
isNop
) {
[
all
...]
RallocUtil.cpp
517
((MipsLIR *)p)->flags.
isNop
= true;
[
all
...]
/frameworks/base/core/java/android/view/
MagnificationSpec.java
50
public boolean
isNop
() {
AccessibilityInteractionController.java
692
return (appScale != 1.0f || (spec != null && !spec.
isNop
()));
[
all
...]
/dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp
52
res->flags.
isNop
= true;
851
res->flags.
isNop
= true;
/dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp
455
if (!i->
isNop
())
561
if (i->
isNop
()) {
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp
455
if (!i->
isNop
())
561
if (i->
isNop
()) {
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp
34
Instruction::
isNop
() const
[
all
...]
nv50_ir.h
656
bool
isNop
() const;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_peephole.cpp
34
Instruction::
isNop
() const
[
all
...]
nv50_ir.h
656
bool
isNop
() const;
/frameworks/base/services/java/com/android/server/wm/
WindowStateAnimator.java
[
all
...]
DisplayMagnifier.java
218
if (spec != null && !spec.
isNop
()) {
/dalvik/vm/compiler/codegen/
RallocUtil.cpp
451
((ArmLIR *)p)->flags.
isNop
= true;
/dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp
858
res->flags.
isNop
= true;
Completed in 897 milliseconds
1
2