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

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp368 unsigned TableSize = 0; local
410 void MapTableEmitter::emitBinSearch(raw_ostream &OS, unsigned TableSize) { argument
413 OS << " unsigned end = " << TableSize << ";\n"; local
432 emitMapFuncBody(raw_ostream &OS, unsigned TableSize) argument
488 unsigned TableSize = emitBinSearchTable(OS); local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp629 size_t TableSize = Succs.size() * Preds.size(); local
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2351 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3489 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt*, Constant*> >& Values, Constant *DefaultValue, const DataLayout *TD) argument
3601 WouldFitInRegister(const DataLayout *TD, uint64_t TableSize, const Type *ElementType) argument
3621 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout *TD, const SmallDenseMap<PHINode*, Type*>& ResultTypes) argument
3739 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; local
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dactbl1.h317 UINT32 TableSize; member in struct:acpi_einj_trigger
/freebsd-10.1-release/sys/dev/asr/
H A Di2omsg.h640 U32 TableSize; member in struct:_I2O_LCT

Completed in 207 milliseconds