Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2659 MVT::SimpleValueType LegalIntVT = (MVT::SimpleValueType)VT; in initPolicy() local
2660 if (TLI->isTypeLegal(LegalIntVT)) { in initPolicy()
2662 TLI->getRegClassFor(LegalIntVT)); in initPolicy()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2577 MVT::SimpleValueType LegalIntVT = (MVT::SimpleValueType)VT; in initPolicy() local
2578 if (TLI->isTypeLegal(LegalIntVT)) { in initPolicy()
2580 TLI->getRegClassFor(LegalIntVT)); in initPolicy()