Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp121 DenseMap<unsigned, const TargetRegisterClass*> OneClassForEachPhysReg; member
414 const TargetRegisterClass *&PRC = OneClassForEachPhysReg[*I]; in INITIALIZE_PASS_DEPENDENCY()
430 I = OneClassForEachPhysReg.begin(), E = OneClassForEachPhysReg.end(); in INITIALIZE_PASS_DEPENDENCY()
434 OneClassForEachPhysReg.lookup(*AS); in INITIALIZE_PASS_DEPENDENCY()
1081 const TargetRegisterClass *RegRC = OneClassForEachPhysReg[I->reg]; in assignRegOrStackSlotAtInterval()