Home
last modified time | relevance | path

Searched refs:Attrs2 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp1100 static bool MatchTwoAttributeLists(const AttrVec &Attrs1, const AttrVec &Attrs2, in MatchTwoAttributeLists() argument
1105 for (unsigned j = 0, f = Attrs2.size(); j != f; j++) { in MatchTwoAttributeLists()
1109 if (Attrs1[i]->getKind() == Attrs2[j]->getKind()) { in MatchTwoAttributeLists()
1111 AvailabilityArgsMatch = AvailabilityAttrsMatch(Attrs1[i], Attrs2[j]); in MatchTwoAttributeLists()
1137 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch() local
1138 bool match = MatchTwoAttributeLists(Attrs1, Attrs2, AvailabilityArgsMatch); in AttributesMatch()
1139 if (match && (Attrs2.size() > Attrs1.size())) in AttributesMatch()
1140 return MatchTwoAttributeLists(Attrs2, Attrs1, AvailabilityArgsMatch); in AttributesMatch()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2074 IntrinsicCostAttributes Attrs2(Intrinsic::maxnum, FromTy, in getTypeBasedIntrinsicInstrCost()
2076 Cost += thisT()->getIntrinsicInstrCost(Attrs2, CostKind); in getTypeBasedIntrinsicInstrCost()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1844 IntrinsicCostAttributes Attrs2(IsSigned ? Intrinsic::smax in getIntrinsicInstrCost() local
1847 Cost += getIntrinsicInstrCost(Attrs2, CostKind); in getIntrinsicInstrCost()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp512 IntrinsicCostAttributes Attrs2(IsSigned ? Intrinsic::smax : Intrinsic::umax, in getIntrinsicInstrCost() local
514 Cost += getIntrinsicInstrCost(Attrs2, CostKind); in getIntrinsicInstrCost()