Searched refs:getRegisterClassIDAndCost (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineLICM.cpp | 229 void getRegisterClassIDAndCost(const MachineInstr *MI, 668 MachineLICM::getRegisterClassIDAndCost(const MachineInstr *MI, in getRegisterClassIDAndCost() function in MachineLICM 712 getRegisterClassIDAndCost(MI, Reg, i, RCId, RCCost); in InitRegPressure() 747 getRegisterClassIDAndCost(MI, Reg, i, RCId, RCCost); in UpdateRegPressure() 759 getRegisterClassIDAndCost(MI, Reg, Idx, RCId, RCCost); in UpdateRegPressure() 969 getRegisterClassIDAndCost(MI, Reg, i, RCId, RCCost); in UpdateBackTraceRegPressure() 1030 getRegisterClassIDAndCost(&MI, Reg, i, RCId, RCCost); in IsProfitableToHoist()
|