Searched defs:TableSize (Results 1 - 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp222 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 DGCOVProfiling.cpp599 size_t TableSize = Succs.size() * Preds.size(); local
601 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
603 OwningArrayPtr<Constant *> EdgeTable(new Constant*[TableSize]);
605 for (size_t i = 0; i != TableSize; ++i)
625 ArrayRef<Constant*> V(&EdgeTable[0], TableSize);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2204 unsigned TableSize) {
2318 assert(MatcherIndex < TableSize && "Invalid index");
2203 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c234 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 DSimplifyCFG.cpp3379 uint64_t TableSize,
3389 /// WouldFitInRegister - Return true if a table with TableSize elements of
3392 uint64_t TableSize,
3426 uint64_t TableSize,
3433 assert(TableSize >= Values.size() && "Can't fit values in table!");
3439 SmallVector<Constant*, 64> TableContents(TableSize);
3454 if (Values.size() < TableSize) {
3455 for (uint64_t I = 0; I < TableSize; ++I) {
3472 if (WouldFitInRegister(TD, TableSize, DefaultValue->getType())) {
3474 APInt TableInt(TableSize * I
3425 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVector<std::pair<ConstantInt*, Constant*>, 4>& Values, Constant *DefaultValue, const DataLayout *TD) argument
3537 WouldFitInRegister(const DataLayout *TD, uint64_t TableSize, const Type *ElementType) argument
3557 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout *TD, const SmallDenseMap<PHINode*, Type*>& ResultTypes) argument
3675 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 141 milliseconds