Home
last modified time | relevance | path

Searched refs:TypeIds (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp64 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 DLowerTypeTests.cpp491 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
496 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
507 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
509 void buildBitSetsFromFunctionsNative(ArrayRef<Metadata *> TypeIds,
511 void buildBitSetsFromFunctionsWASM(ArrayRef<Metadata *> TypeIds,
514 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
824 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables() argument
871 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()
1117 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, in lowerTypeTestCalls() argument
1120 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp44 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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp801 LP.TypeIds.push_back(0); in addLandingPad()
809 LP.TypeIds.push_back( in addLandingPad()
819 LP.TypeIds.push_back(getFilterIDFor(FilterList)); in addLandingPad()
827 LP.TypeIds.push_back(getTypeIDFor(TypeInfo)); in addLandingPad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h252 std::vector<int> TypeIds; // List of type ids (filters negative).