Lines Matching refs:IntNTy
397 Type *IntNTy = B.getIntNTy(AtomicTy->getPrimitiveSizeInBits()); in buildReduction() local
413 V = B.CreateBitCast(V, IntNTy); in buildReduction()
425 V = B.CreateBitCast(V, IntNTy); in buildReduction()
436 V = B.CreateBitCast(V, IntNTy); in buildReduction()
449 Type *IntNTy = B.getIntNTy(AtomicTy->getPrimitiveSizeInBits()); in buildScan() local
481 V = B.CreateBitCast(V, IntNTy); in buildScan()
494 V = B.CreateBitCast(V, IntNTy); in buildScan()
514 Type *IntNTy = B.getIntNTy(AtomicTy->getPrimitiveSizeInBits()); in buildShiftRight() local
540 {B.CreateCall(ReadLane, {B.CreateBitCast(Old, IntNTy), B.getInt32(15)}), in buildShiftRight()
541 B.getInt32(16), B.CreateBitCast(V, IntNTy)}); in buildShiftRight()
545 V = B.CreateBitCast(V, IntNTy); in buildShiftRight()
547 {B.CreateCall(ReadLane, {B.CreateBitCast(Old, IntNTy), in buildShiftRight()
595 Type *IntNTy = B.getIntNTy(Ty->getPrimitiveSizeInBits()); in buildScanIteratively() local
596 auto *LaneIdxInt = B.CreateTrunc(FF1, IntNTy); in buildScanIteratively()
599 V = B.CreateBitCast(V, IntNTy); in buildScanIteratively()
610 {B.CreateBitCast(Accumulator, IntNTy), LaneIdxInt, in buildScanIteratively()
611 B.CreateBitCast(OldValuePhi, IntNTy)}); in buildScanIteratively()
711 Type *IntNTy = B.getIntNTy(Ty->getPrimitiveSizeInBits()); in optimizeAtomic() local
769 V = B.CreateBitCast(V, IntNTy); in optimizeAtomic()
770 Identity = B.CreateBitCast(Identity, IntNTy); in optimizeAtomic()
771 NewV = B.CreateIntrinsic(Intrinsic::amdgcn_set_inactive, IntNTy, in optimizeAtomic()
790 NewV = B.CreateBitCast(NewV, IntNTy); in optimizeAtomic()
935 Value *CastedPhi = B.CreateBitCast(PHI, IntNTy); in optimizeAtomic()