Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h41 unsigned MicroOpFactor; // Multiply to normalize microops to resource units. variable
130 return MicroOpFactor; in getMicroOpFactor()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp70 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()