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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp1443 CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0));
1444 CGF.InitTempAlloca(WorkFn, llvm::Constant::getNullValue(CGF.Int8PtrTy));
2477 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
2507 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
2517 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
2676 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
2686 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
4593 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0));
H A DCodeGenFunction.cpp929 InitTempAlloca(ReturnLocation, llvm::ConstantPointerNull::get(Int8PtrTy));
H A DCodeGenFunction.h2232 /// InitTempAlloca - Provide an initial value for the given alloca which
2239 void InitTempAlloca(Address Alloca, llvm::Value *Value);
H A DCGObjCGNU.cpp2747 CGF.InitTempAlloca(NullVal, llvm::Constant::getNullValue(RetTy));
H A DCGExpr.cpp126 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) { function in class:CodeGenFunction
H A DCGOpenMPRuntime.cpp3127 CGF.InitTempAlloca(ZeroAddrBound, CGF.Builder.getInt32(/*C*/ 0));

Completed in 321 milliseconds