Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h140 llvm::Constant *tryEmitPrivateForMemory(const Expr *E, QualType T);
145 llvm::Constant *tryEmitPrivateForMemory(const APValue &value, QualType T);
H A DCGExprConstant.cpp707 llvm::Constant *Val = Emitter.tryEmitPrivateForMemory(Init, ElemType); in EmitDesignatedInitUpdater()
792 Init ? Emitter.tryEmitPrivateForMemory(Init, Field->getType()) in Build()
904 Emitter.tryEmitPrivateForMemory(FieldValue, Field->getType()); in Build()
1199 auto C = Emitter.tryEmitPrivateForMemory(subExpr, field->getType()); in VisitCastExpr()
1416 C = Emitter.tryEmitPrivateForMemory(Init, EltType); in EmitArrayInitialization()
1443 C = Emitter.tryEmitPrivateForMemory( in EmitArrayInitialization()
1665 return markIfFailed(tryEmitPrivateForMemory(E, destType)); in tryEmitForInitializer()
1672 auto C = tryEmitPrivateForMemory(value, destType); in emitForInitializer()
1888 return tryEmitPrivateForMemory(*value, destType); in tryEmitPrivateForVarInit()
1909 llvm::Constant *ConstantEmitter::tryEmitPrivateForMemory(const Expr *E, in tryEmitPrivateForMemory() function in ConstantEmitter
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp630 return tryEmitPrivateForMemory(*value, destType); in tryEmitPrivateForVarInit()
646 mlir::Attribute ConstantEmitter::tryEmitPrivateForMemory(const APValue &value, in tryEmitPrivateForMemory() function in ConstantEmitter
726 tryEmitPrivateForMemory(arrayElement, arrayElementTy); in tryEmitPrivate()
758 tryEmitPrivateForMemory(value.getVectorElt(i), elementType); in tryEmitPrivate()
H A DCIRGenConstantEmitter.h105 mlir::Attribute tryEmitPrivateForMemory(const APValue &value, QualType t);