Home
last modified time | relevance | path

Searched refs:emitToMemory (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp300 value = emitToMemory(value, ty); in emitStoreOfScalar()
486 mlir::Value CIRGenFunction::emitToMemory(mlir::Value value, QualType ty) { in emitToMemory() function in CIRGenFunction
H A DCIRGenFunction.h1072 mlir::Value emitToMemory(mlir::Value value, clang::QualType ty);
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp132 static mlir::Value emitToMemory(mlir::ConversionPatternRewriter &rewriter, in emitToMemory() function
977 mlir::Value value = emitToMemory(rewriter, dataLayout, in matchAndRewrite()