Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp149 const AttributeSet &PAL = F->getAttributes().getFnAttributes(); in runOnSCC()
H A DDeadArgumentElimination.cpp256 PAL.getFnAttributes())); in DeleteDeadVarargs()
847 PAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
929 CallPAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
H A DArgumentPromotion.cpp691 PAL.getFnAttributes())); in DoPromotion()
834 CallPAL.getFnAttributes())); in DoPromotion()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp697 AttributeSet FnAttrs = I->getAttributes().getFnAttributes(); in processModule()
743 AttributeSet Attrs = CI->getAttributes().getFnAttributes(); in processFunction()
748 AttributeSet Attrs = II->getAttributes().getFnAttributes(); in processFunction()
1885 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
1965 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction()
2269 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
2309 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
H A DAttributes.cpp863 AttributeSet AttributeSet::getFnAttributes() const { in getFnAttributes() function in AttributeSet
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h299 AttributeSet getFnAttributes() const;
/minix3/minix/llvm/passes/include/common/
H A Dpass_common.h872 NewAttrs.addAttributes(I->getContext(), ATTRIBUTE_SET_FN_IDX, Attrs.getFnAttributes()); in remapCallSiteAttributes()
879 NewAttrs.addAttr(I->getContext(), ATTRIBUTE_SET_FN_IDX, Attrs.getFnAttributes()); in remapCallSiteAttributes()
885 NewAttrs.addAttr(ATTRIBUTE_SET_FN_IDX, Attrs.getFnAttributes()); in remapCallSiteAttributes()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp113 OldAttrs.getFnAttributes())); in CloneFunctionInto()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp67 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
69 AS.getFnAttributes()); in ValidateEndOfModule()
87 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
89 AS.getFnAttributes()); in ValidateEndOfModule()
98 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
100 AS.getFnAttributes()); in ValidateEndOfModule()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1584 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
1737 Attrs.getFnAttributes())); in transformCallThroughTrampoline()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp2257 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()