Home
last modified time | relevance | path

Searched refs:emitAbstract (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantEmitter.h105 llvm::Constant *emitAbstract(const Expr *E, QualType T);
107 emitAbstract(SourceLocation loc, const APValue &value, QualType T,
H A DCGExprConstant.cpp1628 ConstantEmitter::emitAbstract(const Expr *E, QualType destType) { in emitAbstract() function in ConstantEmitter
1641 ConstantEmitter::emitAbstract(SourceLocation loc, const APValue &value, in emitAbstract() function in ConstantEmitter
2380 .emitAbstract(E->getExprLoc(), Result.Val, E->getType(), false); in emitPointerAuthPointer()
2394 llvm::Constant *Pointer = ConstantEmitter(CGM).emitAbstract( in emitPointerAuthDiscriminator()
2396 auto *Extra = cast<llvm::ConstantInt>(ConstantEmitter(CGM).emitAbstract( in emitPointerAuthDiscriminator()
2402 llvm::Constant *Result = ConstantEmitter(CGM).emitAbstract(E, E->getType()); in emitPointerAuthDiscriminator()
H A DCGBuiltin.cpp3199 return RValue::get(ConstantEmitter(*this).emitAbstract(E, E->getType())); in EmitBuiltinExpr()
4661 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr()
4671 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr()
5583 return RValue::get(ConstantEmitter(*this).emitAbstract(E, E->getType())); in EmitBuiltinExpr()
H A DCGDebugInfo.cpp2474 V = ConstantEmitter(CGM).emitAbstract( in CollectTemplateParams()
2507 llvm::Constant *V = ConstantEmitter(CGM).emitAbstract( in CollectTemplateParams()
2531 llvm::Constant *V = ConstantEmitter(CGM).emitAbstract(E, T); in CollectTemplateParams()
H A DCGExpr.cpp1854 llvm::Constant *C = ConstantEmitter(*this).emitAbstract( in tryEmitAsConstant()
3153 llvm::Constant *Val = ConstantEmitter(*this).emitAbstract( in EmitDeclRefLValue()
H A DCodeGenModule.cpp3588 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs()
7963 llvm::Constant *C = ConstantEmitter(CGF).emitAbstract(E, E->getType()); in createOpenCLIntToSamplerConversion()
H A DCGExprScalar.cpp702 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenConstantEmitter.h93 mlir::Attribute emitAbstract(SourceLocation loc, const APValue &value,
H A DCIRGenExprConstant.cpp643 return emitAbstract(ce->getBeginLoc(), ce->getAPValueResult(), retType); in tryEmitConstantExpr()
653 mlir::Attribute ConstantEmitter::emitAbstract(SourceLocation loc, in emitAbstract() function in ConstantEmitter
H A DCIRGenExpr.cpp1792 mlir::Attribute c = ConstantEmitter(*this).emitAbstract( in tryEmitAsConstant()