Home
last modified time | relevance | path

Searched refs:TypeIds (Results 1 – 14 of 14) 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-7.0/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp83 SetVector<uint64_t> TypeIds; in buildCFICheck() local
93 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck()
104 TypeIds.insert(TypeId->getZExtValue()); in buildCFICheck()
146 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size()); in buildCFICheck()
147 for (uint64_t TypeId : TypeIds) { in buildCFICheck()
DLowerTypeTests.cpp401 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
406 void buildBitSetsFromGlobalVariables(ArrayRef<Metadata *> TypeIds,
414 void buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
416 void buildBitSetsFromFunctionsNative(ArrayRef<Metadata *> TypeIds,
418 void buildBitSetsFromFunctionsWASM(ArrayRef<Metadata *> TypeIds,
421 buildBitSetsFromDisjointSet(ArrayRef<Metadata *> TypeIds,
759 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables() argument
800 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout); in buildBitSetsFromGlobalVariables()
1047 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr, in lowerTypeTestCalls() argument
1052 for (Metadata *TypeId : TypeIds) { in lowerTypeTestCalls()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp47 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in sharedTypeIDs()
108 const std::vector<int> &TypeIds = LPI->TypeIds; in computeActionsTable() local
112 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()
364 const LandingPadInfo *R) { return L->TypeIds < R->TypeIds; }); in emitExceptionTable()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp142 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in SharedTypeIds()
157 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in PadLT()
247 const std::vector<int> &TypeIds = LP->TypeIds; in EmitExceptionTable() local
251 if (NumShared < TypeIds.size()) { in EmitExceptionTable()
256 const unsigned SizePrevIds = LandingPads[i-1]->TypeIds.size(); in EmitExceptionTable()
269 for (unsigned I = NumShared, M = TypeIds.size(); I != M; ++I) { in EmitExceptionTable()
270 int TypeID = TypeIds[I]; in EmitExceptionTable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.cpp48 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in SharedTypeIds()
62 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds; in PadLT()
123 const std::vector<int> &TypeIds = LPI->TypeIds; in ComputeActionsTable() local
127 if (NumShared < TypeIds.size()) { in ComputeActionsTable()
132 unsigned SizePrevIds = PrevLPI->TypeIds.size(); in ComputeActionsTable()
149 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) { in ComputeActionsTable()
150 int TypeID = TypeIds[J]; in ComputeActionsTable()
/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/lib/CodeGen/
DMachineModuleInfo.cpp435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
447 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
454 LP.TypeIds.push_back(0); in addCleanup()
496 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) in TidyLandingPads()
497 LandingPad.TypeIds.clear(); in TidyLandingPads()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp688 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
697 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter)); in addFilterTypeInfo()
738 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0])) in tidyLandingPads()
739 LandingPad.TypeIds.clear(); in tidyLandingPads()
746 LP.TypeIds.push_back(0); in addCleanup()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineModuleInfo.h72 std::vector<int> TypeIds; // List of type ids (filters negative) member
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h82 std::vector<int> TypeIds; // List of type ids (filters negative). member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h220 std::vector<int> TypeIds; // List of type ids (filters negative).