Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.cpp85 unsigned NumPseudos = Target.getNumPseudoInstructions(); in apply() local
87 auto Pseudos = Instructions.slice(NumGeneric, NumPseudos); in apply()
88 auto NonPseudos = Instructions.slice(NumGeneric + NumPseudos); in apply()