Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1112 Type *nTy = nTyS; in fold_pow() local
1114 nTy = FixedVectorType::get(nTyS, vTy); in fold_pow()
1115 unsigned size = nTy->getScalarSizeInBits(); in fold_pow()
1118 opr_n = B.CreateZExtOrBitCast(opr_n, nTy, "__ytou"); in fold_pow()
1120 opr_n = B.CreateFPToSI(opr1, nTy, "__ytou"); in fold_pow()
1123 sign = B.CreateAnd(B.CreateBitCast(opr0, nTy), sign, "__pow_sign"); in fold_pow()
1124 nval = B.CreateOr(B.CreateBitCast(nval, nTy), sign); in fold_pow()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc522 // nTy = round_up(h, 1 << Th) >> Th
531 // off += ((Tz * nTy * nTx)) + (Ty * nTx) + Tx) << Td << Th << Tp;
605 // nTy = (h + ((1 << Th) - 1)) >> Th
636 // Ot = ((Tz * nTy * nTx) + (Ty * nTx) + Tx) << Ts