Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2941 MVT::SimpleValueType LegalIntVT = (MVT::SimpleValueType)VT; in initPolicy() local
2942 if (TLI->isTypeLegal(LegalIntVT)) { in initPolicy()
2944 TLI->getRegClassFor(LegalIntVT)); in initPolicy()