Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h493 ISelInfoTy(const LLT *TypeObjects, size_t NumTypeObjects, in ISelInfoTy()
497 : TypeObjects(TypeObjects), in ISelInfoTy()
503 TypeIDMap[TypeObjects[I]] = I; in ISelInfoTy()
505 const LLT *TypeObjects; member
H A DInstructionSelectorImpl.h589 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable()
1126 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5769 std::vector<LLTCodeGen> TypeObjects; in run() local
5770 append_range(TypeObjects, KnownTypes); in run()
5771 llvm::sort(TypeObjects); in run()
5774 for (const auto &TypeObject : TypeObjects) { in run()
5780 OS << "const static size_t NumTypeObjects = " << TypeObjects.size() << ";\n" in run()
5782 for (const auto &TypeObject : TypeObjects) { in run()