Home
last modified time | relevance | path

Searched defs:TableSize (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp367 unsigned TableSize = 0; emitBinSearchTable() local
413 emitBinSearch(raw_ostream & OS,unsigned TableSize) emitBinSearch() argument
435 emitMapFuncBody(raw_ostream & OS,unsigned TableSize) emitMapFuncBody() argument
492 unsigned TableSize = emitBinSearchTable(OS); emitTablesWithFunc() local
[all...]
H A DAsmWriterEmitter.cpp445 unsigned TableSize = std::min(llvm::bit_floor(BytesNeeded), 4u); EmitGetMnemonic() local
/llvm-project/libcxx/benchmarks/
H A Dordered_set.bench.cpp
/llvm-project/offload/DeviceRTL/src/
H A DMisc.cpp84 uint64_t TableSize = config::getIndirectCallTableSize(); indirectCallLookup() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp84 static const unsigned TableSize; member in __anon344eb2870111::UnmangledFuncInfo
350 const unsigned UnmangledFuncInfo::TableSize = member in __anon344eb2870111::UnmangledFuncInfo
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h144 size_t TableSize; member
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6249 SwitchLookupTable(Module & M,uint64_t TableSize,ConstantInt * Offset,const SmallVectorImpl<std::pair<ConstantInt *,Constant * >> & Values,Constant * DefaultValue,const DataLayout & DL,const StringRef & FuncName) SwitchLookupTable() argument
6418 uint64_t TableSize = BuildLookup() local
6437 WouldFitInRegister(const DataLayout & DL,uint64_t TableSize,Type * ElementType) WouldFitInRegister() argument
6499 ShouldBuildLookupTable(SwitchInst * SI,uint64_t TableSize,const TargetTransformInfo & TTI,const DataLayout & DL,const SmallDenseMap<PHINode *,Type * > & ResultTypes) ShouldBuildLookupTable() argument
6725 uint64_t TableSize; SwitchToLookupTable() local
[all...]
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h228 uint32_t TableSize; member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h285 uint32_t TableSize; // Table size in elements global() member
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp403 uint64_t TableSize = setupIndirectCallTable() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3176 SelectCodeCommon(SDNode * NodeToMatch,const unsigned char * MatcherTable,unsigned TableSize) SelectCodeCommon() argument