Home
last modified time | relevance | path

Searched defs:memoryModel (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp98 auto memoryModel = firstModule.getMemoryModel(); in combine() local
/llvm-project/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h350 SmallVector<uint32_t, 3> memoryModel; variable
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp359 FailureOr<spirv::MemoryModel> memoryModel = spirv::getMemoryModel(targetEnv); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp1422 build(OpBuilder & builder,OperationState & state,spirv::AddressingModel addressingModel,spirv::MemoryModel memoryModel,std::optional<VerCapExtAttr> vceTriple,std::optional<StringRef> name) build() argument
1450 spirv::MemoryModel memoryModel; parse() local