/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4981 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 D | AMDGPULibFunc.cpp | 79 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 D | Wasm.h | 41 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 D | SelectionDAGISel.h | 305 unsigned TableSize);
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 398 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 D | WasmYAML.h | 207 uint32_t TableSize; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 241 CASE_OP(TableSize, "table.size") in OpcodeName()
|
H A D | graph-builder-interface.cc | 1018 void TableSize(FullDecoder* decoder, const IndexImmediate<validate>& imm, in TableSize() function 1020 result->node = builder_->TableSize(imm.index); in TableSize()
|
H A D | wasm-opcodes.h | 600 V_SIG(TableSize, 0xfc10, i_v) \
|
H A D | function-body-decoder-impl.h | 1021 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 D | WasmEmitter.cpp | 161 encodeULEB128(Section.TableSize, OS); in writeSectionContent()
|
H A D | WasmYAML.cpp | 55 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
|
/third_party/backends/backend/ |
H A D | mustek_usb2_asic.h | 1352 unsigned int TableSize; member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 479 Node* TableSize(uint32_t table_index);
|
H A D | wasm-compiler.cc | 5570 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 D | SelectionDAGISel.cpp | 2775 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 D | WasmObjectFile.cpp | 332 DylinkInfo.TableSize = readVaruint32(Ctx); in parseDylinkSection()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5138 void TableSize(FullDecoder* decoder, const IndexImmediate<validate>& imm,
|