Home
last modified time | relevance | path

Searched refs:getCIRGenModule (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenDeclOpenACC.cpp20 getCIRGenModule().errorNYI(d.getSourceRange(), "OpenACC Declare Construct"); in emitOpenACCDeclare()
24 getCIRGenModule().errorNYI(d.getSourceRange(), "OpenACC Routine Construct"); in emitOpenACCRoutine()
H A DCIRGenExprScalar.cpp123 cgf.getCIRGenModule().errorNYI( in VisitExpr()
281 cgf.getCIRGenModule().errorNYI(loc, "member pointer to bool conversion"); in emitConversionToBool()
337 cgf.getCIRGenModule().errorNYI("signed bool"); in emitScalarCast()
357 cgf.getCIRGenModule().errorNYI("strict float cast overflow"); in emitScalarCast()
642 cgf.getCIRGenModule().errorNYI(loc, "fixed point conversions"); in emitScalarConversion()
650 cgf.getCIRGenModule().errorNYI(loc, in emitScalarConversion()
672 cgf.getCIRGenModule().errorNYI(loc, in emitScalarConversion()
679 cgf.getCIRGenModule().errorNYI(loc, in emitScalarConversion()
694 cgf.getCIRGenModule().errorNYI(loc, in emitScalarConversion()
703 cgf.getCIRGenModule().errorNYI(loc, "pointer casts"); in emitScalarConversion()
[all …]
H A DCIRGenFunction.cpp471 getCIRGenModule().errorNYI(bodyRange, "CUDA kernel"); in generateCode()
474 getCIRGenModule().errorNYI(bodyRange, "Lambda static invoker"); in generateCode()
689 getCIRGenModule().errorNYI(e->getSourceRange(), in emitLValue()
H A DCIRGenStmt.cpp29 getCIRGenModule().errorNYI(curStmt->getSourceRange(), in emitCompoundStmtWithoutScope()
378 getCIRGenModule().errorNYI(s.getSourceRange(), in emitReturnStmt()
405 getCIRGenModule().errorNYI(s.getSourceRange(), in emitReturnStmt()
H A DCIRGenFunction.h93 CIRGenModule &getCIRGenModule() { return cgm; } in getCIRGenModule() function
94 const CIRGenModule &getCIRGenModule() const { return cgm; } in getCIRGenModule() function
H A DCIRGenExpr.cpp745 CIRGenModule &cgm = cgf.getCIRGenModule(); in emitArraySubscriptPtr()