Searched refs:CommonType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TypeBasedAliasAnalysis.cpp | 585 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 101 // Constants for CommonType::Info field. 107 struct CommonType { 135 // For some specific BTF_KIND, "struct CommonType" is immediately 153 /// info in "struct CommonType"). 161 /// info in "struct CommonType"). 178 /// "struct CommonType"). 193 /// in "struct CommonType"). 215 /// in "struct CommonType"). 298 // Define a number of sub-types for CommonType, each with: 300 // follow the CommonType recor 102 struct CommonType { global() struct 127 __anon12c10735040aCommonType global() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 44 struct BTF::CommonType BTFType;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3760 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() argument 3762 auto *Dummy = PoisonValue::get(CommonType); in destroyNewNodes() 3792 Type *CommonType = nullptr; member in __anon1d600f580d11::AddressingModeCombiner 3922 if (CommonType && CommonType != Type) in initializeMap() 3924 CommonType = Type; in initializeMap() 3930 assert(CommonType && "At least one non-null value must be!"); in initializeMap() 3932 Map[V] = Constant::getNullValue(CommonType); in initializeMap() 3978 ST.destroyNewNodes(CommonType); in findCommon() 3985 ST.destroyNewNodes(CommonType); in findCommon() 4142 auto *Dummy = PoisonValue::get(CommonType); in InsertPlaceholders() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 418 llvm::Type *CommonType = Elems[0]->getType(); in buildFrom() local 419 llvm::Constant *Filler = llvm::Constant::getNullValue(CommonType); in buildFrom() 428 if (Elems[I]->getType() != CommonType || in buildFrom() 438 return EmitArrayConstant(CGM, ATy, CommonType, ATy->getNumElements(), in buildFrom()
|