HomeSort by: relevance | last modified time | path
    Searched refs:TypeIds (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 83 SetVector<uint64_t> TypeIds;
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) {
LowerTypeTests.cpp 460 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) {
873 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout);
1120 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
1125 for (Metadata *TypeId : TypeIds) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 46 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
98 const std::vector<int> &TypeIds = LPI->TypeIds;
102 if (NumShared < TypeIds.size()) {
108 unsigned SizePrevIds = PrevLPI->TypeIds.size();
123 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) {
124 int TypeID = TypeIds[J];
394 return L->TypeIds < R->TypeIds;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 754 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
763 LP.TypeIds.push_back(getFilterIDFor(IdsInFilter));
803 // If there is no landing pad, ensure that the list of typeids is empty.
804 // If the only typeid is a cleanup, this is the same as having no typeids.
806 (LandingPad.TypeIds.size() == 1 && !LandingPad.TypeIds[0]))
807 LandingPad.TypeIds.clear();
814 LP.TypeIds.push_back(0);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 224 std::vector<int> TypeIds; // List of type ids (filters negative).
361 /// List of typeids encoding filters used.
1078 /// Return a reference to the typeids encoding filters used in the current

Completed in 19 milliseconds