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

1 2 3

  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 14 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/include/llvm/IR/
Function.h 178 AttributeSet::FunctionIndex, N));
184 getContext(), AttributeSet::FunctionIndex, N));
191 AttributeSet::FunctionIndex, Kind));
196 AttributeSet::FunctionIndex, Kind, Value));
201 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
204 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex, Kind);
209 return AttributeSets.getAttribute(AttributeSet::FunctionIndex, Kind);
212 return AttributeSets.getAttribute(AttributeSet::FunctionIndex, Kind);
238 return AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
248 AttributeSets.hasAttribute(AttributeSet::FunctionIndex,
    [all...]
Instructions.h     [all...]
Attributes.h 197 /// `AttributeSet::FunctionIndex', the return value is at index
204 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,
263 Caller->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
InlineAlways.cpp 96 Callee->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
PruneEH.cpp 150 F->getContext(), AttributeSet::FunctionIndex, NewAttributes);
154 F->addAttributes(AttributeSet::FunctionIndex, NPAL);
  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 134 AttributeSet().addAttribute(C, AttributeSet::FunctionIndex,
154 Attr = Attr.addAttribute(C, AttributeSet::FunctionIndex,
171 AttributeSet().addAttribute(C, AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 119 ChangeToMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
121 ChangeToNoMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
MipsOptimizeMathLibCalls.cpp 93 .getAttribute(AttributeSet::FunctionIndex, "use-soft-float");
163 Call->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
Mips16HardFloat.cpp 362 A = A.addAttribute(C, AttributeSet::FunctionIndex,
364 A = A.addAttribute(C, AttributeSet::FunctionIndex,
366 A = A.addAttribute(C, AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 55 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
57 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 62 AttributeSet::FunctionIndex, B);
63 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/X86/
X86PadShortFunction.cpp 95 if (FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
97 FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
X86Subtarget.cpp 368 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
370 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/CodeGen/
StackProtector.cpp 127 Fn.getAttributes().getAttribute(AttributeSet::FunctionIndex,
220 if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
223 else if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
226 else if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
MachineFunction.cpp 66 if (Fn->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
69 getStackAlignment(AttributeSet::FunctionIndex));
75 if (!Fn->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
PrologEpilogInserter.cpp 104 if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
120 if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
224 if (F.getFunction()->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 121 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
123 Attribute FSAttr = FnAttrs.getAttribute(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 708 !F.getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 488 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex))
533 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
538 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
658 assert(AS.hasAttributes(AttributeSet::FunctionIndex) &&
    [all...]
Verifier.cpp     [all...]

Completed in 292 milliseconds

1 2 3