Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2728 MVT::SimpleValueType LegalIntVT = (MVT::SimpleValueType)VT; in initPolicy() local
2729 if (TLI->isTypeLegal(LegalIntVT)) { in initPolicy()
2731 TLI->getRegClassFor(LegalIntVT)); in initPolicy()