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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp83 SetVector<uint64_t> TypeIds; local
90 TypeIds.insert(TypeId->getZExtValue());
100 TypeIds.insert(TypeId->getZExtValue());
142 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size());
143 for (uint64_t TypeId : TypeIds) {
H A DLowerTypeTests.cpp458 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
463 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
471 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
473 void buildBitSetsFromFunctionsNative(ArrayRef<Metadata *> TypeIds,
475 void buildBitSetsFromFunctionsWASM(ArrayRef<Metadata *> TypeIds,
478 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
817 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) {
865 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout);
1108 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
1113 for (Metadata *TypeId : TypeIds) {
816 buildBitSetsFromGlobalVariables( ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) argument
1107 lowerTypeTestCalls( ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, const DenseMap<GlobalTypeMember *, uint64_t> &GlobalLayout) argument
1238 buildBitSetsFromFunctions( ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) argument
1403 buildBitSetsFromFunctionsNative( ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) argument
1560 buildBitSetsFromFunctionsWASM( ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Functions) argument
1590 buildBitSetsFromDisjointSet( ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals, ArrayRef<ICallBranchFunnel *> ICallBranchFunnels) argument
2101 std::vector<Metadata *> TypeIds; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp46 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
107 const std::vector<int> &TypeIds = LPI->TypeIds; local
111 if (NumShared < TypeIds.size()) {
117 unsigned SizePrevIds = PrevLPI->TypeIds.size();
132 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) {
133 int TypeID = TypeIds[J];
365 return L->TypeIds < R->TypeIds;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp731 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
740 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
783 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0]))
784 LandingPad.TypeIds.clear();
791 LP.TypeIds.push_back(0);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h217 std::vector<int> TypeIds; // List of type ids (filters negative). member in struct:llvm::LandingPadInfo

Completed in 145 milliseconds