Searched refs:IS_LOAD (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/compiler/codegen/mips/ |
D | LocalOptimizations.cpp | 104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) { in applyLoadStoreElimination() 109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD; in applyLoadStoreElimination() 150 IS_LOAD; in applyLoadStoreElimination() 293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) { in applyLoadHoisting() 392 (EncodingMap[depLIR->opcode].flags & IS_LOAD)) { in applyLoadHoisting() 412 if (EncodingMap[curLIR->opcode].flags & IS_LOAD) continue; in applyLoadHoisting() 432 (EncodingMap[prevLIR->opcode].flags & IS_LOAD)) || in applyLoadHoisting()
|
D | CodegenCommon.cpp | 40 assert(EncodingMap[lir->opcode].flags & (IS_LOAD | IS_STORE)); in setMemRefType() 157 if (flags & (IS_LOAD | IS_STORE)) { in setupResourceMasks() 159 setMemRefType(lir, flags & IS_LOAD, kHeapRef); in setupResourceMasks()
|
D | GlobalOptimizations.cpp | 285 isLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD; in delaySlotLIR() 346 int isLoad = flags & IS_LOAD; in delaySlotLIR()
|
D | Assemble.cpp | 177 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 | IS_LOAD, 181 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 | IS_LOAD, 185 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 | IS_LOAD, 189 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 | IS_LOAD, 193 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 | IS_LOAD, 372 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 | IS_LOAD, 376 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 | IS_LOAD,
|
D | MipsLIR.h | 519 #define IS_LOAD (1 << kMemLoad) macro
|
/dalvik/vm/compiler/codegen/arm/ |
D | LocalOptimizations.cpp | 104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) { in applyLoadStoreElimination() 109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD; in applyLoadStoreElimination() 150 IS_LOAD; in applyLoadStoreElimination() 293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) { in applyLoadHoisting() 392 (EncodingMap[depLIR->opcode].flags & IS_LOAD)) { in applyLoadHoisting() 412 if (EncodingMap[curLIR->opcode].flags & IS_LOAD) continue; in applyLoadHoisting() 432 (EncodingMap[prevLIR->opcode].flags & IS_LOAD)) || in applyLoadHoisting()
|
D | Assemble.cpp | 217 IS_BINARY_OP | REG_DEF0_USE0 | REG_DEF_LIST1 | IS_LOAD, 221 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE1 | IS_LOAD, 225 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 | IS_LOAD, 230 | IS_LOAD, "ldr", "r!0d, [pc, #!1E]", 1), 234 | IS_LOAD, "ldr", "r!0d, [sp, #!2E]", 1), 237 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE1 | IS_LOAD, 241 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 | IS_LOAD, 245 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE1 | IS_LOAD, 249 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 | IS_LOAD, 253 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 | IS_LOAD, [all …]
|
D | CodegenCommon.cpp | 39 assert(EncodingMap[lir->opcode].flags & (IS_LOAD | IS_STORE)); in setMemRefType() 139 if (flags & (IS_LOAD | IS_STORE)) { in setupResourceMasks() 141 setMemRefType(lir, flags & IS_LOAD, kHeapRef); in setupResourceMasks()
|
D | ArmLIR.h | 675 #define IS_LOAD (1 << kMemLoad) macro
|