Searched refs:RegiT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp222 template <class BlockT, class InstrT, class RegiT>
226 std::set<RegiT> breakInitRegs; //Registers that need to "reg = 0", before
229 std::set<RegiT> contInitRegs; //Registers that need to "reg = 0", after
232 std::set<RegiT> endbranchInitRegs; //Init before entering this loop, at loop
234 std::set<RegiT> breakOnRegs; //registers that need to "if (reg) break
237 std::set<RegiT> contOnRegs; //registers that need to "if (reg) continue
286 typedef int RegiT; typedef in class:llvmCFGStruct::CFGStructurizer
288 typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo;
346 BlockT *ExitLandBlock, RegiT SetReg);
348 RegiT SetRe
2793 typedef int RegiT; typedef in struct:llvmCFGStruct::CFGStructTraits
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp222 template <class BlockT, class InstrT, class RegiT>
226 std::set<RegiT> breakInitRegs; //Registers that need to "reg = 0", before
229 std::set<RegiT> contInitRegs; //Registers that need to "reg = 0", after
232 std::set<RegiT> endbranchInitRegs; //Init before entering this loop, at loop
234 std::set<RegiT> breakOnRegs; //registers that need to "if (reg) break
237 std::set<RegiT> contOnRegs; //registers that need to "if (reg) continue
286 typedef int RegiT; typedef in class:llvmCFGStruct::CFGStructurizer
288 typedef LandInformation<BlockT, InstrT, RegiT> LoopLandInfo;
346 BlockT *ExitLandBlock, RegiT SetReg);
348 RegiT SetRe
2793 typedef int RegiT; typedef in struct:llvmCFGStruct::CFGStructTraits
[all...]

Completed in 798 milliseconds