Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBTF.h102 struct CommonType { struct
H A DBTFDebug.h44 struct BTF::CommonType BTFType;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3537 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() argument
3539 auto *Dummy = PoisonValue::get(CommonType); in destroyNewNodes()
3569 Type *CommonType = nullptr; member in __anon88ab83af0c11::AddressingModeCombiner
3686 if (CommonType && CommonType != Type) in initializeMap()
3688 CommonType = Type; in initializeMap()
3694 assert(CommonType && "At least one non-null value must be!"); in initializeMap()
3696 Map[V] = Constant::getNullValue(CommonType); in initializeMap()
3742 ST.destroyNewNodes(CommonType); in findCommon()
3749 ST.destroyNewNodes(CommonType); in findCommon()
3906 auto *Dummy = PoisonValue::get(CommonType); in InsertPlaceholders()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp416 llvm::Type *CommonType = Elems[0]->getType(); in buildFrom() local
417 llvm::Constant *Filler = llvm::Constant::getNullValue(CommonType); in buildFrom()
426 if (Elems[I]->getType() != CommonType || in buildFrom()
436 return EmitArrayConstant(CGM, ATy, CommonType, ATy->getNumElements(), in buildFrom()