Searched refs:TypeIds (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 63 SetVector<uint64_t> TypeIds; in buildCFICheck() local 70 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck() 80 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck() 122 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck() 123 for (uint64_t TypeId : TypeIds) { in buildCFICheck()
|
| H A D | LowerTypeTests.cpp | 516 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, 521 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds, 529 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds, 531 void buildBitSetsFromFunctionsNative(ArrayRef<Metadata *> TypeIds, 533 void buildBitSetsFromFunctionsWASM(ArrayRef<Metadata *> TypeIds, 536 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds, 846 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables() argument 893 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables() 1170 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, in lowerTypeTestCalls() argument 1173 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | EHStreamer.cpp | 43 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs() 95 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local 99 if (NumShared < TypeIds.size()) { in computeActionsTable() 105 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable() 120 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable() 121 int TypeID = TypeIds[J]; in computeActionsTable() 401 return L->TypeIds < R->TypeIds; in emitExceptionTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 843 LP.TypeIds.push_back(0); in addLandingPad() 851 LP.TypeIds.push_back( in addLandingPad() 861 LP.TypeIds.push_back(getFilterIDFor(FilterList)); in addLandingPad() 869 LP.TypeIds.push_back(getTypeIDFor(TypeInfo)); in addLandingPad()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 280 std::vector<int> TypeIds; // List of type ids (filters negative).
|