Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp83 unsigned NumGeneric = Target.getNumFixedInstructions(); in apply() local
85 auto Generics = Instructions.slice(0, NumGeneric); in apply()
86 auto Pseudos = Instructions.slice(NumGeneric, NumPseudos); in apply()
87 auto NonPseudos = Instructions.slice(NumGeneric + NumPseudos); in apply()