Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp28 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
38 MF.getFunction()->getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp99 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
133 MF->getFunction().getAttributes().hasAttrSomewhere( in getDarwinCalleeSavedRegs()
199 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getDarwinCallPreservedMask()
232 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp55 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
85 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp202 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
218 MF.getFunction().getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp204 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
220 MF.getFunction().getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp321 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
415 MF.getFunction()->getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp66 MF->getFunction().getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
136 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterInfo.cpp384 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs()
501 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
/external/llvm-project/llvm/lib/IR/
DAttributeImpl.h312 bool hasAttrSomewhere(Attribute::AttrKind Kind,
DAttributes.cpp1040 bool AttributeListImpl::hasAttrSomewhere(Attribute::AttrKind Kind, in hasAttrSomewhere() function in AttributeListImpl
1461 bool AttributeList::hasAttrSomewhere(Attribute::AttrKind Attr, in hasAttrSomewhere() function in AttributeList
1463 return pImpl && pImpl->hasAttrSomewhere(Attr, Index); in hasAttrSomewhere()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwiftErrorValueTracking.cpp307 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignVRegs()
/external/llvm-project/llvm/lib/CodeGen/
DSwiftErrorValueTracking.cpp306 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in preassignVRegs()
/external/llvm-project/llvm/lib/Target/X86/
DX86RegisterInfo.cpp379 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCalleeSavedRegs()
496 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); in getCallPreservedMask()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp91 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCalleeSavedRegs()
119 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp97 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs()
131 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h348 bool hasAttrSomewhere(Attribute::AttrKind Kind,
/external/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp487 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in SurveyFunction()
488 F.getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in SurveyFunction()
DAttributor.cpp1562 if (FnAttributeList.hasAttrSomewhere(Attribute::Nest) || in isValidFunctionSignatureRewrite()
1563 FnAttributeList.hasAttrSomewhere(Attribute::StructRet) || in isValidFunctionSignatureRewrite()
1564 FnAttributeList.hasAttrSomewhere(Attribute::InAlloca) || in isValidFunctionSignatureRewrite()
1565 FnAttributeList.hasAttrSomewhere(Attribute::Preallocated)) { in isValidFunctionSignatureRewrite()
DGlobalOpt.cpp2148 if (Attrs.hasAttrSomewhere(A, &AttrIndex)) in StripAttr()
2447 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca) && in OptimizeFunctions()
2455 if (F->getAttributes().hasAttrSomewhere(Attribute::Preallocated)) { in OptimizeFunctions()
2492 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
/external/llvm-project/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp99 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in getCalleeSavedRegs()
133 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
/external/llvm/include/llvm/IR/
DAttributes.h343 bool hasAttrSomewhere(Attribute::AttrKind Kind,
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2205 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()
2206 Callee->getAttributes().hasAttrSomewhere(Attribute::Preallocated) || in transformConstExprCastCall()
2207 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()
2270 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()
2422 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h587 bool hasAttrSomewhere(Attribute::AttrKind Kind,
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h626 bool hasAttrSomewhere(Attribute::AttrKind Kind,

123