Searched refs:createTempAlloca (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExpr.cpp | 1692 Address result = createTempAlloca(convertTypeForMem(ty), align, loc, name, in createMemTemp() 1707 ? createTempAlloca(ty, loc, name, ip, arraySize) in createTempAllocaWithoutCast() 1708 : createTempAlloca(ty, loc, name, arraySize); in createTempAllocaWithoutCast() 1715 Address CIRGenFunction::createTempAlloca(mlir::Type ty, CharUnits align, in createTempAlloca() function in CIRGenFunction 1736 cir::AllocaOp CIRGenFunction::createTempAlloca(mlir::Type ty, in createTempAlloca() function in CIRGenFunction 1747 cir::AllocaOp CIRGenFunction::createTempAlloca(mlir::Type ty, in createTempAlloca() function in CIRGenFunction
|
| H A D | CIRGenFunction.h | 1154 cir::AllocaOp createTempAlloca(mlir::Type ty, mlir::Location loc, 1158 cir::AllocaOp createTempAlloca(mlir::Type ty, mlir::Location loc, 1162 Address createTempAlloca(mlir::Type ty, CharUnits align, mlir::Location loc,
|
| H A D | CIRGenExprAggregate.cpp | 191 const Address tmpAddr = cgf.createTempAlloca( in emitArrayInit()
|
| H A D | CIRGenDecl.cpp | 53 address = createTempAlloca(allocaTy, alignment, loc, d.getName()); in emitAutoVarAlloca()
|