Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp83 SetVector<uint64_t> TypeIds; in buildCFICheck() local
90 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck()
100 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck()
142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
143 for (uint64_t TypeId : TypeIds) { in buildCFICheck()
H A DLowerTypeTests.cpp460 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
465 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
473 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
475 void buildBitSetsFromFunctionsNative(ArrayRef<Metadata *> TypeIds,
477 void buildBitSetsFromFunctionsWASM(ArrayRef<Metadata *> TypeIds,
480 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
826 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables() argument
873 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()
1120 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, in lowerTypeTestCalls() argument
1125 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp46 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs()
98 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local
102 if (NumShared < TypeIds.size()) { in computeActionsTable()
108 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable()
123 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable()
124 int TypeID = TypeIds[J]; in computeActionsTable()
394 return L->TypeIds < R->TypeIds; in emitExceptionTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp754 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
763 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
806 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) in tidyLandingPads()
807 LandingPad.TypeIds.clear(); in tidyLandingPads()
814 LP.TypeIds.push_back(0); in addCleanup()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h224 std::vector<int> TypeIds; // List of type ids (filters negative).