Searched refs:CommonType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TypeBasedAliasAnalysis.cpp | 587 const MDNode *CommonType, in mayBeAccessToSubobjectOf() argument 593 BaseTag.getAccessType() == CommonType) { in mayBeAccessToSubobjectOf() 595 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf() 621 createAccessTag(CommonType); in mayBeAccessToSubobjectOf() 644 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf() 677 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local 682 if (!CommonType) { in matchAccessTags() 692 CommonType, GenericTag, MayAlias) || in matchAccessTags() 694 CommonType, GenericTag, MayAlias)) in matchAccessTags() 699 *GenericTag = createAccessTag(CommonType); in matchAccessTags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTF.h | 99 struct CommonType { struct
|
| H A D | BTFDebug.h | 44 struct BTF::CommonType BTFType;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3422 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() argument 3424 auto *Dummy = UndefValue::get(CommonType); in destroyNewNodes() 3454 Type *CommonType; member in __anon5386100c0c11::AddressingModeCombiner 3464 : CommonType(nullptr), SQ(_SQ), Original(OriginalValue) {} in AddressingModeCombiner() 3573 if (CommonType && CommonType != Type) in initializeMap() 3575 CommonType = Type; in initializeMap() 3581 assert(CommonType && "At least one non-null value must be!"); in initializeMap() 3583 Map[V] = Constant::getNullValue(CommonType); in initializeMap() 3629 ST.destroyNewNodes(CommonType); in findCommon() 3636 ST.destroyNewNodes(CommonType); in findCommon() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 415 llvm::Type *CommonType = Elems[0]->getType(); in buildFrom() local 416 llvm::Constant *Filler = llvm::Constant::getNullValue(CommonType); in buildFrom() 425 if (Elems[I]->getType() != CommonType || in buildFrom() 435 return EmitArrayConstant(CGM, ATy, CommonType, ATy->getNumElements(), in buildFrom()
|