Home
last modified time | relevance | path

Searched refs:hasAttrSomewhere (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp96 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
130 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
189 MF->getFunction().getAttributes().hasAttrSomewhere( in getDarwinCalleeSavedRegs()
267 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getDarwinCallPreservedMask()
313 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
H A DAArch64FrameLowering.cpp432 !MF.getFunction().getAttributes().hasAttrSomewhere( in getFixedObjectSize()
1971 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
2858 Attrs.hasAttrSomewhere(Attribute::SwiftError)) && in produceCompactUnwindFrame()
H A DAArch64FastISel.cpp3856 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp206 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
230 MF.getFunction().getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp324 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError))
H A DPreISelIntrinsicLowering.cpp169 if (F.getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) && in lowerObjCCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp98 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs()
144 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
H A DARMFastISel.cpp2086 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h401 bool hasAttrSomewhere(Attribute::AttrKind Kind,
H A DAttributes.cpp1235 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere() function in AttributeListImpl
1653 bool AttributeList::hasAttrSomewhere(Attribute::AttrKind Attr, in hasAttrSomewhere() function in AttributeList
1655 return pImpl && pImpl->hasAttrSomewhere(Attr, Index); in hasAttrSomewhere()
H A DInstructions.cpp396 if (Attrs.hasAttrSomewhere(Kind, &Index)) in getArgOperandWithAttribute()
399 if (F->getAttributes().hasAttrSomewhere(Kind, &Index)) in getArgOperandWithAttribute()
H A DVerifier.cpp2236 Check(!Attrs.hasAttrSomewhere(Attribute::Writable) || in verifyFunctionAttrs()
2779 Check(!Attrs.hasAttrSomewhere(Attribute::ElementType), in visitFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp175 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in checkFunctionMemoryAccess()
176 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) in checkFunctionMemoryAccess()
767 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned)) in addArgumentReturnedAttrs()
H A DDeadArgumentElimination.cpp496 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in surveyFunction()
497 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in surveyFunction()
H A DGlobalOpt.cpp1675 if (Attrs.hasAttrSomewhere(A, &AttrIndex)) in StripAttr()
1979 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) && in OptimizeFunctions()
1987 if (F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in OptimizeFunctions()
2024 if (F.getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
H A DArgumentPromotion.cpp778 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca)) in promoteArguments()
H A DAttributor.cpp2894 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) || in isValidFunctionSignatureRewrite()
2895 FnAttributeList.hasAttrSomewhere(Attribute::StructRet) || in isValidFunctionSignatureRewrite()
2896 FnAttributeList.hasAttrSomewhere(Attribute::InAlloca) || in isValidFunctionSignatureRewrite()
2897 FnAttributeList.hasAttrSomewhere(Attribute::Preallocated)) { in isValidFunctionSignatureRewrite()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp396 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs()
517 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
H A DX86FrameLowering.cpp1779 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
H A DX86FastISel.cpp1177 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h844 bool hasAttrSomewhere(Attribute::AttrKind Kind,
H A DInstrTypes.h2043 return Attrs.hasAttrSomewhere(Attribute::ByVal);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4162 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()
4163 Callee->getAttributes().hasAttrSomewhere(Attribute::Preallocated)) in transformConstExprCastCall()
4217 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()
4354 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp925 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in getModRefInfo()

12