Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp100 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
136 MF->getFunction().getAttributes().hasAttrSomewhere( in getDarwinCalleeSavedRegs()
204 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getDarwinCallPreservedMask()
239 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
DAArch64FrameLowering.cpp1279 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue()
2168 Attrs.hasAttrSomewhere(Attribute::SwiftError)) && in produceCompactUnwindFrame()
DAArch64FastISel.cpp3765 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp205 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
227 MF.getFunction().getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributeImpl.h311 bool hasAttrSomewhere(Attribute::AttrKind Kind,
DAttributes.cpp984 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere() function in AttributeListImpl
1413 bool AttributeList::hasAttrSomewhere(Attribute::AttrKind Attr, in hasAttrSomewhere() function in AttributeList
1415 return pImpl && pImpl->hasAttrSomewhere(Attr, Index); in hasAttrSomewhere()
DInstructions.cpp332 if (Attrs.hasAttrSomewhere(Attribute::Returned, &Index) && Index) in getReturnedArgOperand()
335 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) && in getReturnedArgOperand()
DVerifier.cpp2340 Assert(!Attrs.hasAttrSomewhere(Attribute::ElementType), in visitFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSwiftErrorValueTracking.cpp306 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignVRegs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp100 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs()
138 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
DARMFastISel.cpp2083 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp491 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in SurveyFunction()
492 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in SurveyFunction()
DGlobalOpt.cpp1653 if (Attrs.hasAttrSomewhere(A, &AttrIndex)) in StripAttr()
1952 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca) && in OptimizeFunctions()
1960 if (F->getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in OptimizeFunctions()
1997 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
DAttributor.cpp2039 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) || in isValidFunctionSignatureRewrite()
2040 FnAttributeList.hasAttrSomewhere(Attribute::StructRet) || in isValidFunctionSignatureRewrite()
2041 FnAttributeList.hasAttrSomewhere(Attribute::InAlloca) || in isValidFunctionSignatureRewrite()
2042 FnAttributeList.hasAttrSomewhere(Attribute::Preallocated)) { in isValidFunctionSignatureRewrite()
DArgumentPromotion.cpp884 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca)) in promoteArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86RegisterInfo.cpp389 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs()
510 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
DX86FrameLowering.cpp1496 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
DX86FastISel.cpp1176 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2636 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()
2637 Callee->getAttributes().hasAttrSomewhere(Attribute::Preallocated) || in transformConstExprCastCall()
2638 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()
2701 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()
2853 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp241 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h669 bool hasAttrSomewhere(Attribute::AttrKind Kind,
DInstrTypes.h1883 return Attrs.hasAttrSomewhere(Attribute::ByVal);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp828 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in getModRefInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2011 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in visitRet()
7483 Caller->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in LowerCallTo()