Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.cpp28 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
38 MF.getFunction()->getAttributes().hasAttrSomewhere( in getCallPreservedMask()
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp55 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
85 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
DAArch64FrameLowering.cpp869 Attrs.hasAttrSomewhere(Attribute::SwiftError)); in produceCompactUnwindFrame()
DAArch64FastISel.cpp3679 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h256 bool hasAttrSomewhere(Attributes Attr) const;
DInstructions.h1320 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
2792 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
/external/llvm/lib/Target/X86/
DX86RegisterInfo.cpp321 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs()
415 MF.getFunction()->getAttributes().hasAttrSomewhere( in getCallPreservedMask()
DX86FastISel.cpp1144 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp258 bool AttrListPtr::hasAttrSomewhere(Attributes Attr) const { in hasAttrSomewhere() function in AttrListPtr
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp91 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCalleeSavedRegs()
119 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
DARMFastISel.cpp2080 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h348 bool hasAttrSomewhere(Attribute::AttrKind Kind,
/external/llvm/include/llvm/IR/
DAttributes.h343 bool hasAttrSomewhere(Attribute::AttrKind Kind,
DInstructions.h1803 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
3767 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp104 getAttributes().hasAttrSomewhere(Attribute::Nest); in emitPrologue()
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp468 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) { in SurveyFunction()
DGlobalOpt.cpp2054 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2681 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()
2682 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()
2900 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/external/llvm/lib/IR/
DInstructions.cpp337 if (AttributeList.hasAttrSomewhere(Attribute::Returned, &Index) && Index) in getReturnedArgOperand()
340 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) && in getReturnedArgOperand()
707 if (AttributeList.hasAttrSomewhere(Attribute::Returned, &Index) && Index) in getReturnedArgOperand()
710 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) && in getReturnedArgOperand()
DAttributes.cpp1111 bool AttributeSet::hasAttrSomewhere(Attribute::AttrKind Attr, in hasAttrSomewhere() function in AttributeSet
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1253 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1909 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1494 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in visitRet()