Searched refs:loopRep (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp473 LoopT* loopRep = (*iter); local
475 loopRep->getExitingBlocks(exitingBlks);
478 BlockT* dummyExitBlk = normalizeInfiniteLoopExit(loopRep);
880 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
882 while (loopRep) {
883 nestedLoops.push_back(loopRep);
884 loopRep = loopRep->getParentLoop();
897 loopRep = *iter;
899 if (getLoopLandBlock(loopRep) !
925 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
945 loopbreakPatternMatch(LoopT *loopRep, BlockT *loopHeader) argument
1122 loopcontPatternMatch(LoopT *loopRep, BlockT *loopHeader) argument
1159 LoopT *loopRep = loopInfo->getLoopFor(src1Blk); local
1849 relocateLoopcontBlock(LoopT *parentLoopRep, LoopT *loopRep, std::set<BlockT *> &exitBlkSet, BlockT *exitLandBlk) argument
1900 addLoopEndbranchBlock(LoopT *loopRep, BlockTSmallerVector &exitingBlks, BlockTSmallerVector &exitBlks) argument
2112 exitingBlock2ExitBlock(LoopT *loopRep, BlockT *exitingBlk) argument
2333 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
2369 recordLoopLandBlock(LoopT *loopRep, BlockT *landBlk, BlockTSmallerVector &exitBlks, std::set<BlockT *> &exitBlkSet) argument
2413 setLoopLandBlock(LoopT *loopRep, BlockT *blk) argument
2437 addLoopBreakOnReg(LoopT *loopRep, RegiT regNum) argument
2454 addLoopContOnReg(LoopT *loopRep, RegiT regNum) argument
2470 addLoopBreakInitReg(LoopT *loopRep, RegiT regNum) argument
2486 addLoopContInitReg(LoopT *loopRep, RegiT regNum) argument
2502 addLoopEndbranchInitReg(LoopT *loopRep, RegiT regNum) argument
2521 getLoopLandInfo(LoopT *loopRep) argument
2529 getLoopLandBlock(LoopT *loopRep) argument
2538 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
2549 getLoopDepth(LoopT *loopRep) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp473 LoopT* loopRep = (*iter); local
475 loopRep->getExitingBlocks(exitingBlks);
478 BlockT* dummyExitBlk = normalizeInfiniteLoopExit(loopRep);
880 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
882 while (loopRep) {
883 nestedLoops.push_back(loopRep);
884 loopRep = loopRep->getParentLoop();
897 loopRep = *iter;
899 if (getLoopLandBlock(loopRep) !
925 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
945 loopbreakPatternMatch(LoopT *loopRep, BlockT *loopHeader) argument
1122 loopcontPatternMatch(LoopT *loopRep, BlockT *loopHeader) argument
1159 LoopT *loopRep = loopInfo->getLoopFor(src1Blk); local
1849 relocateLoopcontBlock(LoopT *parentLoopRep, LoopT *loopRep, std::set<BlockT *> &exitBlkSet, BlockT *exitLandBlk) argument
1900 addLoopEndbranchBlock(LoopT *loopRep, BlockTSmallerVector &exitingBlks, BlockTSmallerVector &exitBlks) argument
2112 exitingBlock2ExitBlock(LoopT *loopRep, BlockT *exitingBlk) argument
2333 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
2369 recordLoopLandBlock(LoopT *loopRep, BlockT *landBlk, BlockTSmallerVector &exitBlks, std::set<BlockT *> &exitBlkSet) argument
2413 setLoopLandBlock(LoopT *loopRep, BlockT *blk) argument
2437 addLoopBreakOnReg(LoopT *loopRep, RegiT regNum) argument
2454 addLoopContOnReg(LoopT *loopRep, RegiT regNum) argument
2470 addLoopBreakInitReg(LoopT *loopRep, RegiT regNum) argument
2486 addLoopContInitReg(LoopT *loopRep, RegiT regNum) argument
2502 addLoopEndbranchInitReg(LoopT *loopRep, RegiT regNum) argument
2521 getLoopLandInfo(LoopT *loopRep) argument
2529 getLoopLandBlock(LoopT *loopRep) argument
2538 LoopT *loopRep = loopInfo->getLoopFor(curBlk); local
2549 getLoopDepth(LoopT *loopRep) argument
[all...]
/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp1826 void AMDGPUCFGStructurizer::setLoopLandBlock(MachineLoop *loopRep, argument
1828 MachineBasicBlock *&TheEntry = LLInfoMap[loopRep];
1837 << loopRep->getHeader()->getNumber()

Completed in 139 milliseconds