Home
last modified time | relevance | path

Searched refs:LLR_USE_MAP (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DLocalRA.h35 … std::map<vISA::LocalLiveRange*, std::vector<std::pair<INST_LIST_ITER, unsigned int>>> LLR_USE_MAP; typedef
50 LLR_USE_MAP LLRUseMap;
487 bool allocateRegs(LocalLiveRange* lr, G4_BB* bb, IR_Builder& builder, LLR_USE_MAP& LLRUseMap);
518 void run(G4_BB* bb, IR_Builder& builder, LLR_USE_MAP& LLRUseMap);
H A DLocalRA.cpp2607 void LinearScan::run(G4_BB* bb, IR_Builder& builder, LLR_USE_MAP& LLRUseMap) in run()
2806 bool LinearScan::allocateRegs(LocalLiveRange* lr, G4_BB* bb, IR_Builder& builder, LLR_USE_MAP& LLRU… in allocateRegs()