Home
last modified time | relevance | path

Searched refs:findLoopInstr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dfind-loop-instr.ll5 ; same loop. The findLoopInstr would encounter for one endloop would encounter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h349 MachineInstr *findLoopInstr(MachineBasicBlock *BB, unsigned EndLoopOp,
DHexagonInstrInfo.cpp147 MachineInstr *HexagonInstrInfo::findLoopInstr(MachineBasicBlock *BB, in findLoopInstr() function in HexagonInstrInfo
177 if (MachineInstr *Loop = findLoopInstr(PB, EndLoopOp, TargetBB, Visited)) in findLoopInstr()
620 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch()
662 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, Cond[1].getMBB(), in insertBranch()
713 MachineInstr *Loop = findLoopInstr(&MBB, Cmp.getOpcode(), in reduceLoopCount()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp136 static MachineInstr *findLoopInstr(MachineBasicBlock *BB, int EndLoopOp, in findLoopInstr() function
166 MachineInstr *loop = findLoopInstr(*PB, EndLoopOp, Visited); in findLoopInstr()
605 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch()
645 MachineInstr *Loop = findLoopInstr(TBB, EndLoopOp, VisitedBBs); in InsertBranch()
695 MachineInstr *Loop = findLoopInstr(&MBB, Cmp->getOpcode(), VisitedBBs); in reduceLoopCount()