Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp363 uint32_t BlockLen = in writeOut() local
366 BlockLen += wordsOfString(Filename) + 1; in writeOut()
368 BlockLen += 1 + wordsOfString(Filename) + 3 + (Version >= 90); in writeOut()
370 write(BlockLen); in writeOut()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1012 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred() local
1017 Mask[BlockLen*Num + Off] = i; in createHvxPrefixPred()
1025 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in createHvxPrefixPred()
1028 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in createHvxPrefixPred()
1460 unsigned BlockLen = HwLen / Scale; in insertHvxSubvectorPred() local
1477 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in insertHvxSubvectorPred()
1480 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in insertHvxSubvectorPred()