Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DCastOps.cpp123 if ((addressingModel == spirv::AddressingModel::Logical) || in verify() local
144 if ((addressingModel == spirv::AddressingModel::Logical) || in verify() local
H A DSPIRVOps.cpp1421 build(OpBuilder & builder,OperationState & state,spirv::AddressingModel addressingModel,spirv::MemoryModel memoryModel,std::optional<VerCapExtAttr> vceTriple,std::optional<StringRef> name) build() argument
/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
H A DModuleCombiner.cpp97 auto addressingModel = firstModule.getAddressingModel(); in combine() local
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp357 spirv::AddressingModel addressingModel = spirv::getAddressingModel( matchAndRewrite() local