| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64RegisterInfo.cpp | 100 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()
|
| D | AArch64FrameLowering.cpp | 1279 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue() 2168 Attrs.hasAttrSomewhere(Attribute::SwiftError)) && in produceCompactUnwindFrame()
|
| D | AArch64FastISel.cpp | 3765 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZRegisterInfo.cpp | 205 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs() 227 MF.getFunction().getAttributes().hasAttrSomewhere( in getCallPreservedMask()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | AttributeImpl.h | 311 bool hasAttrSomewhere(Attribute::AttrKind Kind,
|
| D | Attributes.cpp | 984 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()
|
| D | Instructions.cpp | 332 if (Attrs.hasAttrSomewhere(Attribute::Returned, &Index) && Index) in getReturnedArgOperand() 335 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) && in getReturnedArgOperand()
|
| D | Verifier.cpp | 2340 Assert(!Attrs.hasAttrSomewhere(Attribute::ElementType), in visitFunction()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | SwiftErrorValueTracking.cpp | 306 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignVRegs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMBaseRegisterInfo.cpp | 100 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs() 138 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
| D | ARMFastISel.cpp | 2083 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | DeadArgumentElimination.cpp | 491 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in SurveyFunction() 492 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in SurveyFunction()
|
| D | GlobalOpt.cpp | 1653 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()
|
| D | Attributor.cpp | 2039 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()
|
| D | ArgumentPromotion.cpp | 884 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca)) in promoteArguments()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86RegisterInfo.cpp | 389 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs() 510 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
|
| D | X86FrameLowering.cpp | 1496 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
|
| D | X86FastISel.cpp | 1176 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 2636 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/ |
| D | XCoreFrameLowering.cpp | 241 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | Attributes.h | 669 bool hasAttrSomewhere(Attribute::AttrKind Kind,
|
| D | InstrTypes.h | 1883 return Attrs.hasAttrSomewhere(Attribute::ByVal);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | BasicAliasAnalysis.cpp | 828 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in getModRefInfo()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 2011 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in visitRet() 7483 Caller->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in LowerCallTo()
|