Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExpr.cpp1692 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 DCIRGenFunction.h1154 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 DCIRGenExprAggregate.cpp191 const Address tmpAddr = cgf.createTempAlloca( in emitArrayInit()
H A DCIRGenDecl.cpp53 address = createTempAlloca(allocaTy, alignment, loc, d.getName()); in emitAutoVarAlloca()