/external/llvm/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.cpp | 28 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs() 38 MF.getFunction()->getAttributes().hasAttrSomewhere( in getCallPreservedMask()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.cpp | 55 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs() 85 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
D | AArch64FrameLowering.cpp | 869 Attrs.hasAttrSomewhere(Attribute::SwiftError)); in produceCompactUnwindFrame()
|
D | AArch64FastISel.cpp | 3679 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in selectRet()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 256 bool hasAttrSomewhere(Attributes Attr) const;
|
D | Instructions.h | 1320 return AttributeList.hasAttrSomewhere(Attribute::ByVal); 2792 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
|
/external/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 321 MF->getFunction()->getAttributes().hasAttrSomewhere( in getCalleeSavedRegs() 415 MF.getFunction()->getAttributes().hasAttrSomewhere( in getCallPreservedMask()
|
D | X86FastISel.cpp | 1144 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in X86SelectRet()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 258 bool AttrListPtr::hasAttrSomewhere(Attributes Attr) const { in hasAttrSomewhere() function in AttrListPtr
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseRegisterInfo.cpp | 91 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCalleeSavedRegs() 119 MF.getFunction()->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in getCallPreservedMask()
|
D | ARMFastISel.cpp | 2080 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) in SelectRet()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 348 bool hasAttrSomewhere(Attribute::AttrKind Kind,
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 343 bool hasAttrSomewhere(Attribute::AttrKind Kind,
|
D | Instructions.h | 1803 return AttributeList.hasAttrSomewhere(Attribute::ByVal); 3767 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 104 getAttributes().hasAttrSomewhere(Attribute::Nest); in emitPrologue()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 468 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) { in SurveyFunction()
|
D | GlobalOpt.cpp | 2054 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2681 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/ |
D | Instructions.cpp | 337 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()
|
D | Attributes.cpp | 1111 bool AttributeSet::hasAttrSomewhere(Attribute::AttrKind Attr, in hasAttrSomewhere() function in AttributeSet
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1253 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1909 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1494 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { in visitRet()
|