Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenRegisters.h352 ArrayRef<ValueTypeByHwMode> getValueTypes() const { return VTs; } in getValueTypes() function
H A DCodeGenTarget.cpp407 ArrayRef<ValueTypeByHwMode> InVTs = RC.getValueTypes(); in getRegisterVTs()
H A DCodeGenRegisters.cpp2354 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
H A DCodeGenDAGPatterns.cpp1724 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
2191 return TypeSetByHwMode(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
2207 return TypeSetByHwMode(T.getRegisterClass(R).getValueTypes()); in getImplicitType()