Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp361 uint32_t BlockLen = 3 + wordsOfString(getFunctionName(SP)); in writeOut() local
362 BlockLen += 1 + wordsOfString(Filename) + 4; in writeOut()
364 write(BlockLen); in writeOut()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1022 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred() local
1027 Mask[BlockLen*Num + Off] = i; in createHvxPrefixPred()
1035 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in createHvxPrefixPred()
1038 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in createHvxPrefixPred()
1475 unsigned BlockLen = HwLen / Scale; in insertHvxSubvectorPred() local
1492 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in insertHvxSubvectorPred()
1495 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in insertHvxSubvectorPred()