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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2803 MVT::SimpleValueType LegalIntVT = (MVT::SimpleValueType)VT; local
2804 if (TLI->isTypeLegal(LegalIntVT)) {
2806 TLI->getRegClassFor(LegalIntVT));

Completed in 68 milliseconds