Searched refs:TypeObjects (Results 1 – 4 of 4) sorted by relevance
498 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
609 MRI.getType(MO.getReg()) != ISelInfo.TypeObjects[TypeID]) { in executeMatchTable()1146 MRI.createGenericVirtualRegister(ISelInfo.TypeObjects[TypeID]); in executeMatchTable()
5829 std::vector<LLTCodeGen> TypeObjects; in run() local5830 append_range(TypeObjects, KnownTypes); in run()5831 llvm::sort(TypeObjects); in run()5834 for (const auto &TypeObject : TypeObjects) { in run()5840 OS << "const static size_t NumTypeObjects = " << TypeObjects.size() << ";\n" in run()5842 for (const auto &TypeObject : TypeObjects) { in run()
88 // CHECK-NEXT: ISelInfo(TypeObjects, NumTypeObjects, FeatureBitsets, ComplexPredicateFns, Custom…121 // CHECK-NEXT: const static LLT TypeObjects[] = {