Searched refs:TableSize (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/llvm/utils/TableGen/ |
| HD | CodeGenMapTable.cpp | 222 void emitBinSearch(raw_ostream &OS, unsigned TableSize); 227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize); 368 unsigned TableSize = 0; in emitBinSearchTable() local 393 TableSize++; in emitBinSearchTable() 397 if (!TableSize) { in emitBinSearchTable() 402 return TableSize; in emitBinSearchTable() 410 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { in emitBinSearch() argument 413 OS << " unsigned end = " << TableSize << ";\n"; in emitBinSearch() 433 unsigned TableSize) { in emitMapFuncBody() argument 441 emitBinSearch(OS, TableSize); in emitMapFuncBody() [all …]
|
| /trueos/contrib/top/ |
| HD | Configure | 9 TableSize bindir mandir manext mansty \ 72 set TableSize = 0 109 Table Size $TableSize 522 -e "s|%tablesize%|$TableSize|" \ 538 -e "s|%TableSize%|$TableSize|" \
|
| HD | top.local.H | 30 #define Table_size %TableSize%
|
| /trueos/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyCFG.cpp | 3443 uint64_t TableSize, 3456 uint64_t TableSize, 3490 uint64_t TableSize, in SwitchLookupTable() argument 3497 assert(TableSize >= Values.size() && "Can't fit values in table!"); in SwitchLookupTable() 3503 SmallVector<Constant*, 64> TableContents(TableSize); in SwitchLookupTable() 3518 if (Values.size() < TableSize) { in SwitchLookupTable() 3519 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable() 3536 if (WouldFitInRegister(TD, TableSize, DefaultValue->getType())) { in SwitchLookupTable() 3538 APInt TableInt(TableSize * IT->getBitWidth(), 0); in SwitchLookupTable() 3539 for (uint64_t I = TableSize; I > 0; --I) { in SwitchLookupTable() [all …]
|
| /trueos/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | GCOVProfiling.cpp | 629 size_t TableSize = Succs.size() * Preds.size(); in buildEdgeLookupTable() local 631 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); in buildEdgeLookupTable() 633 OwningArrayPtr<Constant *> EdgeTable(new Constant*[TableSize]); in buildEdgeLookupTable() 635 for (size_t i = 0; i != TableSize; ++i) in buildEdgeLookupTable() 655 ArrayRef<Constant*> V(&EdgeTable[0], TableSize); in buildEdgeLookupTable()
|
| /trueos/sys/dev/asr/ |
| HD | i2odep.h | 742 _F_get16bit(x,TableSize,0,TableSize) 744 _F_set16bit(x,TableSize,0,TableSize,y) 746 _F_get12bit(x,TableSize,2,BootDeviceTID) 748 _F_set12bit(x,TableSize,2,BootDeviceTID,y) 750 _F_get4bit4(x,TableSize,3,LctVer) 752 _F_set4bit4(x,TableSize,3,LctVer,y)
|
| HD | i2omsg.h | 640 U32 TableSize; member 642 BF TableSize:I2O_COMMON_LENGTH_FIELD_SZ;
|
| /trueos/contrib/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAGISel.h | 239 unsigned TableSize);
|
| /trueos/sys/contrib/dev/acpica/include/ |
| HD | actbl1.h | 317 UINT32 TableSize; member
|
| /trueos/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGISel.cpp | 2352 unsigned TableSize) { in SelectCodeCommon() argument 2466 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()
|