Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h139 llvm::Constant *tryEmitPrivate(const Expr *E, QualType T);
143 tryEmitPrivate(const APValue &value, QualType T,
H A DCGExprConstant.cpp1227 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType()); in VisitCastExpr()
1276 auto C = Emitter.tryEmitPrivate(subExpr, subExpr->getType()); in VisitCastExpr()
1605 auto C = tryEmitPrivate(E, destType); in tryEmitAbstract()
1612 auto C = tryEmitPrivate(value, destType); in tryEmitAbstract()
1630 auto C = tryEmitPrivate(E, destType); in emitAbstract()
1646 tryEmitPrivate(value, destType, EnablePtrAuthFunctionTypeDiscrimination); in emitAbstract()
1912 llvm::Constant *C = tryEmitPrivate(E, nonMemoryDestType); in tryEmitPrivateForMemory()
1919 auto C = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()
2018 llvm::Constant *ConstantEmitter::tryEmitPrivate(const Expr *E, in tryEmitPrivate() function in ConstantEmitter
2036 return tryEmitPrivate(Result.Val, destType); in tryEmitPrivate()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprConstant.cpp649 mlir::Attribute c = tryEmitPrivate(value, nonMemoryDestType); in tryEmitPrivateForMemory()
657 mlir::Attribute c = tryEmitPrivate(value, destType); in emitAbstract()
674 mlir::Attribute ConstantEmitter::tryEmitPrivate(const APValue &value, in tryEmitPrivate() function in ConstantEmitter
711 filler = tryEmitPrivate(value.getArrayFiller(), arrayElementTy); in tryEmitPrivate()
H A DCIRGenConstantEmitter.h104 mlir::Attribute tryEmitPrivate(const APValue &value, QualType destType);