Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp108 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
156 MF->getFunction().getAttributes().hasAttrSomewhere( in getDarwinCalleeSavedRegs()
234 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getDarwinCallPreservedMask()
273 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
H A DAArch64FrameLowering.cpp1577 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
2444 Attrs.hasAttrSomewhere(Attribute::SwiftError)) && in produceCompactUnwindFrame()
H A DAArch64FastISel.cpp3804 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp206 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
230 MF.getFunction().getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DSwiftErrorValueTracking.cpp305 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignVRegs()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h323 bool hasAttrSomewhere(Attribute::AttrKind Kind,
H A DAttributes.cpp1076 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere() function in AttributeListImpl
1487 bool AttributeList::hasAttrSomewhere(Attribute::AttrKind Attr, in hasAttrSomewhere() function in AttributeList
1489 return pImpl && pImpl->hasAttrSomewhere(Attr, Index); in hasAttrSomewhere()
H A DInstructions.cpp342 if (Attrs.hasAttrSomewhere(Kind, &Index)) in getArgOperandWithAttribute()
345 if (F->getAttributes().hasAttrSomewhere(Kind, &Index)) in getArgOperandWithAttribute()
H A DVerifier.cpp2520 Check(!Attrs.hasAttrSomewhere(Attribute::ElementType), in visitFunction()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp491 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in surveyFunction()
492 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in surveyFunction()
H A DGlobalOpt.cpp1716 if (Attrs.hasAttrSomewhere(A, &AttrIndex)) in StripAttr()
2012 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) && in OptimizeFunctions()
2020 if (F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in OptimizeFunctions()
2056 if (F.getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
H A DFunctionAttrs.cpp136 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in checkFunctionMemoryAccess()
137 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) in checkFunctionMemoryAccess()
H A DArgumentPromotion.cpp727 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca)) in promoteArguments()
H A DAttributor.cpp2707 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) || in isValidFunctionSignatureRewrite()
2708 FnAttributeList.hasAttrSomewhere(Attribute::StructRet) || in isValidFunctionSignatureRewrite()
2709 FnAttributeList.hasAttrSomewhere(Attribute::InAlloca) || in isValidFunctionSignatureRewrite()
2710 FnAttributeList.hasAttrSomewhere(Attribute::Preallocated)) { in isValidFunctionSignatureRewrite()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp391 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs()
512 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
H A DX86FrameLowering.cpp1710 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
H A DX86FastISel.cpp1169 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp241 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h803 bool hasAttrSomewhere(Attribute::AttrKind Kind,
H A DInstrTypes.h1927 return Attrs.hasAttrSomewhere(Attribute::ByVal);
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3465 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()
3466 Callee->getAttributes().hasAttrSomewhere(Attribute::Preallocated)) in transformConstExprCastCall()
3538 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()
3688 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp858 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in getModRefInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2088 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in visitRet()
7923 Caller->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in LowerCallTo()