Home
last modified time | relevance | path

Searched refs:IS_LOAD (Results 1 – 9 of 9) sorted by relevance

/dalvik/vm/compiler/codegen/mips/
DLocalOptimizations.cpp104 !(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()
DCodegenCommon.cpp40 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()
DGlobalOptimizations.cpp285 isLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD; in delaySlotLIR()
346 int isLoad = flags & IS_LOAD; in delaySlotLIR()
DAssemble.cpp177 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,
DMipsLIR.h519 #define IS_LOAD (1 << kMemLoad) macro
/dalvik/vm/compiler/codegen/arm/
DLocalOptimizations.cpp104 !(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()
DAssemble.cpp217 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 …]
DCodegenCommon.cpp39 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()
DArmLIR.h673 #define IS_LOAD (1 << kMemLoad) macro