Searched refs:isNop (Results 1 - 17 of 17) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DLocalOptimizations.cpp102 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) continu
[all...]
H A DGlobalOptimizations.cpp44 thisLIR->flags.isNop = true;
H A DArchUtility.cpp372 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)) {
H A DArmLIR.h770 bool isNop:1; // LIR is optimized away member in struct:ArmLIR::__anon54
H A DAssemble.cpp953 if (lir->flags.isNop) {
1380 if (armLIR->opcode >= 0 && !armLIR->flags.isNop) {
H A DCodegenDriver.cpp252 if (!thisLIR->flags.isNop && thisLIR->flags.insertWrapper) {
/dalvik/vm/compiler/codegen/mips/
H A DLocalOptimizations.cpp102 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) continu
[all...]
H A DGlobalOptimizations.cpp34 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
[all...]
H A DArchUtility.cpp294 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)) {
H A DMipsLIR.h608 bool isNop:1; // LIR is optimized away member in struct:MipsLIR::__anon61
H A DAssemble.cpp448 if (lir->flags.isNop) {
760 if (mipsLIR->opcode >= 0 && !mipsLIR->flags.isNop) {
H A DRallocUtil.cpp517 ((MipsLIR *)p)->flags.isNop = true;
H A DCodegenDriver.cpp318 if (!thisLIR->flags.isNop && thisLIR->flags.insertWrapper) {
/dalvik/vm/compiler/codegen/mips/Mips32/
H A DFactory.cpp52 res->flags.isNop = true;
851 res->flags.isNop = true;
/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp1198 res->flags.isNop = true;
1239 res->flags.isNop = true;
/dalvik/vm/compiler/codegen/
H A DRallocUtil.cpp451 ((ArmLIR *)p)->flags.isNop = true;
/dalvik/vm/compiler/codegen/arm/Thumb/
H A DFactory.cpp858 res->flags.isNop = true;

Completed in 112 milliseconds