Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h107 struct CommonType { struct
314 struct ArrayType final : CommonType,
319 static bool classof(const CommonType *V) { in BTF_DEFINE_TAIL()
324 struct StructType final : CommonType,
329 static bool classof(const CommonType *V) { in BTF_DEFINE_TAIL_ARR()
334 struct EnumType final : CommonType, private TrailingObjects<EnumType, BTFEnum> {
338 static bool classof(const CommonType *V) { in BTF_DEFINE_TAIL_ARR()
343 struct Enum64Type final : CommonType,
348 static bool classof(const CommonType *V) { in BTF_DEFINE_TAIL_ARR()
H A DBTFParser.h63 std::vector<const BTF::CommonType *> Types;
104 LLVM_ABI const BTF::CommonType *findType(uint32_t Id) const;
/freebsd/contrib/llvm-project/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()
621 MayAlias ? SubobjectTag.getNode() : createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
643 *GenericTag = createAccessTag(CommonType); in mayBeAccessToSubobjectOf()
676 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), in matchAccessTags() local
681 if (!CommonType) { in matchAccessTags()
691 CommonType, GenericTag, MayAlias) || in matchAccessTags()
693 CommonType, GenericTag, MayAlias)) in matchAccessTags()
698 *GenericTag = createAccessTag(CommonType); in matchAccessTags()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h44 struct BTF::CommonType BTFType;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4097 void destroyNewNodes(Type *CommonType) { in destroyNewNodes() argument
4099 auto *Dummy = PoisonValue::get(CommonType); in destroyNewNodes()
4129 Type *CommonType = nullptr; member in __anon1d600f580f11::AddressingModeCombiner
4259 if (CommonType && CommonType != Type) in initializeMap()
4261 CommonType = Type; in initializeMap()
4267 assert(CommonType && "At least one non-null value must be!"); in initializeMap()
4269 Map[V] = Constant::getNullValue(CommonType); in initializeMap()
4315 ST.destroyNewNodes(CommonType); in findCommon()
4322 ST.destroyNewNodes(CommonType); in findCommon()
4478 auto *Dummy = PoisonValue::get(CommonType); in InsertPlaceholders()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp425 llvm::Type *CommonType = Elems[0]->getType(); in buildFrom() local
426 llvm::Constant *Filler = llvm::Constant::getNullValue(CommonType); in buildFrom()
435 if (Elems[I]->getType() != CommonType || in buildFrom()
445 return EmitArrayConstant(CGM, ATy, CommonType, ATy->getNumElements(), in buildFrom()