Home
last modified time | relevance | path

Searched refs:VoidPtrTy (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anone338b5570111::CGNVCUDARuntime
149 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
150 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
155 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
208 VoidPtrTy), in emitDeviceStubBody()
261 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
297 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
350 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
369 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
444 Values.add(llvm::ConstantPointerNull::get(VoidPtrTy)); in makeModuleCtorFunction()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon53dba9150111::CGNVCUDARuntime
149 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
150 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
155 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
208 VoidPtrTy), in emitDeviceStubBody()
261 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
297 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
350 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
369 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
436 Values.add(llvm::ConstantPointerNull::get(VoidPtrTy)); in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1318 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1345 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1373 llvm::Type *CopyToScratchpadTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1379 CGM.VoidPtrTy, CGM.VoidPtrTy, CGM.Int32Ty, CGM.Int32Ty, CGM.Int32Ty}; in createNVPTXRuntimeFunction()
1386 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1432 llvm::Type *TypeParams[] = {CGM.VoidPtrTy}; in createNVPTXRuntimeFunction()
2371 C.VoidPtrTy);
2468 C.VoidPtrTy, Loc), in emitReduceScratchpadFunction()
2518 ReduceListAddr.getPointer(), CGF.VoidPtrTy); in emitReduceScratchpadFunction()
2590 C.VoidPtrTy, Loc), in emitCopyToScratchpad()
[all …]
H A DCGOpenMPRuntime.cpp1688 llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy,
1691 llvm::Type *KmpcCopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
1848 llvm::Type *CpyTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
1863 llvm::Type *ReduceTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
1880 llvm::Type *ReduceTypeParams[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
1992 CGM.VoidPtrTy, CGM.Int32Ty, CGM.VoidPtrTy};
2122 llvm::Type *TypeParams[] = {CGM.IntTy, CGM.VoidPtrTy, CGM.VoidPtrTy};
2553 llvm::Type *CopyCtorTyArgs[] = {CGM.VoidPtrTy, CGM.VoidPtrTy};
2562 auto *CtorTy = llvm::FunctionType::get(CGM.VoidPtrTy, CGM.VoidPtrTy,
5052 CGF.VoidPtrTy);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon6d2322a20111::CGNVCUDARuntime
182 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
183 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
188 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
361 VoidPtrTy), in emitDeviceStubBodyLegacy()
414 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
429 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
479 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
554 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
573 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon76e13f9b0111::CGNVCUDARuntime
182 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
183 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
188 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
363 VoidPtrTy), in emitDeviceStubBodyLegacy()
416 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
431 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
481 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
556 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
575 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1673 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1719 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1721 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1771 llvm::Type *TypeParams[] = {CGM.VoidPtrTy}; in createNVPTXRuntimeFunction()
3166 C.VoidPtrTy);
3629 LocalReduceList.getPointer(), CGF.VoidPtrTy); in emitShuffleAndReduceFunction()
3711 C.VoidPtrTy, Loc), in emitListToGlobalCopyFunction()
3914 C.VoidPtrTy, Loc), in emitGlobalToListCopyFunction()
4384 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
5188 GV, CGM.VoidPtrTy); in clear()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anone4d536b70111::CGNVCUDARuntime
183 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
184 VoidPtrPtrTy = VoidPtrTy->getPointerTo(DefaultAS); in CGNVCUDARuntime()
189 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
364 VoidPtrTy), in emitDeviceStubBodyLegacy()
418 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo(DefaultAS)}; in makeRegisterGlobalsFn()
433 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
483 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
558 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
577 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1674 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1720 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1722 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1772 llvm::Type *TypeParams[] = {CGM.VoidPtrTy}; in createNVPTXRuntimeFunction()
3151 C.VoidPtrTy);
3266 C.VoidPtrTy, Loc), in emitInterWarpCopyFunction()
3694 C.VoidPtrTy, Loc), in emitListToGlobalCopyFunction()
3896 C.VoidPtrTy, Loc), in emitGlobalToListCopyFunction()
4364 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
5184 GV, CGM.VoidPtrTy); in clear()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp39 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon43215ce10111::CGNVCUDARuntime
185 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
186 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
199 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
372 VoidPtrTy), in emitDeviceStubBodyLegacy()
466 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
481 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
547 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
555 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
631 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp39 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon0f4492f50111::CGNVCUDARuntime
185 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
186 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
199 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
372 VoidPtrTy), in emitDeviceStubBodyLegacy()
466 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
481 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
547 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
555 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
631 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anone78433590111::CGNVCUDARuntime
167 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
168 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
173 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
358 VoidPtrTy), in emitDeviceStubBodyLegacy()
411 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
425 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
453 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
510 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
529 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1655 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1701 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1703 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1743 llvm::Type *TypeParams[] = {CGM.VoidPtrTy}; in createNVPTXRuntimeFunction()
3131 C.VoidPtrTy);
3245 C.VoidPtrTy, Loc), in emitInterWarpCopyFunction()
3672 C.VoidPtrTy, Loc), in emitListToGlobalCopyFunction()
3874 C.VoidPtrTy, Loc), in emitGlobalToListCopyFunction()
4342 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
5154 GV, CGM.VoidPtrTy); in clear()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon7295c1990111::CGNVCUDARuntime
167 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
168 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
173 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
353 VoidPtrTy), in emitDeviceStubBodyLegacy()
406 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
420 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
448 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
505 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
524 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1622 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1668 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1670 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1710 llvm::Type *TypeParams[] = {CGM.VoidPtrTy}; in createNVPTXRuntimeFunction()
3062 C.VoidPtrTy);
3176 C.VoidPtrTy, Loc), in emitInterWarpCopyFunction()
3603 C.VoidPtrTy, Loc), in emitListToGlobalCopyFunction()
3803 C.VoidPtrTy, Loc), in emitGlobalToListCopyFunction()
4269 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
5077 GV, CGM.VoidPtrTy); in clear()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp38 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anonbb4accf20111::CGNVCUDARuntime
167 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
168 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
173 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
358 VoidPtrTy), in emitDeviceStubBodyLegacy()
411 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
425 Builder.CreateBitCast(I.Kernel, VoidPtrTy), in makeRegisterGlobalsFn()
453 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
510 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
529 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp1655 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1701 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1703 CGM.VoidPtrTy, in createNVPTXRuntimeFunction()
1743 llvm::Type *TypeParams[] = {CGM.VoidPtrTy}; in createNVPTXRuntimeFunction()
3131 C.VoidPtrTy);
3245 C.VoidPtrTy, Loc), in emitInterWarpCopyFunction()
3672 C.VoidPtrTy, Loc), in emitListToGlobalCopyFunction()
3874 C.VoidPtrTy, Loc), in emitGlobalToListCopyFunction()
4342 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
5154 GV, CGM.VoidPtrTy); in clear()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGCUDANV.cpp40 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon7058dc820111::CGNVCUDARuntime
223 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
224 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
229 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
424 VoidPtrTy), in emitDeviceStubBodyLegacy()
519 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
610 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
619 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
695 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
714 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp40 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anonfb584eef0111::CGNVCUDARuntime
223 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
224 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
229 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
424 VoidPtrTy), in emitDeviceStubBodyLegacy()
519 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
610 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
619 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
695 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
714 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1533 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall()
1754 Bld.CreateConstGEP(SrcAddr, 1), CGF.VoidPtrTy); in shuffleAndStore()
2000 C.VoidPtrTy);
2389 C.VoidPtrTy, SourceLocation()), in emitShuffleAndReduceFunction()
2463 LocalReduceList.getPointer(), CGF.VoidPtrTy); in emitShuffleAndReduceFunction()
2465 RemoteReduceList.getPointer(), CGF.VoidPtrTy); in emitShuffleAndReduceFunction()
2545 C.VoidPtrTy, Loc), in emitListToGlobalCopyFunction()
2750 C.VoidPtrTy, Loc), in emitGlobalToListCopyFunction()
3222 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
3260 CGM.getModule(), CGM.VoidPtrTy, /*isConstant=*/true, in emitReduction()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp40 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon191e66b70111::CGNVCUDARuntime
223 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
224 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
229 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
424 VoidPtrTy), in emitDeviceStubBodyLegacy()
519 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
610 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
619 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
695 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
714 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1533 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall()
1754 Bld.CreateConstGEP(SrcAddr, 1), CGF.VoidPtrTy); in shuffleAndStore()
2000 C.VoidPtrTy);
2389 C.VoidPtrTy, SourceLocation()), in emitShuffleAndReduceFunction()
2463 LocalReduceList.getPointer(), CGF.VoidPtrTy); in emitShuffleAndReduceFunction()
2465 RemoteReduceList.getPointer(), CGF.VoidPtrTy); in emitShuffleAndReduceFunction()
2545 C.VoidPtrTy, Loc), in emitListToGlobalCopyFunction()
2750 C.VoidPtrTy, Loc), in emitGlobalToListCopyFunction()
3222 ReductionList.getPointer(), CGF.VoidPtrTy); in emitReduction()
3260 CGM.getModule(), CGM.VoidPtrTy, /*isConstant=*/true, in emitReduction()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp40 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anonea13d8040111::CGNVCUDARuntime
223 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
224 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
229 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
424 VoidPtrTy), in emitDeviceStubBodyLegacy()
519 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
610 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
619 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
695 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
714 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCUDANV.cpp40 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anon4cfb30a30111::CGNVCUDARuntime
223 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
224 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
229 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
424 VoidPtrTy), in emitDeviceStubBodyLegacy()
519 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
610 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
619 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
695 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
714 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCUDANV.cpp40 llvm::PointerType *CharPtrTy, *VoidPtrTy, *VoidPtrPtrTy; member in __anonc83164e00111::CGNVCUDARuntime
223 VoidPtrTy = cast<llvm::PointerType>(Types.ConvertType(Ctx.VoidPtrTy)); in CGNVCUDARuntime()
224 VoidPtrPtrTy = VoidPtrTy->getPointerTo(); in CGNVCUDARuntime()
229 llvm::Type *Params[] = {VoidPtrTy, SizeTy, SizeTy}; in getSetupArgumentFn()
424 VoidPtrTy), in emitDeviceStubBodyLegacy()
519 VoidPtrTy, VoidPtrTy, VoidPtrTy, VoidPtrTy, IntTy->getPointerTo()}; in makeRegisterGlobalsFn()
610 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
619 Builder.CreateBitCast(Var, VoidPtrTy), in makeRegisterGlobalsFn()
695 llvm::StructType::get(IntTy, IntTy, VoidPtrTy, VoidPtrTy); in makeModuleCtorFunction()
714 llvm::FunctionType::get(VoidTy, VoidPtrTy, false), in makeModuleCtorFunction()
[all …]

12345678910>>...33