Searched refs:moveInstruction (Results 1 – 7 of 7) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | AnalyzedInstruction.java | 419 TwoRegisterInstruction moveInstruction = 423 moveInstruction.getRegisterB()); 424 … if (moveInstruction.getRegisterA() != instanceOfInstruction.getRegisterB()) { 440 if (originalSourceRegister != moveInstruction.getRegisterB()) { 445 originalSourceRegister = moveInstruction.getRegisterB(); 571 TwoRegisterInstruction moveInstruction = 575 moveInstruction.getRegisterB()); 576 … if (moveInstruction.getRegisterA() != instanceOfInstruction.getRegisterB()) { 592 if (originalSourceRegister != moveInstruction.getRegisterB()) { 597 originalSourceRegister = moveInstruction.getRegisterB();
|
/external/proguard/src/proguard/classfile/editor/ |
D | CodeAttributeEditor.java | 733 moveInstruction(clazz, in moveInstructions() 753 private void moveInstruction(Clazz clazz, in moveInstruction() method in CodeAttributeEditor
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 720 void ScheduleDAGMI::moveInstruction( in moveInstruction() function in ScheduleDAGMI 796 moveInstruction(MI, CurrentTop); in schedule() 806 moveInstruction(MI, CurrentBottom); in schedule() 1399 moveInstruction(MI, CurrentTop); in scheduleMI() 1434 moveInstruction(MI, CurrentBottom); in scheduleMI() 3158 DAG->moveInstruction(Copy, InsertPos); in reschedulePhysRegCopies()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 644 void ScheduleDAGMI::moveInstruction( in moveInstruction() function in ScheduleDAGMI 718 moveInstruction(MI, CurrentTop); in schedule() 728 moveInstruction(MI, CurrentBottom); in schedule() 1282 moveInstruction(MI, CurrentTop); in scheduleMI() 1319 moveInstruction(MI, CurrentBottom); in scheduleMI() 3081 DAG->moveInstruction(Copy, InsertPos); in reschedulePhysRegCopies()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 312 void moveInstruction(MachineInstr *MI, MachineBasicBlock::iterator InsertPos);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineScheduler.h | 352 void moveInstruction(MachineInstr *MI, MachineBasicBlock::iterator InsertPos);
|
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/FileWordReader.class
FileWordReader ... |