Searched refs:NEXT_LIR (Results 1 – 12 of 12) sorted by relevance
31 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 …]
130 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()
128 int offset_2 = NEXT_LIR(lir)->operands[0]; in buildInsnString()
628 #define NEXT_LIR(lir) ((MipsLIR *) lir->generic.next) macro
421 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()
317 thisLIR = NEXT_LIR(thisLIR)) { in selfVerificationBranchInsertPass()
31 thisLIR = NEXT_LIR(thisLIR)) { in applyRedundantBranchElimination()38 nextLIR = NEXT_LIR(nextLIR); in applyRedundantBranchElimination()
917 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()
205 int offset_2 = NEXT_LIR(lir)->operands[0]; in buildInsnString()
784 #define NEXT_LIR(lir) ((ArmLIR *) lir->generic.next) macro
251 thisLIR = NEXT_LIR(thisLIR)) { in selfVerificationBranchInsertPass()