Searched refs:findLoopInstr (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.h | 497 findLoopInstr(MachineBasicBlock &PreHeader,
|
| D | PPCInstrInfo.cpp | 4234 if (MachineInstr *LoopInst = findLoopInstr(*Preheader, Visited)) { in analyzeLoopForPipelining() 4244 MachineInstr *PPCInstrInfo::findLoopInstr( in findLoopInstr() function in PPCInstrInfo
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonInstrInfo.h | 340 MachineInstr *findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp,
|
| D | HexagonInstrInfo.cpp | 146 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB, in findLoopInstr() function in HexagonInstrInfo 176 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited)) in findLoopInstr() 619 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 661 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch() 761 MachineInstr *LoopInst = findLoopInstr( in analyzeLoopForPipelining()
|