Home
last modified time | relevance | path

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/
DPPCInstrInfo.h497 findLoopInstr(MachineBasicBlock &PreHeader,
DPPCInstrInfo.cpp4234 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/
DHexagonInstrInfo.h340 MachineInstr *findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp,
DHexagonInstrInfo.cpp146 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()