HomeSort by relevance Sort by last modified time
    Searched refs:FunctionIndex (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp 26 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/include/llvm/IR/
Function.h 181 AttributeSet::FunctionIndex, N));
189 AttributeSet::FunctionIndex, Kind));
194 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
197 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
223 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
233 AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
242 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
251 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
260 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
270 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
    [all...]
Instructions.h     [all...]
Attributes.h 193 /// `AttributeSet::FunctionIndex', the return value is at index
200 FunctionIndex = ~0U
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 85 AttributeSet::FunctionIndex,
90 if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
92 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
94 } else if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
96 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
98 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
100 } else if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
102 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
104 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
240 Caller->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
InlineAlways.cpp 96 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
PruneEH.cpp 150 PAL.addAttributes(F->getContext(), AttributeSet::FunctionIndex,
152 AttributeSet::FunctionIndex,
FunctionAttrs.cpp 218 F->removeAttributes(AttributeSet::FunctionIndex,
220 AttributeSet::FunctionIndex, B));
223 F->addAttribute(AttributeSet::FunctionIndex,
DeadArgumentElimination.cpp 279 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
807 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
    [all...]
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 61 AttributeSet::FunctionIndex, B);
62 F.removeAttributes(AttributeSet::FunctionIndex, ToStrip);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 44 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
73 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
102 AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
130 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
161 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
185 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
211 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
240 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
270 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
349 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 99 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
101 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 95 if (FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
97 FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
X86Subtarget.cpp 331 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
333 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/CodeGen/
StackProtector.cpp 205 if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
208 else if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
211 else if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
CodePlacementOpt.cpp 376 if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
MachineFunction.cpp 63 if (Fn->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
66 getStackAlignment(AttributeSet::FunctionIndex));
70 if (!Fn->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
PrologEpilogInserter.cpp 98 if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
114 if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
211 if (F.getFunction()->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 745 if (!Attrs.hasAttributes(AttributeSet::FunctionIndex))
748 AttrBuilder NotFn(Attrs, AttributeSet::FunctionIndex);
752 AttributeSet::FunctionIndex,
753 NotFn).getAsString(AttributeSet::FunctionIndex) +
757 Assert1(!((Attrs.hasAttribute(AttributeSet::FunctionIndex,
759 Attrs.hasAttribute(AttributeSet::FunctionIndex,
761 (Attrs.hasAttribute(AttributeSet::FunctionIndex,
763 Attrs.hasAttribute(AttributeSet::FunctionIndex,
765 (Attrs.hasAttribute(AttributeSet::FunctionIndex,
767 Attrs.hasAttribute(AttributeSet::FunctionIndex,
    [all...]
AsmWriter.cpp 514 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex))
559 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
564 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
684 assert(AS.hasAttributes(AttributeSet::FunctionIndex) &&
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 131 .addAttribute(M->getContext(), AttributeSet::FunctionIndex,
151 AttributeSet().addAttribute(M->getContext(), AttributeSet::FunctionIndex,
166 AttributeSet().addAttribute(M->getContext(), AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/
TargetMachine.cpp 76 getAttribute(AttributeSet::FunctionIndex, \
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 155 hasAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 704 !F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 82 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
83 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
95 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex,
97 AttributeSet::FunctionIndex,
102 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
103 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
106 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex,
108 AttributeSet::FunctionIndex,
113 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
114 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
    [all...]

Completed in 1657 milliseconds

1 2 3