Searched refs:FnAttrs (Results 1 - 11 of 11) sorted by relevance
/external/llvm/lib/Target/Mips/ |
H A D | MipsSubtarget.cpp | 118 AttributeSet FnAttrs = MF->getFunction()->getAttributes(); local 119 ChangeToMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex, 121 ChangeToNoMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 54 AttributeSet FnAttrs = MF->getFunction()->getAttributes(); local 55 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex, 57 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
|
/external/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 94 const AttributeSet &FnAttrs = MF.getFunction()->getAttributes(); local 95 if (FnAttrs.hasAttribute(AttributeSet::FunctionIndex, 97 FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
|
H A D | X86Subtarget.cpp | 367 AttributeSet FnAttrs = MF->getFunction()->getAttributes(); local 368 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex, 370 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMSubtarget.cpp | 120 AttributeSet FnAttrs = MF->getFunction()->getAttributes(); local 121 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex, 123 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
|
H A D | Thumb2SizeReduction.cpp | 1012 AttributeSet FnAttrs = MF.getFunction()->getAttributes(); local 1013 OptimizeSize = FnAttrs.hasAttribute(AttributeSet::FunctionIndex, 1015 MinimizeSize = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
|
/external/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 82 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); 86 FnAttrs.merge(B); 90 if (FnAttrs.hasAlignmentAttr()) { 91 Fn->setAlignment(FnAttrs.getAlignment()); 92 FnAttrs.removeAttribute(Attribute::Alignment); 98 FnAttrs)); 102 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); 105 FnAttrs.merge(B); 109 FnAttrs)); 113 AttrBuilder FnAttrs(A [all...] |
/external/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 2017 ParsedAttributesWithRange FnAttrs(AttrFactory); 2022 FnAttrs.addAll(attrs.getList()); 2023 FnAttrs.Range = attrs.Range; 2065 ProhibitAttributes(FnAttrs); 2141 ProhibitAttributes(FnAttrs);
|
H A D | ParseDecl.cpp | 4987 ParsedAttributes FnAttrs(AttrFactory); 5082 MaybeParseCXX11Attributes(FnAttrs); 5117 FnAttrs, EndLoc); local
|
/external/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 487 AttributeSet FnAttrs = I->getAttributes().getFnAttributes(); local 488 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex)) 489 CreateAttributeSetSlot(FnAttrs);
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1191 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); local 1193 attrVec.push_back(AttributeSet::get(Callee->getContext(), FnAttrs));
|
Completed in 1186 milliseconds