Home
last modified time | relevance | path

Searched refs:memoryModel (Results 1 – 25 of 91) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DRamUsageEstimator.cs38 private MemoryModel memoryModel; field in Lucene.Net.Util.RamUsageEstimator
66 public RamUsageEstimator(MemoryModel memoryModel):this(memoryModel, true) in RamUsageEstimator() argument
77 public RamUsageEstimator(MemoryModel memoryModel, bool checkInterned) in RamUsageEstimator() argument
79 this.memoryModel = memoryModel; in RamUsageEstimator()
84 this.refSize = memoryModel.ReferenceSize; in RamUsageEstimator()
85 this.arraySize = memoryModel.ArraySize; in RamUsageEstimator()
86 this.classSize = memoryModel.ClassSize; in RamUsageEstimator()
141 size += memoryModel.GetPrimitiveSize(fields[i].FieldType); in Size()
178 size += len * memoryModel.GetPrimitiveSize(arrayElementClazz); in SizeOfArray()
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/keiluv/archs/mcs51/
H A Dmcs51targetmiscgroup_v5.cpp67 memoryModel = CompactMemoryModel; in MiscPageOptions()
69 memoryModel = LargeMemoryModel; in MiscPageOptions()
80 MemoryModel memoryModel = SmallMemoryModel; member
95 opts.memoryModel); in Mcs51TargetMiscGroup()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DMemoryMapWidget.cpp126 memoryModel = new MemoryMapModel(&memoryMaps, this); in MemoryMapWidget()
127 memoryProxyModel = new MemoryProxyModel(memoryModel, this); in MemoryMapWidget()
138 qhelpers::emitColumnChanged(memoryModel, MemoryMapModel::CommentColumn); in MemoryMapWidget()
155 memoryModel->beginResetModel(); in refreshMemoryMap()
157 memoryModel->endResetModel(); in refreshMemoryMap()
H A DMemoryMapWidget.h78 MemoryMapModel *memoryModel;
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/generator/iarew/archs/avr/
H A Davrgeneralsettingsgroup_v7.cpp424 memoryModel = TargetPageOptions::TinyModel; in TargetPageOptions()
426 memoryModel = TargetPageOptions::SmallModel; in TargetPageOptions()
428 memoryModel = TargetPageOptions::LargeModel; in TargetPageOptions()
430 memoryModel = TargetPageOptions::HugeModel; in TargetPageOptions()
454 MemoryModel memoryModel = TinyModel; member
700 {opts.memoryModel}); in buildTargetPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp78 auto memoryModel = modules[0].memory_model(); in combine() local
81 modules[0].getLoc(), addressingModel, memoryModel); in combine()
95 module.memory_model() != memoryModel) { in combine()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp98 auto memoryModel = firstModule.memory_model(); in combine() local
105 module.memory_model() != memoryModel || in combine()
114 firstModule.getLoc(), addressingModel, memoryModel, vceTriple); in combine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp133 auto memoryModel = modules[0].memory_model(); in combine() local
136 modules[0].getLoc(), addressingModel, memoryModel); in combine()
150 module.memory_model() != memoryModel) { in combine()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp133 auto memoryModel = modules[0].memory_model(); in combine() local
136 modules[0].getLoc(), addressingModel, memoryModel); in combine()
150 module.memory_model() != memoryModel) { in combine()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp133 auto memoryModel = modules[0].memory_model(); in combine() local
136 modules[0].getLoc(), addressingModel, memoryModel); in combine()
150 module.memory_model() != memoryModel) { in combine()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp133 auto memoryModel = modules[0].memory_model(); in combine() local
136 modules[0].getLoc(), addressingModel, memoryModel); in combine()
150 module.memory_model() != memoryModel) { in combine()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp133 auto memoryModel = modules[0].memory_model(); in combine() local
136 modules[0].getLoc(), addressingModel, memoryModel); in combine()
150 module.memory_model() != memoryModel) { in combine()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp286 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local
287 if (failed(memoryModel)) in matchAndRewrite()
294 moduleOp.getLoc(), addressingModel, memoryModel.getValue(), in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/GPUToSPIRV/
H A DConvertGPUToSPIRV.cpp285 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local
286 if (failed(memoryModel)) in matchAndRewrite()
293 moduleOp.getLoc(), addressingModel, memoryModel.getValue(), in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp286 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local
287 if (failed(memoryModel)) in matchAndRewrite()
294 moduleOp.getLoc(), addressingModel, memoryModel.getValue(), in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp313 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local
314 if (failed(memoryModel)) in matchAndRewrite()
321 moduleOp.getLoc(), addressingModel, memoryModel.getValue(), llvm::None, in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp305 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local
306 if (failed(memoryModel)) in matchAndRewrite()
313 moduleOp.getLoc(), addressingModel, memoryModel.getValue(), in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp305 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); in matchAndRewrite() local
306 if (failed(memoryModel)) in matchAndRewrite()
313 moduleOp.getLoc(), addressingModel, memoryModel.getValue(), in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp305 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv);
306 if (failed(memoryModel))
313 moduleOp.getLoc(), addressingModel, memoryModel.getValue(),
/dports/emulators/atari800/atari800-3.1.0/src/dos/
H A Dvga_gfx.c82 UBYTE memoryModel; member
239 if (mInfo.numOfPlanes!=1 || mInfo.bitsPerPixel!=8 || mInfo.memoryModel!=4) continue; in VESA_getmode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp115 memoryModel.size() + entryPoints.size() + in collect()
126 binary.append(memoryModel.begin(), memoryModel.end()); in collect()
202 (void)encodeInstructionInto(memoryModel, spirv::Opcode::OpMemoryModel, in processMemoryModel()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp115 memoryModel.size() + entryPoints.size() + in collect()
126 binary.append(memoryModel.begin(), memoryModel.end()); in collect()
202 (void)encodeInstructionInto(memoryModel, spirv::Opcode::OpMemoryModel, in processMemoryModel()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp115 memoryModel.size() + entryPoints.size() + in collect()
126 binary.append(memoryModel.begin(), memoryModel.end()); in collect()
202 (void)encodeInstructionInto(memoryModel, spirv::Opcode::OpMemoryModel, in processMemoryModel()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp115 memoryModel.size() + entryPoints.size() + in collect()
126 binary.append(memoryModel.begin(), memoryModel.end()); in collect()
202 (void)encodeInstructionInto(memoryModel, spirv::Opcode::OpMemoryModel, in processMemoryModel()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
H A DSerializer.cpp364 SmallVector<uint32_t, 3> memoryModel; member in __anon6516f6210111::Serializer
484 memoryModel.size() + entryPoints.size() + in collect()
495 binary.append(memoryModel.begin(), memoryModel.end()); in collect()
565 encodeInstructionInto(memoryModel, spirv::Opcode::OpMemoryModel, {am, mm}); in processMemoryModel()

1234