Lines Matching refs:CreateAlloca

802       Builder.CreateAlloca(OpenMPIRBuilder::KernelArgs, nullptr, "kernel_args");  in emitTargetKernel()
912 AllocaInst *TIDAddr = Builder.CreateAlloca(Int32, nullptr, "tid.addr"); in createParallel()
913 AllocaInst *ZeroAddr = Builder.CreateAlloca(Int32, nullptr, "zero.addr"); in createParallel()
967 Builder.CreateAlloca(Int32, nullptr, "tid.addr.local"); in createParallel()
1166 Builder.CreateAlloca(V.getType(), nullptr, V.getName() + ".reloaded"); in createParallel()
1659 Value *RedArray = Builder.CreateAlloca(RedArrayTy, nullptr, "red.array"); in createReductions()
2054 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyStaticWorkshareLoop()
2055 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyStaticWorkshareLoop()
2056 Value *PUpperBound = Builder.CreateAlloca(IVTy, nullptr, "p.upperbound"); in applyStaticWorkshareLoop()
2057 Value *PStride = Builder.CreateAlloca(IVTy, nullptr, "p.stride"); in applyStaticWorkshareLoop()
2142 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyStaticChunkedWorkshareLoop()
2144 Builder.CreateAlloca(InternalIVTy, nullptr, "p.lowerbound"); in applyStaticChunkedWorkshareLoop()
2146 Builder.CreateAlloca(InternalIVTy, nullptr, "p.upperbound"); in applyStaticChunkedWorkshareLoop()
2147 Value *PStride = Builder.CreateAlloca(InternalIVTy, nullptr, "p.stride"); in applyStaticChunkedWorkshareLoop()
2384 Value *PLastIter = Builder.CreateAlloca(I32Type, nullptr, "p.lastiter"); in applyDynamicWorkshareLoop()
2385 Value *PLowerBound = Builder.CreateAlloca(IVTy, nullptr, "p.lowerbound"); in applyDynamicWorkshareLoop()
2386 Value *PUpperBound = Builder.CreateAlloca(IVTy, nullptr, "p.upperbound"); in applyDynamicWorkshareLoop()
2387 Value *PStride = Builder.CreateAlloca(IVTy, nullptr, "p.stride"); in applyDynamicWorkshareLoop()
3303 AllocaInst *ArgsBase = Builder.CreateAlloca(ArrI64Ty, nullptr, Name); in createOrderedDepend()
3810 AllocaInst *ArgsBase = Builder.CreateAlloca(ArrI8PtrTy); in createMapperAllocas()
3811 AllocaInst *Args = Builder.CreateAlloca(ArrI8PtrTy); in createMapperAllocas()
3812 AllocaInst *ArgSizes = Builder.CreateAlloca(ArrI64Ty); in createMapperAllocas()
4096 AllocaInst *NewAtomicAddr = Builder.CreateAlloca(XElemTy); in emitAtomicUpdate()