Home
last modified time | relevance | path

Searched refs:ParamTyped (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/test/GPGPU/
Ddouble-parallel-loop.ll125 ; IR-NEXT: [[ParamTyped:%.*]] = bitcast i8** %polly_launch_0_param_0 to i8*
126 ; IR-NEXT: store i8* [[ParamTyped]], i8** [[ParamSlot]]
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp1607 Value *ParamTyped = Builder.CreatePointerCast(Param, Builder.getInt8PtrTy()); in insertStoreParameter() local
1608 Builder.CreateStore(ParamTyped, Slot); in insertStoreParameter()
1684 Value *ParamTyped = in createLaunchParameters() local
1686 Builder.CreateStore(ParamTyped, Slot); in createLaunchParameters()