Home
last modified time | relevance | path

Searched refs:getElementPtr (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A DbadFoldGEP.ll3 ;; GetMemInstArgs() folded the two getElementPtr instructions together,
4 ;; producing an illegal getElementPtr. That's because the type generated
/llvm-project-15.0.7/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp149 Value inputElementPtr = spirv::getElementPtr( in matchAndRewrite()
171 spirv::getElementPtr(*typeConverter, originalOutputType, convertedOutput, in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp327 spirv::getElementPtr(typeConverter, memrefType, adaptor.getMemref(), in matchAndRewrite()
419 auto loadPtr = spirv::getElementPtr( in matchAndRewrite()
440 spirv::getElementPtr(typeConverter, memrefType, adaptor.getMemref(), in matchAndRewrite()
531 auto storePtr = spirv::getElementPtr( in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.h163 spirv::AccessChainOp getElementPtr(SPIRVTypeConverter &typeConverter,
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp784 spirv::AccessChainOp mlir::spirv::getElementPtr( in getElementPtr() function in mlir::spirv
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1170 (** [const_gep pc indices] returns the constant [getElementPtr] of [pc] with the
1175 (** [const_gep2 srcty pc indices] returns the constant [getElementPtr] of [pc]
1181 (** [const_in_bounds_gep pc indices] returns the constant [getElementPtr] of [pc]