Searched refs:emitAbstract (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | ConstantEmitter.h | 102 llvm::Constant *emitAbstract(const Expr *E, QualType T); 103 llvm::Constant *emitAbstract(SourceLocation loc, const APValue &value,
|
D | CGExprConstant.cpp | 1375 emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), RetType); in tryEmitConstantExpr() 1380 ConstantEmitter::emitAbstract(const Expr *E, QualType destType) { in emitAbstract() function in ConstantEmitter 1393 ConstantEmitter::emitAbstract(SourceLocation loc, const APValue &value, in emitAbstract() function in ConstantEmitter
|
D | CodeGenModule.cpp | 2414 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs() 6167 llvm::Constant *C = ConstantEmitter(CGF).emitAbstract(E, E->getType()); in createOpenCLIntToSamplerConversion()
|
D | CGDebugInfo.cpp | 1925 V = ConstantEmitter(CGM).emitAbstract( in CollectTemplateParams() 1970 llvm::Constant *V = ConstantEmitter(CGM).emitAbstract(E, T); in CollectTemplateParams()
|
D | CGExpr.cpp | 1549 auto C = ConstantEmitter(*this).emitAbstract(refExpr->getLocation(), in tryEmitAsConstant() 2694 llvm::Constant *Val = ConstantEmitter(*this).emitAbstract( in EmitDeclRefLValue()
|
D | CGExprScalar.cpp | 638 return ConstantEmitter(CGF).emitAbstract(SLE->getLocation(), Evaluated, in VisitSourceLocExpr()
|
D | CGBuiltin.cpp | 2403 return RValue::get(ConstantEmitter(*this).emitAbstract(E, E->getType())); in EmitBuiltinExpr() 3283 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr() 3293 Value *Depth = ConstantEmitter(*this).emitAbstract(E->getArg(0), in EmitBuiltinExpr()
|