Searched refs:TypeIds (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 64 SetVector<uint64_t> TypeIds; in buildCFICheck() local 71 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck() 81 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck() 123 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck() 124 for (uint64_t TypeId : TypeIds) { in buildCFICheck()
|
| H A D | LowerTypeTests.cpp | 514 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds, 1120 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls() 1336 buildBitSetsFromFunctionsNative(TypeIds, Functions); in buildBitSetsFromFunctions() 1338 buildBitSetsFromFunctionsWASM(TypeIds, Functions); in buildBitSetsFromFunctions() 1662 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctionsNative() 1765 for (unsigned I = 0; I != TypeIds.size(); ++I) in buildBitSetsFromDisjointSet() 1766 TypeIdIndices[TypeIds[I]] = I; in buildBitSetsFromDisjointSet() 1823 buildBitSetsFromFunctions(TypeIds, OrderedGTMs); in buildBitSetsFromDisjointSet() 2348 std::vector<Metadata *> TypeIds; in lower() local 2355 TypeIds.push_back(cast<Metadata *>(*MI)); in lower() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 44 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs() 96 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local 100 if (NumShared < TypeIds.size()) { in computeActionsTable() 106 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable() 121 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable() 122 int TypeID = TypeIds[J]; in computeActionsTable() 402 return L->TypeIds < R->TypeIds; in emitExceptionTable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 789 LP.TypeIds.push_back(0); in addLandingPad() 797 LP.TypeIds.push_back( in addLandingPad() 807 LP.TypeIds.push_back(getFilterIDFor(FilterList)); in addLandingPad() 815 LP.TypeIds.push_back(getTypeIDFor(TypeInfo)); in addLandingPad()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 253 std::vector<int> TypeIds; // List of type ids (filters negative).
|