Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h42 unsigned MicroOpFactor = 0; variable
163 return MicroOpFactor; in getMicroOpFactor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp62 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth; in init()