Searched refs:TypeIds (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 78 SetVector<uint64_t> TypeIds; in buildCFICheck() local 85 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck() 95 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck() 137 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck() 138 for (uint64_t TypeId : TypeIds) { in buildCFICheck()
|
| H A D | LowerTypeTests.cpp | 497 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds, 1101 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls() 1252 buildBitSetsFromFunctionsNative(TypeIds, Functions); in buildBitSetsFromFunctions() 1254 buildBitSetsFromFunctionsWASM(TypeIds, Functions); in buildBitSetsFromFunctions() 1519 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative() 1624 for (unsigned I = 0; I != TypeIds.size(); ++I) in buildBitSetsFromDisjointSet() 1625 TypeIdIndices[TypeIds[I]] = I; in buildBitSetsFromDisjointSet() 1682 buildBitSetsFromFunctions(TypeIds, OrderedGTMs); in buildBitSetsFromDisjointSet() 2179 std::vector<Metadata *> TypeIds; in lower() local 2186 TypeIds.push_back(MI->get<Metadata *>()); in lower() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 45 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs() 97 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local 101 if (NumShared < TypeIds.size()) { in computeActionsTable() 107 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable() 122 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable() 123 int TypeID = TypeIds[J]; in computeActionsTable() 391 return L->TypeIds < R->TypeIds; in emitExceptionTable()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 796 LP.TypeIds.push_back(getTypeIDFor(GV)); in addCatchTypeInfo() 805 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo() 848 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) in tidyLandingPads() 849 LandingPad.TypeIds.clear(); in tidyLandingPads() 856 LP.TypeIds.push_back(0); in addCleanup()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 251 std::vector<int> TypeIds; // List of type ids (filters negative).
|