Searched defs:TableSize (Results 1 - 7 of 7) sorted by relevance
/external/llvm/utils/TableGen/ |
H A D | CodeGenMapTable.cpp | 222 void emitBinSearch(raw_ostream &OS, unsigned TableSize); 227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize); 369 unsigned TableSize = 0; local 394 TableSize++; 398 if (!TableSize) { 403 return TableSize; 411 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { argument 414 OS << " unsigned end = " << TableSize << ";\n"; local 434 unsigned TableSize) { 442 emitBinSearch(OS, TableSize); 433 emitMapFuncBody(raw_ostream &OS, unsigned TableSize) argument 489 unsigned TableSize = emitBinSearchTable(OS); local [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 629 size_t TableSize = Succs.size() * Preds.size(); local 631 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); 633 OwningArrayPtr<Constant *> EdgeTable(new Constant*[TableSize]); 635 for (size_t i = 0; i != TableSize; ++i) 655 ArrayRef<Constant*> V(&EdgeTable[0], TableSize);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 2146 unsigned TableSize) { 2260 assert(MatcherIndex < TableSize && "Invalid index"); 2145 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument
|
/external/stlport/src/c_locale_win32/ |
H A D | c_locale_win32.c | 234 static const char* __ConvertName(const char* lname, LOCALECONV* ConvTable, int TableSize); 1369 const char* __ConvertName(const char* lname, LOCALECONV* ConvTable, int TableSize) { argument 1373 int high = TableSize - 1;
|
/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 3429 uint64_t TableSize, 3439 /// WouldFitInRegister - Return true if a table with TableSize elements of 3442 uint64_t TableSize, 3476 uint64_t TableSize, 3483 assert(TableSize >= Values.size() && "Can't fit values in table!"); 3489 SmallVector<Constant*, 64> TableContents(TableSize); 3504 if (Values.size() < TableSize) { 3505 for (uint64_t I = 0; I < TableSize; ++I) { 3522 if (WouldFitInRegister(TD, TableSize, DefaultValue->getType())) { 3524 APInt TableInt(TableSize * I 3475 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt*, Constant*> >& Values, Constant *DefaultValue, const DataLayout *TD) argument 3587 WouldFitInRegister(const DataLayout *TD, uint64_t TableSize, const Type *ElementType) argument 3607 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout *TD, const SmallDenseMap<PHINode*, Type*>& ResultTypes) argument 3725 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 199 milliseconds