Searched refs:BlockLen (Results 1 – 5 of 5) sorted by relevance
258 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(SP.getName()) + in GCOVFunction() local261 ++BlockLen; // For second checksum. in GCOVFunction()262 write(BlockLen); in GCOVFunction()
373 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut() local376 ++BlockLen; in writeOut()377 write(BlockLen); in writeOut()
382 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut() local385 ++BlockLen; in writeOut()386 write(BlockLen); in writeOut()
443 unsigned BlockLen = PredTy.getVectorNumElements() * BitBytes; in createHvxPrefixPred() local448 Mask[BlockLen*Num + Off] = i; in createHvxPrefixPred()456 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in createHvxPrefixPred()900 unsigned BlockLen = HwLen / Scale; in insertHvxSubvectorPred() local919 {DAG.getConstant(BlockLen, dl, MVT::i32)}, DAG); in insertHvxSubvectorPred()
1195 … PacketListField("ConfigurationBlock", None, ConfBlock, length_from=lambda pkt:pkt.BlockLen) ]