Searched refs:hasAttrSomewhere (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp100 MF->getFunction().getAttributes().hasAttrSomewhere(
134 MF->getFunction().getAttributes().hasAttrSomewhere(
200 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))
233 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))
H A DAArch64FrameLowering.cpp2024 Attrs.hasAttrSomewhere(Attribute::SwiftError));
H A DAArch64FastISel.cpp3851 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp201 MF->getFunction().getAttributes().hasAttrSomewhere(
217 MF.getFunction().getAttributes().hasAttrSomewhere(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp378 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError);
495 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError);
H A DX86FastISel.cpp1152 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp306 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h307 bool hasAttrSomewhere(Attribute::AttrKind Kind,
H A DAttributes.cpp1008 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, function in class:AttributeListImpl
1429 bool AttributeList::hasAttrSomewhere(Attribute::AttrKind Attr, function in class:AttributeList
1431 return pImpl && pImpl->hasAttrSomewhere(Attr, Index);
H A DInstructions.cpp314 if (Attrs.hasAttrSomewhere(Attribute::Returned, &Index) && Index)
317 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp97 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) {
131 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))
H A DARMFastISel.cpp2086 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp487 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) ||
488 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) {
H A DAttributor.cpp1388 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) ||
1389 FnAttributeList.hasAttrSomewhere(Attribute::StructRet) ||
1390 FnAttributeList.hasAttrSomewhere(Attribute::InAlloca) ||
1391 FnAttributeList.hasAttrSomewhere(Attribute::Preallocated)) {
H A DGlobalOpt.cpp2142 if (Attrs.hasAttrSomewhere(A, &AttrIndex))
2442 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca) &&
2450 if (F->getAttributes().hasAttrSomewhere(Attribute::Preallocated)) {
2487 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
H A DArgumentPromotion.cpp889 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h601 bool hasAttrSomewhere(Attribute::AttrKind Kind,
H A DInstrTypes.h1768 return Attrs.hasAttrSomewhere(Attribute::ByVal);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp241 if (PAL.hasAttrSomewhere(Attribute::Nest))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4810 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) ||
4811 Callee->getAttributes().hasAttrSomewhere(Attribute::Preallocated) ||
4812 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal))
4872 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) &&
5024 if (Attrs.hasAttrSomewhere(Attribute::Nest))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp888 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1931 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) {
7142 Caller->getAttributes().hasAttrSomewhere(Attribute::SwiftError))

Completed in 218 milliseconds