reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
90 ST = &TM.getSubtarget<GCNSubtarget>(F); 149 (!ST->hasDPP() || DL->getTypeSizeInBits(I.getType()) != 32)) { 223 (!ST->hasDPP() || DL->getTypeSizeInBits(I.getType()) != 32)) { 300 if (ST->hasDPPBroadcasts()) { 326 if (!ST->isWave32()) { 352 if (ST->hasDPPWavefrontShifts()) { 369 if (!ST->isWave32()) { 448 Type *const WaveTy = B.getIntNTy(ST->getWavefrontSize()); 458 if (ST->isWave32()) { 492 Value *const LastLaneIdx = B.getInt32(ST->getWavefrontSize() - 1);