Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp362 uint32_t BlockLen = in writeOut() local
365 BlockLen += wordsOfString(Filename) + 1; in writeOut()
367 BlockLen += 1 + wordsOfString(Filename) + 3 + (Version >= 90); in writeOut()
369 write(BlockLen); in writeOut()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp840 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred() local
845 Mask[BlockLen*Num + Off] = i; in createHvxPrefixPred()
853 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in createHvxPrefixPred()
856 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in createHvxPrefixPred()
1300 unsigned BlockLen = HwLen / Scale; in insertHvxSubvectorPred() local
1317 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in insertHvxSubvectorPred()
1320 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in insertHvxSubvectorPred()