Home
last modified time | relevance | path

Searched refs:NEXT_LIR (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/compiler/codegen/mips/
DGlobalOptimizations.cpp31 thisLIR = NEXT_LIR(thisLIR)) { in applyRedundantBranchElimination()
38 nextLIR = NEXT_LIR(nextLIR); in applyRedundantBranchElimination()
72 thisLIR = NEXT_LIR(thisLIR)) { in applyCopyPropagation()
84 for (nextLIR = (MipsLIR *) NEXT_LIR(thisLIR); in applyCopyPropagation()
86 nextLIR = NEXT_LIR(nextLIR)) { in applyCopyPropagation()
194 thisLIR = NEXT_LIR(thisLIR)) { in mergeMovs()
313 targetLIR = NEXT_LIR(targetLIR)) { in delaySlotLIR()
322 branchLIR->generic.target = (LIR *) NEXT_LIR(targetLIR); in delaySlotLIR()
331 targetLIR = NEXT_LIR(targetLIR)) { in delaySlotLIR()
337 for (nextLIR = NEXT_LIR(branchLIR); in delaySlotLIR()
[all …]
DLocalOptimizations.cpp130 for (checkLIR = NEXT_LIR(thisLIR); in applyLoadStoreElimination()
132 checkLIR = NEXT_LIR(checkLIR)) { in applyLoadStoreElimination()
286 for (thisLIR = NEXT_LIR(headLIR); in applyLoadHoisting()
288 thisLIR = NEXT_LIR(thisLIR)) { in applyLoadHoisting()
DArchUtility.cpp128 int offset_2 = NEXT_LIR(lir)->operands[0]; in buildInsnString()
DMipsLIR.h628 #define NEXT_LIR(lir) ((MipsLIR *) lir->generic.next) macro
DAssemble.cpp421 dataLIR = NEXT_LIR(dataLIR); in installLiteralPools()
426 dataLIR = NEXT_LIR(dataLIR); in installLiteralPools()
442 for (lir = (MipsLIR *) cUnit->firstLIRInsn; lir; lir = NEXT_LIR(lir)) { in assembleInstructions()
758 mipsLIR = NEXT_LIR(mipsLIR)) { in dvmCompilerAssembleLIR()
DCodegenDriver.cpp317 thisLIR = NEXT_LIR(thisLIR)) { in selfVerificationBranchInsertPass()
/dalvik/vm/compiler/codegen/arm/
DGlobalOptimizations.cpp31 thisLIR = NEXT_LIR(thisLIR)) { in applyRedundantBranchElimination()
38 nextLIR = NEXT_LIR(nextLIR); in applyRedundantBranchElimination()
DLocalOptimizations.cpp130 for (checkLIR = NEXT_LIR(thisLIR); in applyLoadStoreElimination()
132 checkLIR = NEXT_LIR(checkLIR)) { in applyLoadStoreElimination()
286 for (thisLIR = NEXT_LIR(headLIR); in applyLoadHoisting()
288 thisLIR = NEXT_LIR(thisLIR)) { in applyLoadHoisting()
DAssemble.cpp917 dataLIR = NEXT_LIR(dataLIR); in installLiteralPools()
922 dataLIR = NEXT_LIR(dataLIR); in installLiteralPools()
938 for (lir = (ArmLIR *) cUnit->firstLIRInsn; lir; lir = NEXT_LIR(lir)) { in assembleInstructions()
1044 assert(NEXT_LIR(lir)->opcode == kThumbBlx2); in assembleInstructions()
1057 NEXT_LIR(lir)->operands[0] = (delta>> 1) & 0x7ff; in assembleInstructions()
1059 assert(NEXT_LIR(lir)->opcode == kThumbBl2); in assembleInstructions()
1068 NEXT_LIR(lir)->operands[0] = (delta>> 1) & 0x7ff; in assembleInstructions()
1373 armLIR = NEXT_LIR(armLIR)) { in dvmCompilerAssembleLIR()
DArchUtility.cpp205 int offset_2 = NEXT_LIR(lir)->operands[0]; in buildInsnString()
DArmLIR.h784 #define NEXT_LIR(lir) ((ArmLIR *) lir->generic.next) macro
DCodegenDriver.cpp251 thisLIR = NEXT_LIR(thisLIR)) { in selfVerificationBranchInsertPass()