Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1366 CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0)); in emitWorkerLoop()
1367 CGF.InitTempAlloca(WorkFn, llvm::Constant::getNullValue(CGF.Int8PtrTy)); in emitWorkerLoop()
2076 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitTeamsCall()
4069 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in createParallelDataSharingWrapper()
H A DCodeGenFunction.cpp975 InitTempAlloca(ReturnLocation, llvm::ConstantPointerNull::get(Int8PtrTy)); in StartFunction()
H A DCodeGenFunction.h2529 void InitTempAlloca(Address Alloca, llvm::Value *Value);
H A DCGObjCGNU.cpp2760 CGF.InitTempAlloca(NullVal, llvm::Constant::getNullValue(RetTy)); in GenerateMessageSend()
H A DCGExpr.cpp129 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) { in InitTempAlloca() function in CodeGenFunction
H A DCGOpenMPRuntime.cpp2111 CGF.InitTempAlloca(ZeroAddrBound, CGF.Builder.getInt32(/*C*/ 0)); in emitParallelCall()
4754 CGF.InitTempAlloca(NumLVal.getAddress(CGF), in emitDepobjElementsSizes()