Searched refs:InitTempAlloca (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeNVPTX.cpp | 390 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitTeamsCall()
|
D | CodeGenFunction.h | 1710 void InitTempAlloca(Address Alloca, llvm::Value *Value);
|
D | CGObjCGNU.cpp | 1494 CGF.InitTempAlloca(NullVal, llvm::Constant::getNullValue(RetTy)); in GenerateMessageSend()
|
D | CGExpr.cpp | 85 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) { in InitTempAlloca() function in CodeGenFunction
|
D | CGOpenMPRuntime.cpp | 1968 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitParallelCall()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 1358 CGF.InitTempAlloca(ExecStatus, Bld.getInt8(/*C=*/0)); in emitWorkerLoop() 1359 CGF.InitTempAlloca(WorkFn, llvm::Constant::getNullValue(CGF.Int8PtrTy)); in emitWorkerLoop() 2077 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitTeamsCall() 2107 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitNonSPMDParallelCall() 2117 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitNonSPMDParallelCall() 2282 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitSPMDParallelCall() 2292 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in emitSPMDParallelCall() 4233 CGF.InitTempAlloca(ZeroAddr, CGF.Builder.getInt32(/*C*/ 0)); in createParallelDataSharingWrapper()
|
D | CodeGenFunction.cpp | 963 InitTempAlloca(ReturnLocation, llvm::ConstantPointerNull::get(Int8PtrTy)); in StartFunction()
|
D | CodeGenFunction.h | 2485 void InitTempAlloca(Address Alloca, llvm::Value *Value);
|
D | CGObjCGNU.cpp | 2756 CGF.InitTempAlloca(NullVal, llvm::Constant::getNullValue(RetTy)); in GenerateMessageSend()
|
D | CGExpr.cpp | 127 void CodeGenFunction::InitTempAlloca(Address Var, llvm::Value *Init) { in InitTempAlloca() function in CodeGenFunction
|
D | CGOpenMPRuntime.cpp | 2095 CGF.InitTempAlloca(ZeroAddrBound, CGF.Builder.getInt32(/*C*/ 0)); in emitParallelCall() 4709 CGF.InitTempAlloca(NumLVal.getAddress(CGF), in emitDepobjElementsSizes()
|