Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp238 lowerTypeTestCalls(ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
244 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
251 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
253 void buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
494 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalVariable *> Globals) { in buildBitSetsFromGlobalVariables() argument
532 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()
559 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, in lowerTypeTestCalls() argument
565 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls()
665 void LowerTypeTests::buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds, in buildBitSetsFromFunctions() argument
763 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout); in buildBitSetsFromFunctions()
[all …]
DCrossDSOCFI.cpp84 llvm::DenseSet<uint64_t> TypeIds; in buildCFICheck() local
94 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck()
128 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
129 for (uint64_t TypeId : TypeIds) { in buildCFICheck()
/external/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 …]
/external/llvm-project/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.cpp461 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
466 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
474 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
476 void buildBitSetsFromFunctionsNative(ArrayRef<Metadata *> TypeIds,
478 void buildBitSetsFromFunctionsWASM(ArrayRef<Metadata *> TypeIds,
481 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
827 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables() argument
874 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()
1121 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, in lowerTypeTestCalls() argument
1126 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls()
[all …]
/external/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()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp35 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs()
97 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local
101 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()
354 const LandingPadInfo *R) { return L->TypeIds < R->TypeIds; }); in emitExceptionTable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp46 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs()
101 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local
105 if (NumShared < TypeIds.size()) { in computeActionsTable()
111 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in computeActionsTable()
126 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in computeActionsTable()
127 int TypeID = TypeIds[J]; in computeActionsTable()
397 return L->TypeIds < R->TypeIds; in emitExceptionTable()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp331 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
343 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
350 LP.TypeIds.push_back(0); in addCleanup()
412 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) in TidyLandingPads()
413 LandingPad.TypeIds.clear(); in TidyLandingPads()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
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()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h82 std::vector<int> TypeIds; // List of type ids (filters negative). member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h217 std::vector<int> TypeIds; // List of type ids (filters negative).
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineFunction.h221 std::vector<int> TypeIds; // List of type ids (filters negative).