Searched refs:createMemTemp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunction.h | 1176 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 D | CIRGenExprAggregate.cpp | 394 Address temp = createMemTemp(e->getType(), getLoc(e->getSourceRange())); in emitAggExprToLValue()
|
| H A D | CIRGenExpr.cpp | 1680 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 D | CIRGenCall.cpp | 616 destPtr = createMemTemp(retTy, callLoc, getCounterAggTmpAsString()); in emitCall()
|