Searched refs:Attrs2 (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 1102 for (unsigned j = 0, f = Attrs2.size(); j != f; j++) { in MatchTwoAttributeLists() 1106 if (Attrs1[i]->getKind() == Attrs2[j]->getKind()) { in MatchTwoAttributeLists() 1108 AvailabilityArgsMatch = AvailabilityAttrsMatch(Attrs1[i], Attrs2[j]); in MatchTwoAttributeLists() 1134 const AttrVec &Attrs2 = Decl2->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 | 2296 IntrinsicCostAttributes Attrs2(Intrinsic::maxnum, FromTy, in getTypeBasedIntrinsicInstrCost() 2298 Cost += thisT()->getIntrinsicInstrCost(Attrs2, CostKind); in getTypeBasedIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 1981 IntrinsicCostAttributes Attrs2(IsSigned ? Intrinsic::smax in getIntrinsicInstrCost() local 1984 Cost += getIntrinsicInstrCost(Attrs2, CostKind); in getIntrinsicInstrCost()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 785 IntrinsicCostAttributes Attrs2(IsSigned ? Intrinsic::smax : Intrinsic::umax, in getIntrinsicInstrCost() local 787 Cost += getIntrinsicInstrCost(Attrs2, CostKind); in getIntrinsicInstrCost()
|