Home
last modified time | relevance | path

Searched refs:NewFormat (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp305 bool NewFormat = isNewFormat(); in getField() local
306 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() local
612 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp305 bool NewFormat = isNewFormat(); in getField() local
306 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() local
612 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()
/external/webrtc/api/rtc_event_log/
Drtc_event_log.h32 enum class EncodingType { Legacy, NewFormat }; enumerator
/external/llvm-project/llvm/lib/IR/
DMDBuilder.cpp280 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local
283 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()
293 if (!NewFormat) in createMutableTBAAAccessTag()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp284 bool NewFormat = isa<MDNode>(AccessType->getOperand(0)); in createMutableTBAAAccessTag() local
287 unsigned ImmutabilityFlagOp = NewFormat ? 4 : 3; in createMutableTBAAAccessTag()
297 if (!NewFormat) in createMutableTBAAAccessTag()
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_impl.cc45 case RtcEventLog::EncodingType::NewFormat: in CreateEncoder()
Drtc_event_log_unittest.cc134 return encoding_type_ == RtcEventLog::EncodingType::NewFormat; in IsNewFormat()
826 RtcEventLog::EncodingType::NewFormat)));
923 RtcEventLog::EncodingType::NewFormat));
Drtc_event_log_unittest_helper.cc868 if (encoding_type_ == RtcEventLog::EncodingType::NewFormat) { in VerifyLoggedIceCandidatePairEvent()
1212 if (encoding_type_ == RtcEventLog::EncodingType::NewFormat) { in VerifyLoggedStartEvent()
/external/webrtc/test/scenario/
Dcall_client.cc82 .CreateRtcEventLog(RtcEventLog::EncodingType::NewFormat); in CreateEventLog()
/external/webrtc/pc/
Dpeer_connection_factory.cc350 encoding_type = RtcEventLog::EncodingType::NewFormat; in CreateRtcEventLog_w()
/external/webrtc/logging/rtc_event_log/encoder/
Drtc_event_log_encoder_unittest.cc55 verifier_(new_encoding_ ? RtcEventLog::EncodingType::NewFormat in RtcEventLogEncoderTest()