Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAttributes.h296 bool hasAttrSomewhere(Attribute::AttrKind Attr) const;
DInstructions.h1761 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
3666 return AttributeList.hasAttrSomewhere(Attribute::ByVal);
/external/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest)) in emitPrologue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2127 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || in transformConstExprCastCall()
2128 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) in transformConstExprCastCall()
2348 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp536 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) { in SurveyFunction()
DGlobalOpt.cpp2063 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) && in OptimizeFunctions()
/external/llvm/lib/IR/
DAttributes.cpp1011 bool AttributeSet::hasAttrSomewhere(Attribute::AttrKind Attr) const { in hasAttrSomewhere() function in AttributeSet