/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 222 void emitBinSearch(raw_ostream &OS, unsigned TableSize); 227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize); 374 unsigned TableSize = 0; in emitBinSearchTable() local 399 TableSize++; in emitBinSearchTable() 403 if (!TableSize) { in emitBinSearchTable() 408 return TableSize; in emitBinSearchTable() 416 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { in emitBinSearch() argument 419 OS << " unsigned end = " << TableSize << ";\n"; in emitBinSearch() 439 unsigned TableSize) { in emitMapFuncBody() argument 447 emitBinSearch(OS, TableSize); in emitMapFuncBody() [all …]
|
D | AsmWriterEmitter.cpp | 378 unsigned TableSize = std::min(1 << Log2_32(BytesNeeded), 4); in EmitPrintInstruction() local 379 BytesNeeded -= TableSize; in EmitPrintInstruction() 380 TableSize *= 8; // Convert to bits; in EmitPrintInstruction() 381 uint64_t Mask = (1ULL << TableSize) - 1; in EmitPrintInstruction() 382 O << " static const uint" << TableSize << "_t OpInfo" << Table in EmitPrintInstruction() 396 Shift += TableSize; in EmitPrintInstruction()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | SubtargetFeature.cpp | 344 size_t TableSize) { in getItinerary() argument 347 for (size_t i = 1; i < TableSize; i++) { in getItinerary() 353 const SubtargetInfoKV *Entry = Find(CPU, Table, TableSize); in getItinerary()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4444 Module &M, uint64_t TableSize, ConstantInt *Offset, 4454 static bool WouldFitInRegister(const DataLayout &DL, uint64_t TableSize, 4497 Module &M, uint64_t TableSize, ConstantInt *Offset, in SwitchLookupTable() argument 4503 assert(TableSize >= Values.size() && "Can't fit values in table!"); in SwitchLookupTable() 4511 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable() 4525 if (Values.size() < TableSize) { in SwitchLookupTable() 4529 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable() 4551 assert(TableSize >= 2 && "Should be a SingleValue table."); in SwitchLookupTable() 4553 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable() 4583 if (WouldFitInRegister(DL, TableSize, ValueType)) { in SwitchLookupTable() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | SubtargetFeature.h | 100 const SubtargetInfoKV *Table, size_t TableSize);
|
/external/syslinux/efi32/include/efi/protocol/ |
D | legacyboot.h | 86 IN OUT UINTN *TableSize, // MaxCount * sizeof(BBS_TABLE_ENTRY)
|
/external/syslinux/efi64/include/efi/protocol/ |
D | legacyboot.h | 86 IN OUT UINTN *TableSize, // MaxCount * sizeof(BBS_TABLE_ENTRY)
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ |
D | legacyboot.h | 86 IN OUT UINTN *TableSize, // MaxCount * sizeof(BBS_TABLE_ENTRY)
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 729 size_t TableSize = Succs.size() * Preds.size(); in buildEdgeLookupTable() local 731 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); in buildEdgeLookupTable() 733 std::unique_ptr<Constant * []> EdgeTable(new Constant *[TableSize]); in buildEdgeLookupTable() 735 for (size_t i = 0; i != TableSize; ++i) in buildEdgeLookupTable() 759 makeArrayRef(&EdgeTable[0],TableSize)), in buildEdgeLookupTable()
|
/external/eigen/bench/ |
D | analyze-blocking-sizes.cpp | 356 const size_t TableSize = NumSizes * NumSizes * NumSizes; in dump_table_for_subset() local 359 cout << " static const unsigned short data[" << TableSize << "] = {"; in dump_table_for_subset() 390 if (i != TableSize) { in dump_table_for_subset() 391 cerr << endl << "Wrote " << i << " table entries, expected " << TableSize << endl; in dump_table_for_subset()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 267 unsigned TableSize);
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGISel.h | 251 unsigned TableSize);
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 720 n = TableSize(n); in InnerMap() 1281 size_type TableSize(size_type n) { in TableSize() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2020 unsigned TableSize) { in SelectCodeCommon() argument 2131 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 2731 unsigned TableSize) { in SelectCodeCommon() argument 2854 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/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.11.0.v20150602-1242.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/ ... |