Home
last modified time | relevance | path

Searched refs:TableSize (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4981 Module &M, uint64_t TableSize, ConstantInt *Offset,
4989 /// Return true if a table with TableSize elements of
4991 static bool WouldFitInRegister(const DataLayout &DL, uint64_t TableSize,
5035 Module &M, uint64_t TableSize, ConstantInt *Offset, in SwitchLookupTable()
5039 assert(TableSize >= Values.size() && "Can't fit values in table!"); in SwitchLookupTable()
5047 SmallVector<Constant *, 64> TableContents(TableSize); in SwitchLookupTable()
5061 if (Values.size() < TableSize) { in SwitchLookupTable()
5065 for (uint64_t I = 0; I < TableSize; ++I) { in SwitchLookupTable()
5087 assert(TableSize >= 2 && "Should be a SingleValue table."); in SwitchLookupTable()
5089 for (uint64_t I = 0; I < TableSize; in SwitchLookupTable()
5034 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
5188 uint64_t TableSize = BuildLookup() local
5206 WouldFitInRegister(const DataLayout &DL, uint64_t TableSize, Type *ElementType) WouldFitInRegister() argument
5224 ShouldBuildLookupTable(SwitchInst *SI, uint64_t TableSize, const TargetTransformInfo &TTI, const DataLayout &DL, const SmallDenseMap<PHINode *, Type *> &ResultTypes) ShouldBuildLookupTable() argument
5421 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; SwitchToLookupTable() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp79 static const unsigned TableSize; member in __anon24427::UnmangledFuncInfo
97 assert(Index < TableSize && in toFuncId()
345 const unsigned UnmangledFuncInfo::TableSize =
1002 for (unsigned I = 0; I != TableSize; ++I)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h41 uint32_t TableSize; // Table size in elements member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h305 unsigned TableSize);
/third_party/protobuf/src/google/protobuf/
H A Dmap.h398 n = TableSize(n); in InnerMap()
956 size_type TableSize(size_type n) { in TableSize() function in google::protobuf::Map::InnerMap
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h207 uint32_t TableSize; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h241 CASE_OP(TableSize, "table.size") in OpcodeName()
H A Dgraph-builder-interface.cc1018 void TableSize(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableSize() function
1020 result->node = builder_->TableSize(imm.index); in TableSize()
H A Dwasm-opcodes.h600 V_SIG(TableSize, 0xfc10, i_v) \
H A Dfunction-body-decoder-impl.h1021 F(TableSize, const IndexImmediate<validate>& imm, Value* result) \
5092 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableSize, imm, &result); in DecodeNumericOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp161 encodeULEB128(Section.TableSize, OS); in writeSectionContent()
H A DWasmYAML.cpp55 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
/third_party/backends/backend/
H A Dmustek_usb2_asic.h1352 unsigned int TableSize; member
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h479 Node* TableSize(uint32_t table_index);
H A Dwasm-compiler.cc5570 Node* WasmGraphBuilder::TableSize(uint32_t table_index) { in TableSize() function in v8::internal::WasmGraphBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2775 unsigned TableSize) { in SelectCodeCommon()
2898 assert(MatcherIndex < TableSize && "Invalid index"); in SelectCodeCommon()
2773 SelectCodeCommon(SDNode *NodeToMatch, const unsigned char *MatcherTable, unsigned TableSize) SelectCodeCommon() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp332 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylinkSection()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5138 void TableSize(FullDecoder* decoder, const IndexImmediate<validate>& imm,

Completed in 65 milliseconds