Searched refs:emitAbstract (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ConstantEmitter.h | 105 llvm::Constant *emitAbstract(const Expr *E, QualType T); 107 emitAbstract(SourceLocation loc, const APValue &value, QualType T,
|
| H A D | CGExprConstant.cpp | 1628 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 D | CGBuiltin.cpp | 3199 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 D | CGDebugInfo.cpp | 2474 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 D | CGExpr.cpp | 1854 llvm::Constant *C = ConstantEmitter(*this).emitAbstract( in tryEmitAsConstant() 3153 llvm::Constant *Val = ConstantEmitter(*this).emitAbstract( in EmitDeclRefLValue()
|
| H A D | CodeGenModule.cpp | 3588 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs() 7963 llvm::Constant *C = ConstantEmitter(CGF).emitAbstract(E, E->getType()); in createOpenCLIntToSamplerConversion()
|
| H A D | CGExprScalar.cpp | 702 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenConstantEmitter.h | 93 mlir::Attribute emitAbstract(SourceLocation loc, const APValue &value,
|
| H A D | CIRGenExprConstant.cpp | 643 return emitAbstract(ce->getBeginLoc(), ce->getAPValueResult(), retType); in tryEmitConstantExpr() 653 mlir::Attribute ConstantEmitter::emitAbstract(SourceLocation loc, in emitAbstract() function in ConstantEmitter
|
| H A D | CIRGenExpr.cpp | 1792 mlir::Attribute c = ConstantEmitter(*this).emitAbstract( in tryEmitAsConstant()
|