Home
last modified time | relevance | path

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

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