Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.h354 ArrayRef<ValueTypeByHwMode> getValueTypes() const { return VTs; } in getValueTypes() function
H A DCodeGenTarget.cpp436 ArrayRef<ValueTypeByHwMode> InVTs = RC.getValueTypes(); in getRegisterVTs()
H A DCodeGenRegisters.cpp2418 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
H A DCodeGenDAGPatterns.cpp1780 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
2247 return TypeSetByHwMode(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
2263 return TypeSetByHwMode(T.getRegisterClass(R).getValueTypes()); in getImplicitType()