Home
last modified time | relevance | path

Searched defs:mir (Results 1 – 22 of 22) sorted by relevance

/art/compiler/dex/quick/arm/
Dcall_arm.cc82 void ArmMir2Lir::LockLiveArgs(MIR* mir) { in LockLiveArgs()
96 MIR* ArmMir2Lir::GetNextMir(BasicBlock** p_bb, MIR* mir) { in GetNextMir()
121 void ArmMir2Lir::GenPrintLabel(MIR* mir) { in GenPrintLabel()
128 MIR* ArmMir2Lir::SpecialIGet(BasicBlock** bb, MIR* mir, in SpecialIGet()
153 MIR* ArmMir2Lir::SpecialIPut(BasicBlock** bb, MIR* mir, in SpecialIPut()
187 MIR* ArmMir2Lir::SpecialIdentity(MIR* mir) { in SpecialIdentity()
218 void ArmMir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, in GenSpecialCase()
311 void ArmMir2Lir::GenSparseSwitch(MIR* mir, uint32_t table_offset, in GenSparseSwitch()
359 void ArmMir2Lir::GenPackedSwitch(MIR* mir, uint32_t table_offset, in GenPackedSwitch()
Dfp_arm.cc177 void ArmMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch()
Dint_arm.cc179 void ArmMir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect()
247 void ArmMir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch()
/art/compiler/dex/
Dmir_optimization.cc40 MIR* mir; in DoConstantPropogation() local
106 static MIR* AdvanceMIR(BasicBlock** p_bb, MIR* mir) { in AdvanceMIR()
130 MIR* MIRGraph::FindMoveResult(BasicBlock* bb, MIR* mir) { in FindMoveResult()
172 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in FindPhi() local
184 static SelectInstructionKind SelectKind(MIR* mir) { in SelectKind()
219 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in BasicBlockOpt() local
481 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in CountChecks() local
566 MIR* mir = bb->last_mir_insn; in CombineBlocks() local
672 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in EliminateNullChecks() local
Dmir_dataflow.cc869 MIR* mir; in FindLocalLiveIn() local
951 void MIRGraph::DataFlowSSAFormat35C(MIR* mir) { in DataFlowSSAFormat35C()
969 void MIRGraph::DataFlowSSAFormat3RC(MIR* mir) { in DataFlowSSAFormat3RC()
988 MIR* mir; in DoSSAConversion() local
1189 bool MIRGraph::InvokeUsesMethodStar(MIR* mir) { in InvokeUsesMethodStar()
1242 for (MIR* mir = bb->first_mir_insn; (mir != NULL); mir = mir->next) { in CountUses() local
Dmir_graph.cc739 const MIR *mir; in DumpCFG() local
838 void MIRGraph::AppendMIR(BasicBlock* bb, MIR* mir) { in AppendMIR()
852 void MIRGraph::PrependMIR(BasicBlock* bb, MIR* mir) { in PrependMIR()
880 char* MIRGraph::GetDalvikDisassembly(const MIR* mir) { in GetDalvikDisassembly()
1115 CallInfo* MIRGraph::NewMemCallInfo(BasicBlock* bb, MIR* mir, InvokeType type, in NewMemCallInfo()
Dmir_graph.h499 RegLocation GetRawSrc(MIR* mir, int num) { in GetRawSrc()
505 RegLocation GetRawDest(MIR* mir) { in GetRawDest()
511 RegLocation GetDest(MIR* mir) { in GetDest()
517 RegLocation GetSrc(MIR* mir, int num) { in GetSrc()
523 RegLocation GetDestWide(MIR* mir) { in GetDestWide()
529 RegLocation GetSrcWide(MIR* mir, int low) { in GetSrcWide()
Dmir_analysis.cc893 for (MIR* mir = tbb->first_mir_insn; mir != NULL; mir = mir->next) { in AnalyzeBlock() local
Dlocal_value_numbering.cc22 uint16_t LocalValueNumbering::GetValueNumber(MIR* mir) { in GetValueNumber()
Dvreg_analysis.cc76 MIR *mir; in InferTypeAndSize() local
Dssa_transformation.cc582 MIR *mir; in InsertPhiNodeOperands() local
/art/compiler/dex/quick/
Dmir_to_lir.cc29 void Mir2Lir::CompileDalvikInstruction(MIR* mir, BasicBlock* bb, LIR* label_list) { in CompileDalvikInstruction()
657 void Mir2Lir::HandleExtendedMethodMIR(BasicBlock* bb, MIR* mir) { in HandleExtendedMethodMIR()
692 MIR* mir; in MethodBlockCodeGen() local
802 MIR* mir = bb->first_mir_insn; in SpecialMIR2LIR() local
Dralloc_util.cc1164 int Mir2Lir::oatSSASrc(MIR* mir, int num) { in oatSSASrc()
/art/compiler/dex/quick/x86/
Dcall_x86.cc25 void X86Mir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, in GenSpecialCase()
34 void X86Mir2Lir::GenSparseSwitch(MIR* mir, uint32_t table_offset, in GenSparseSwitch()
69 void X86Mir2Lir::GenPackedSwitch(MIR* mir, uint32_t table_offset, in GenPackedSwitch()
Dfp_x86.cc285 void X86Mir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, bool gt_bias, in GenFusedFPCmpBranch()
Dint_x86.cc164 void X86Mir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect()
168 void X86Mir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch()
/art/test/040-miranda/src/
DMain.java24 MirandaClass mir = new MirandaClass(); in main() local
/art/compiler/dex/quick/mips/
Dcall_mips.cc26 void MipsMir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir, in GenSpecialCase()
62 void MipsMir2Lir::GenSparseSwitch(MIR* mir, uint32_t table_offset, in GenSparseSwitch()
141 void MipsMir2Lir::GenPackedSwitch(MIR* mir, uint32_t table_offset, in GenPackedSwitch()
Dfp_mips.cc215 void MipsMir2Lir::GenFusedFPCmpBranch(BasicBlock* bb, MIR* mir, in GenFusedFPCmpBranch()
Dint_mips.cc212 void MipsMir2Lir::GenSelect(BasicBlock* bb, MIR* mir) { in GenSelect()
216 void MipsMir2Lir::GenFusedLongCmpBranch(BasicBlock* bb, MIR* mir) { in GenFusedLongCmpBranch()
/art/compiler/dex/portable/
Dmir_to_gbc.cc312 void MirConverter::ConvertCompareAndBranch(BasicBlock* bb, MIR* mir, in ConvertCompareAndBranch()
328 MIR* mir, ConditionCode cc, RegLocation rl_src1) { in ConvertCompareZeroAndBranch()
450 void MirConverter::ConvertInvoke(BasicBlock* bb, MIR* mir, in ConvertInvoke()
686 bool MirConverter::ConvertMIRNode(MIR* mir, BasicBlock* bb, in ConvertMIRNode()
1534 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in HandlePhiNodes() local
1581 void MirConverter::ConvertExtendedMIR(BasicBlock* bb, MIR* mir, in ConvertExtendedMIR()
1706 for (MIR* mir = bb->first_mir_insn; mir != NULL; mir = mir->next) { in BlockBitcodeConversion() local
/art/runtime/
Dclass_linker.cc3634 for (size_t mir = 0; mir < miranda_list.size(); mir++) { in LinkInterfaceMethods() local