Searched refs:Attrs1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1097 static bool MatchTwoAttributeLists(const AttrVec &Attrs1, const AttrVec &Attrs2, in MatchTwoAttributeLists() argument 1100 for (unsigned i = 0, e = Attrs1.size(); i != e; i++) { in MatchTwoAttributeLists() 1106 if (Attrs1[i]->getKind() == Attrs2[j]->getKind()) { in MatchTwoAttributeLists() 1108 AvailabilityArgsMatch = AvailabilityAttrsMatch(Attrs1[i], Attrs2[j]); in MatchTwoAttributeLists() 1133 const AttrVec &Attrs1 = Decl1->getAttrs(); in AttributesMatch() local 1135 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); in AttributesMatch() 1136 if (match && (Attrs2.size() > Attrs1.size())) in AttributesMatch() 1137 return MatchTwoAttributeLists(Attrs2, Attrs1, AvailabilityArgsMatch); in AttributesMatch()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 2293 IntrinsicCostAttributes Attrs1(Intrinsic::minnum, FromTy, in getTypeBasedIntrinsicInstrCost() 2295 Cost += thisT()->getIntrinsicInstrCost(Attrs1, CostKind); in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1977 IntrinsicCostAttributes Attrs1(IsSigned ? Intrinsic::smin in getIntrinsicInstrCost() local 1980 Cost += getIntrinsicInstrCost(Attrs1, CostKind); in getIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 782 IntrinsicCostAttributes Attrs1(IsSigned ? Intrinsic::smin : Intrinsic::umin, in getIntrinsicInstrCost() local 784 Cost += getIntrinsicInstrCost(Attrs1, CostKind); in getIntrinsicInstrCost()
|