/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 238 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 …]
|
D | CrossDSOCFI.cpp | 84 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/ |
D | CrossDSOCFI.cpp | 83 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()
|
D | LowerTypeTests.cpp | 401 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 47 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/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 35 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/lib/CodeGen/AsmPrinter/ |
D | DwarfException.cpp | 48 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITDwarfEmitter.cpp | 142 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/llvm/lib/CodeGen/ |
D | MachineModuleInfo.cpp | 331 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/ |
D | MachineModuleInfo.cpp | 435 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/ |
D | MachineFunction.cpp | 688 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/ |
D | MachineModuleInfo.h | 72 std::vector<int> TypeIds; // List of type ids (filters negative) member
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 82 std::vector<int> TypeIds; // List of type ids (filters negative). member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 220 std::vector<int> TypeIds; // List of type ids (filters negative).
|
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |