Home
last modified time | relevance | path

Searched refs:getFnAttributes (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp256 PAL.getFnAttributes())); in DeleteDeadVarargs()
866 PAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
944 CallPAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp722 PAL.getFnAttributes())); in DoPromotion()
853 CallPAL.getFnAttributes())); in DoPromotion()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp896 Call->setAttributes(OriginalAttrs.getFnAttributes()); in ReplaceWithStatepoint()
922 Invoke->setAttributes(OriginalAttrs.getFnAttributes()); in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1466 Call->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl()
1494 Invoke->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl()
/external/llvm/include/llvm/IR/
DAttributes.h283 AttributeSet getFnAttributes() const;
/external/llvm/lib/IR/
DAsmWriter.cpp794 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule()
832 AttributeSet Attrs = CI->getAttributes().getFnAttributes(); in processFunction()
837 AttributeSet Attrs = II->getAttributes().getFnAttributes(); in processFunction()
2526 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
2604 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction()
2969 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
3005 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
DAttributes.cpp985 AttributeSet AttributeSet::getFnAttributes() const { in getFnAttributes() function in AttributeSet
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
/external/llvm/lib/AsmParser/
DLLParser.cpp98 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
100 AS.getFnAttributes()); in ValidateEndOfModule()
118 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
120 AS.getFnAttributes()); in ValidateEndOfModule()
129 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
131 AS.getFnAttributes()); in ValidateEndOfModule()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2267 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
2423 Attrs.getFnAttributes())); in transformCallThroughTrampoline()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2615 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()