Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenRegisters.h210 const std::vector<MVT::SimpleValueType> &getValueTypes() const {return VTs;} in getValueTypes() function
DCodeGenDAGPatterns.cpp1254 return EEVT::TypeSet(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
1263 return EEVT::TypeSet(T.getRegisterClass(R).getValueTypes()); in getImplicitType()
1543 MadeChange |= UpdateNodeType(ResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1551 MadeChange |= UpdateNodeType(ResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1601 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
1606 MadeChange |= Child->UpdateNodeType(ChildResNo, RC.getValueTypes(), TP); in ApplyTypeConstraints()
DCodeGenTarget.cpp213 const std::vector<MVT::SimpleValueType> &InVTs = RC.getValueTypes(); in getRegisterVTs()
DCodeGenRegisters.cpp1581 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()