Home
last modified time | relevance | path

Searched refs:searchForward (Results 1 – 6 of 6) sorted by relevance

/external/smali/smalidea/src/main/java/org/jf/smalidea/util/
DPsiUtil.java56 public static PsiElement searchForward(PsiElement element, PsiMatcherExpression matcher, in searchForward() method in PsiUtil
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp249 bool searchForward(MachineBasicBlock &MBB, Iter Slot) const;
596 } else if (searchForward(MBB, I)) { in runOnMachineBasicBlock()
728 bool Filler::searchForward(MachineBasicBlock &MBB, Iter Slot) const { in searchForward() function in Filler
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp274 bool searchForward(MachineBasicBlock &MBB, Iter Slot) const;
625 } else if (searchForward(MBB, I)) { in runOnMachineBasicBlock()
766 bool MipsDelaySlotFiller::searchForward(MachineBasicBlock &MBB, in searchForward() function in MipsDelaySlotFiller
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dbrdelayslot.ll111 ; Test searchForward. Check that the second jal's slot is filled with another
/external/llvm/test/CodeGen/Mips/
Dbrdelayslot.ll110 ; Test searchForward. Check that the second jal's slot is filled with another
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliCodeFragmentFactory.java129 currentInstruction = (SmaliInstruction)PsiUtil.searchForward(originalContext,