Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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()
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) { in buildBitSetsFromGlobalVariables() argument
865 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()
1108 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, in lowerTypeTestCalls() argument
1113 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp46 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs()
107 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local
111 if (NumShared < TypeIds.size()) { in computeActionsTable()
117 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable()
132 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable()
133 int TypeID = TypeIds[J]; in computeActionsTable()
365 return L->TypeIds < R->TypeIds; in emitExceptionTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp731 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
740 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
783 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) in tidyLandingPads()
784 LandingPad.TypeIds.clear(); in tidyLandingPads()
791 LP.TypeIds.push_back(0); in addCleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h217 std::vector<int> TypeIds; // List of type ids (filters negative).