Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DRegisterEstimator.hpp141 static RegClass getValueRegClass(llvm::Value* V) { in getValueRegClass() function in IGC::RegisterEstimator
H A DRegisterEstimator.cpp122 if (getValueRegClass(V) == REGISTER_CLASS_FLAG) in estimateNumOfRegs()