Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenRegisters.h352 ArrayRef<ValueTypeByHwMode> getValueTypes() const { return VTs; } in getValueTypes() function
H A DCodeGenTarget.cpp427 ArrayRef<ValueTypeByHwMode> InVTs = RC.getValueTypes(); in getRegisterVTs()
H A DCodeGenRegisters.cpp2410 if (RC.getValueTypes() != FoundRC->getValueTypes()) in getRegClassForRegister()
H A DCodeGenDAGPatterns.cpp1782 return UpdateNodeType(ResNo, Tgt.getRegisterClass(RC).getValueTypes(), TP); in UpdateNodeTypeFromInst()
2249 return TypeSetByHwMode(T.getRegisterClass(RegClass).getValueTypes()); in getImplicitType()
2265 return TypeSetByHwMode(T.getRegisterClass(R).getValueTypes()); in getImplicitType()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1967 static std::vector<PyType> getValueTypes(Container &container, in getValueTypes() function
1997 return getValueTypes(self, self.operation->getContext()); in bindDerived()
2100 return getValueTypes(self, self.operation->getContext()); in bindDerived()