Searched refs:getElementPtr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | badFoldGEP.ll | 3 ;; 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 D | LinalgToSPIRV.cpp | 149 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 D | MemRefToSPIRV.cpp | 327 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 D | SPIRVConversion.h | 163 spirv::AccessChainOp getElementPtr(SPIRVTypeConverter &typeConverter,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | SPIRVConversion.cpp | 784 spirv::AccessChainOp mlir::spirv::getElementPtr( in getElementPtr() function in mlir::spirv
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1170 (** [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]
|