Home
last modified time | relevance | path

Searched refs:TableSize (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/llvm/utils/TableGen/
HDCodeGenMapTable.cpp222 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/
HDConfigure9 TableSize bindir mandir manext mansty \
72 set TableSize = 0
109 Table Size $TableSize
522 -e "s|%tablesize%|$TableSize|" \
538 -e "s|%TableSize%|$TableSize|" \
HDtop.local.H30 #define Table_size %TableSize%
/trueos/contrib/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp3443 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/
HDGCOVProfiling.cpp629 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/
HDi2odep.h742 _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)
HDi2omsg.h640 U32 TableSize; member
642 BF TableSize:I2O_COMMON_LENGTH_FIELD_SZ;
/trueos/contrib/llvm/include/llvm/CodeGen/
HDSelectionDAGISel.h239 unsigned TableSize);
/trueos/sys/contrib/dev/acpica/include/
HDactbl1.h317 UINT32 TableSize; member
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGISel.cpp2352 unsigned TableSize) { in SelectCodeCommon() argument
2466 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()