Home
last modified time | relevance | path

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

/freebsd/sys/crypto/skein/amd64/
H A Dskein_block_asm.S242 # Output: <reg> <<< RC_BlkSize_roundNum_mixNum, BlkSize=256/512/1024
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp393 unsigned BlkSize = MBB->size(); in needMigrateBlock() local
394 return ((BlkSize > BlockSizeThreshold) && in needMigrateBlock()
395 (BlkSize * (MBB->pred_size() - 1) > CloneInstrThreshold)); in needMigrateBlock()