Home
last modified time | relevance | path

Searched refs:CommonType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp585 const MDNode *CommonType, in mayBeAccessToSubobjectOf() argument
591 BaseTag.getAccessType() == CommonType) { in mayBeAccessToSubobjectOf()
593 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
619 createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
642 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
675 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local
680 if (!CommonType) { in matchAccessTags()
690 CommonType, GenericTag, MayAlias) || in matchAccessTags()
692 CommonType, GenericTag, MayAlias)) in matchAccessTags()
697 *GenericTag = createAccessTag(CommonType); in matchAccessTags()
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTF.h90 struct CommonType { struct
H A DBTFDebug.h37 struct BTF::CommonType BTFType;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2896 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() argument
2898 auto Dummy = UndefValue::get(CommonType); in destroyNewNodes()
2928 Type *CommonType; member in __anon6227213d0811::AddressingModeCombiner
2938 : CommonType(nullptr), SQ(_SQ), Original(OriginalValue) {} in AddressingModeCombiner()
3047 if (CommonType && CommonType != Type) in initializeMap()
3049 CommonType = Type; in initializeMap()
3055 assert(CommonType && "At least one non-null value must be!"); in initializeMap()
3057 Map[V] = Constant::getNullValue(CommonType); in initializeMap()
3103 ST.destroyNewNodes(CommonType); in findCommon()
3110 ST.destroyNewNodes(CommonType); in findCommon()
[all …]