Home
last modified time | relevance | path

Searched refs:TypeObjects (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h498 ISelInfoTy(const LLT *TypeObjects, size_t NumTypeObjects, in ISelInfoTy()
502 : TypeObjects(TypeObjects), in ISelInfoTy()
508 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy()
510 const LLT *TypeObjects; member
H A DInstructionSelectorImpl.h609 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable()
1146 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5839 std::vector<LLTCodeGen> TypeObjects; in run() local
5840 append_range(TypeObjects, KnownTypes); in run()
5841 llvm::sort(TypeObjects); in run()
5844 for (const auto &TypeObject : TypeObjects) { in run()
5850 OS << "const static size_t NumTypeObjects = " << TypeObjects.size() << ";\n" in run()
5852 for (const auto &TypeObject : TypeObjects) { in run()