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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTypeBasedAliasAnalysis.cpp580 /// \p CommonType must be the metadata node describing the common type of the
586 const MDNode *CommonType,
592 BaseTag.getAccessType() == CommonType) {
594 *GenericTag = createAccessTag(CommonType);
620 createAccessTag(CommonType);
643 *GenericTag = createAccessTag(CommonType);
676 const MDNode *CommonType = getLeastCommonType(TagA.getAccessType(), local
681 if (!CommonType) {
691 CommonType, GenericTag, MayAlias) ||
693 CommonType, GenericTa
584 mayBeAccessToSubobjectOf(TBAAStructTagNode BaseTag, TBAAStructTagNode SubobjectTag, const MDNode *CommonType, const MDNode **GenericTag, bool &MayAlias) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h99 struct CommonType { struct
124 // For some specific BTF_KIND, "struct CommonType" is immediately
142 /// info in "struct CommonType").
158 /// "struct CommonType").
173 /// in "struct CommonType").
195 /// in "struct CommonType").
H A DBTFDebug.h38 struct BTF::CommonType BTFType;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3165 void destroyNewNodes(Type *CommonType) { argument
3167 auto Dummy = UndefValue::get(CommonType);
3197 Type *CommonType; member in class:__anon1701::AddressingModeCombiner
3207 : CommonType(nullptr), SQ(_SQ), Original(OriginalValue) {}
3305 /// use to create new Phi/Select nodes. Keep it in CommonType field.
3316 if (CommonType && CommonType != Type)
3318 CommonType = Type;
3324 assert(CommonType && "At least one non-null value must be!");
3326 Map[V] = Constant::getNullValue(CommonType);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp406 llvm::Type *CommonType = Elems[0]->getType(); local
407 llvm::Constant *Filler = llvm::Constant::getNullValue(CommonType);
416 if (Elems[I]->getType() != CommonType ||
426 return EmitArrayConstant(CGM, ATy, CommonType, ATy->getNumElements(),

Completed in 138 milliseconds