/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64RegisterInfo.cpp | 108 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 D | AArch64FrameLowering.cpp | 1577 bool HaveInitialContext = Attrs.hasAttrSomewhere(Attribute::SwiftAsync); in emitPrologue() 2444 Attrs.hasAttrSomewhere(Attribute::SwiftError)) && in produceCompactUnwindFrame()
|
H A D | AArch64FastISel.cpp | 3804 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 206 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs() 230 MF.getFunction().getAttributes().hasAttrSomewhere( in getCallPreservedMask()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SwiftErrorValueTracking.cpp | 305 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignVRegs()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | AttributeImpl.h | 323 bool hasAttrSomewhere(Attribute::AttrKind Kind,
|
H A D | Attributes.cpp | 1076 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 D | Instructions.cpp | 342 if (Attrs.hasAttrSomewhere(Kind, &Index)) in getArgOperandWithAttribute() 345 if (F->getAttributes().hasAttrSomewhere(Kind, &Index)) in getArgOperandWithAttribute()
|
H A D | Verifier.cpp | 2520 Check(!Attrs.hasAttrSomewhere(Attribute::ElementType), in visitFunction()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 98 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs() 144 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
H A D | ARMFastISel.cpp | 2086 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 491 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in surveyFunction() 492 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in surveyFunction()
|
H A D | GlobalOpt.cpp | 1716 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 D | FunctionAttrs.cpp | 136 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in checkFunctionMemoryAccess() 137 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) in checkFunctionMemoryAccess()
|
H A D | ArgumentPromotion.cpp | 727 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca)) in promoteArguments()
|
H A D | Attributor.cpp | 2707 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 D | X86RegisterInfo.cpp | 391 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs() 512 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
|
H A D | X86FrameLowering.cpp | 1710 if (Attrs.hasAttrSomewhere(Attribute::SwiftAsync)) { in emitPrologue()
|
H A D | X86FastISel.cpp | 1169 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
|
/openbsd/gnu/llvm/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 241 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Attributes.h | 803 bool hasAttrSomewhere(Attribute::AttrKind Kind,
|
H A D | InstrTypes.h | 1927 return Attrs.hasAttrSomewhere(Attribute::ByVal);
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 3465 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 D | BasicAliasAnalysis.cpp | 858 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in getModRefInfo()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 2088 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in visitRet() 7923 Caller->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in LowerCallTo()
|