Home
last modified time | relevance | path

Searched refs:emitForMemory (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h125 llvm::Constant *emitForMemory(llvm::Constant *C, QualType T) { in emitForMemory() function
126 return emitForMemory(CGM, C, T); in emitForMemory()
130 static llvm::Constant *emitForMemory(CodeGenModule &CGM, llvm::Constant *C,
H A DCGExprConstant.cpp1880 return emitForMemory(C, destType); in tryEmitPrivateForVarInit()
1898 return (C ? emitForMemory(C, destType) : nullptr); in tryEmitAbstractForMemory()
1906 return (C ? emitForMemory(C, destType) : nullptr); in tryEmitAbstractForMemory()
1913 return (C ? emitForMemory(C, destType) : nullptr); in tryEmitPrivateForMemory()
1920 return (C ? emitForMemory(C, destType) : nullptr); in tryEmitPrivateForMemory()
1960 llvm::Constant *ConstantEmitter::emitForMemory(CodeGenModule &CGM, in emitForMemory() function in ConstantEmitter
1966 C = emitForMemory(CGM, C, destValueType); in emitForMemory()
2725 return emitForMemory(CGM, CGM.EmitNullConstant(T), T); in emitNullForMemory()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenConstantEmitter.h83 mlir::Attribute emitForMemory(mlir::Attribute c, QualType t);
H A DCIRGenExprConstant.cpp624 return emitForMemory(c, destType); in tryEmitPrivateForVarInit()
650 return (c ? emitForMemory(c, destType) : nullptr); in tryEmitPrivateForMemory()
663 mlir::Attribute ConstantEmitter::emitForMemory(mlir::Attribute c, in emitForMemory() function in ConstantEmitter