Home
last modified time | relevance | path

Searched defs:gep (Results 1 – 11 of 11) sorted by relevance

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTBAABuilder.cpp109 GEPOp gep, in getBoxAccessTag()
121 GEPOp gep, in getDataAccessTag()
132 Type accessFIRType, GEPOp gep) { in attachTBAATag()
H A DCodeGen.cpp941 auto gep = rewriter.create<mlir::LLVM::GEPOp>( computeElementDistance() local
2314 mlir::Value gep = doRewrite() local
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DPrintCallHelper.cpp60 Value gep = in createPrintStrCall() local
H A DPattern.cpp181 return rewriter.create<LLVM::PtrToIntOp>(loc, getIndexType(), gep); in getSizeInBytes() local
/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DFIROpPatterns.h174 attachTBAATag(mlir::LLVM::AliasAnalysisOpInterface op,mlir::Type baseFIRType,mlir::Type accessFIRType,mlir::LLVM::GEPOp gep) attachTBAATag() argument
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1363 auto *gep = cast<llvm::GEPOperator>(constant_expr); in UnfoldConstant() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp670 gepToByteOffset(const DataLayout & dataLayout,LLVM::GEPOp gep) gepToByteOffset() argument
744 getSubslotAccessInfo(const DestructurableMemorySlot & slot,const DataLayout & dataLayout,LLVM::GEPOp gep) getSubslotAccessInfo() argument
/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp603 auto gep = matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp563 auto gep = rewriter.create<LLVM::GEPOp>( allocateBuffer() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp1171 Value gep = b.create<LLVM::GEPOp>(llvmPointerType, llvmPointerType, matchAndRewrite() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2477 if (auto *gep = dyn_cast<GetElementPtrInst>(AddrPart->stripPointerCasts())) vectorizeInterleaveGroup() local