Searched refs:NewFormat (Results 1 – 11 of 11) sorted by relevance
305 bool NewFormat = isNewFormat(); in getField() local306 if (NewFormat) { in getField()332 unsigned FirstFieldOpNo = NewFormat ? 3 : 1; in getField()333 unsigned NumOpsPerField = NewFormat ? 3 : 2; in getField()604 bool NewFormat = BaseTag.isNewFormat(); in mayBeAccessToSubobjectOf() local612 assert(!NewFormat && "Did not see access type in access path!"); in mayBeAccessToSubobjectOf()627 if (NewFormat && BaseType.getNode() == BaseTag.getAccessType()) in mayBeAccessToSubobjectOf()638 if (NewFormat) { in mayBeAccessToSubobjectOf()
32 enum class EncodingType { Legacy, NewFormat }; enumerator
280 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local283 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()293 if (!NewFormat) in createMutableTBAAAccessTag()
284 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local287 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()297 if (!NewFormat) in createMutableTBAAAccessTag()
45 case RtcEventLog::EncodingType::NewFormat: in CreateEncoder()
134 return encoding_type_ == RtcEventLog::EncodingType::NewFormat; in IsNewFormat()826 RtcEventLog::EncodingType::NewFormat)));923 RtcEventLog::EncodingType::NewFormat));
868 if (encoding_type_ == RtcEventLog::EncodingType::NewFormat) { in VerifyLoggedIceCandidatePairEvent()1212 if (encoding_type_ == RtcEventLog::EncodingType::NewFormat) { in VerifyLoggedStartEvent()
82 .CreateRtcEventLog(RtcEventLog::EncodingType::NewFormat); in CreateEventLog()
350 encoding_type = RtcEventLog::EncodingType::NewFormat; in CreateRtcEventLog_w()
55 verifier_(new_encoding_ ? RtcEventLog::EncodingType::NewFormat in RtcEventLogEncoderTest()