HomeSort by relevance Sort by last modified time
    Searched defs:TypeIds (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 84 llvm::DenseSet<uint64_t> TypeIds;
94 TypeIds.insert(TypeId->getZExtValue());
128 SwitchInst *SI = IRB.CreateSwitch(&CallSiteTypeId, TrapBB, TypeIds.size());
129 for (uint64_t TypeId : TypeIds) {
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) {
532 lowerTypeTestCalls(TypeIds, CombinedGlobal, GlobalLayout);
559 ArrayRef<Metadata *> TypeIds, Constant *CombinedGlobalAddr,
565 for (Metadata *TypeId : TypeIds) {
665 void LowerTypeTests::buildBitSetsFromFunctions(ArrayRef<Metadata *> TypeIds,
763 lowerTypeTestCalls(TypeIds, JumpTable, GlobalLayout)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 142 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
157 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
247 const std::vector<int> &TypeIds = LP->TypeIds;
251 if (NumShared < TypeIds.size()) {
256 const unsigned SizePrevIds = LandingPads[i-1]->TypeIds.size();
269 for (unsigned I = NumShared, M = TypeIds.size(); I != M; ++I) {
270 int TypeID = TypeIds[I]
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 82 std::vector<int> TypeIds; // List of type ids (filters negative).
146 /// FilterIds - List of typeids encoding filters used in the current function.
414 /// getFilterIds - Return a reference to the typeids encoding filters used in
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 35 const std::vector<int> &LIds = L->TypeIds, &RIds = R->TypeIds;
97 const std::vector<int> &TypeIds = LPI->TypeIds;
101 if (NumShared < TypeIds.size()) {
106 unsigned SizePrevIds = PrevLPI->TypeIds.size();
121 for (unsigned J = NumShared, M = TypeIds.size(); J != M; ++J) {
122 int TypeID = TypeIds[J];
354 const LandingPadInfo *R) { return L->TypeIds < R->TypeIds; });
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 72 std::vector<int> TypeIds; // List of type ids (filters negative)
137 /// FilterIds - List of typeids encoding filters used in the current function.
383 /// getFilterIds - Return a reference to the typeids encoding filters used in
  /art/dexlayout/
dex_ir.h 169 std::vector<std::unique_ptr<TypeId>>& TypeIds() { return type_ids_.Collection(); }
223 return TypeIds()[index].get();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 816 milliseconds