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.cpp629 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 DSelectionDAGISel.cpp2146 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 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.cpp3429 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 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 199 milliseconds