Searched refs:IntNTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 413 V = B.CreateBitCast(V, IntNTy); in buildReduction() 425 V = B.CreateBitCast(V, IntNTy); in buildReduction() 436 V = B.CreateBitCast(V, IntNTy); in buildReduction() 481 V = B.CreateBitCast(V, IntNTy); in buildScan() 494 V = B.CreateBitCast(V, IntNTy); in buildScan() 545 V = B.CreateBitCast(V, IntNTy); in buildShiftRight() 596 auto *LaneIdxInt = B.CreateTrunc(FF1, IntNTy); in buildScanIteratively() 599 V = B.CreateBitCast(V, IntNTy); in buildScanIteratively() 769 V = B.CreateBitCast(V, IntNTy); in optimizeAtomic() 770 Identity = B.CreateBitCast(Identity, IntNTy); in optimizeAtomic() [all …]
|
| H A D | AMDGPULateCodeGenPrepare.cpp | 169 auto IntNTy = Type::getIntNTy(LI.getContext(), LdBits); in visitLoadInst() local 182 IRB.CreateTrunc(IRB.CreateLShr(NewLd, ShAmt), IntNTy), LI.getType()); in visitLoadInst()
|
| H A D | AMDGPUCodeGenPrepare.cpp | 1658 Type *IntNTy = Builder.getIntNTy(TySize); in visitLoadInst() local 1659 Value *ValTrunc = Builder.CreateTrunc(WidenLoad, IntNTy); in visitLoadInst()
|