Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DTargetSchedule.h38 SmallVector<unsigned, 16> ResourceFactors; variable
144 return ResourceFactors[ResIdx]; in getResourceFactor()
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DTargetSchedule.cpp58 ResourceFactors.resize(NumRes); in init()
68 ResourceFactors[Idx] = NumUnits ? (ResourceLCM / NumUnits) : 0; in init()