Lines Matching refs:IndexTy

2300   Type *IndexTy = Builder.getIndexTy(  in shuffleAndStore()  local
2311 Builder.CreateGEP(ElemType, SrcAddr, {ConstantInt::get(IndexTy, 1)}); in shuffleAndStore()
2348 Builder.CreateGEP(IntType, Ptr, {ConstantInt::get(IndexTy, 1)}); in shuffleAndStore()
2350 Builder.CreateGEP(IntType, ElemPtr, {ConstantInt::get(IndexTy, 1)}); in shuffleAndStore()
2362 Ptr = Builder.CreateGEP(IntType, Ptr, {ConstantInt::get(IndexTy, 1)}); in shuffleAndStore()
2364 Builder.CreateGEP(IntType, ElemPtr, {ConstantInt::get(IndexTy, 1)}); in shuffleAndStore()
2374 Type *IndexTy = Builder.getIndexTy( in emitReductionListCopy() local
2394 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitReductionListCopy()
2401 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitReductionListCopy()
2618 Type *IndexTy = Builder.getIndexTy( in emitInterWarpCopyFunction() local
2622 {ConstantInt::get(IndexTy, 0), in emitInterWarpCopyFunction()
2623 ConstantInt::get(IndexTy, En.index())}); in emitInterWarpCopyFunction()
2673 {ConstantInt::get(IndexTy, 0), in emitInterWarpCopyFunction()
2674 ConstantInt::get(IndexTy, En.index())}); in emitInterWarpCopyFunction()
2928 Type *IndexTy = Builder.getIndexTy( in emitListToGlobalCopyFunction() local
2937 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitListToGlobalCopyFunction()
3046 Type *IndexTy = Builder.getIndexTy( in emitListToGlobalReduceFunction() local
3051 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitListToGlobalReduceFunction()
3119 Type *IndexTy = Builder.getIndexTy( in emitGlobalToListCopyFunction() local
3128 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitGlobalToListCopyFunction()
3237 Type *IndexTy = Builder.getIndexTy( in emitGlobalToListReduceFunction() local
3242 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in emitGlobalToListReduceFunction()
3306 Type *IndexTy = Builder.getIndexTy( in createReductionFunction() local
3313 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in createReductionFunction()
3321 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in createReductionFunction()
3452 Type *IndexTy = Builder.getIndexTy( in createReductionsGPU() local
3458 {ConstantInt::get(IndexTy, 0), ConstantInt::get(IndexTy, En.index())}); in createReductionsGPU()