Home
last modified time | relevance | path

Searched defs:VTS (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp122 bool TypeSetByHwMode::constrain(const TypeSetByHwMode &VTS) { in constrain()
156 bool TypeSetByHwMode::assign_if(const TypeSetByHwMode &VTS, Predicate P) { in assign_if()
732 void TypeInfer::expandOverloads(TypeSetByHwMode &VTS) { in expandOverloads()
804 TypeSetByHwMode VTS; in getLegalTypes() local
2075 TypeSetByHwMode VTS(MVT::iPTR); in getImplicitType() local
4096 for (const TypeSetByHwMode &VTS : N->getExtTypes()) in collectModes() local
DCodeGenDAGPatterns.h333 TypeSetByHwMode &VTS; member