Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp416 uint32_t BlockLen = in writeOut() local
419 BlockLen += wordsOfString(Filename) + 1; in writeOut()
421 BlockLen += 1 + wordsOfString(Filename) + 3 + (Version >= 90); in writeOut()
423 write(BlockLen); in writeOut()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp660 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred() local
665 Mask[BlockLen*Num + Off] = i; in createHvxPrefixPred()
673 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in createHvxPrefixPred()
676 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in createHvxPrefixPred()
1120 unsigned BlockLen = HwLen / Scale; in insertHvxSubvectorPred() local
1137 assert(BlockLen < HwLen && "vsetq(v1) prerequisite"); in insertHvxSubvectorPred()
1140 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in insertHvxSubvectorPred()