Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h1176 Address createMemTemp(QualType t, mlir::Location loc,
1179 Address createMemTemp(QualType t, CharUnits align, mlir::Location loc,
1293 createMemTemp(ty, loc, name, alloca), ty.getQualifiers(),
H A DCIRGenExprAggregate.cpp394 Address temp = createMemTemp(e->getType(), getLoc(e->getSourceRange())); in emitAggExprToLValue()
H A DCIRGenExpr.cpp1680 Address CIRGenFunction::createMemTemp(QualType ty, mlir::Location loc, in createMemTemp() function in CIRGenFunction
1684 return createMemTemp(ty, getContext().getTypeAlignInChars(ty), loc, name, in createMemTemp()
1688 Address CIRGenFunction::createMemTemp(QualType ty, CharUnits align, in createMemTemp() function in CIRGenFunction
H A DCIRGenCall.cpp616 destPtr = createMemTemp(retTy, callLoc, getCounterAggTmpAsString()); in emitCall()