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

1 2 3 4

  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 17 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex,
SITypeRewriter.cpp 65 Attribute A = Set.getAttribute(AttributeSet::FunctionIndex, "ShaderType");
  /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 202 /// `AttributeSet::FunctionIndex', the return value is at index
209 FunctionIndex = ~0U
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 94 AttributeSet::FunctionIndex,
99 if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
101 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
103 } else if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
105 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
107 Caller->removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr);
109 } else if (CalleeAttr.hasAttribute(AttributeSet::FunctionIndex,
111 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
113 !CallerAttr.hasAttribute(AttributeSet::FunctionIndex,
272 Caller->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
PruneEH.cpp 151 F->getContext(), AttributeSet::FunctionIndex, NewAttributes);
155 F->addAttributes(AttributeSet::FunctionIndex, NPAL);
DeadArgumentElimination.cpp 249 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
834 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
    [all...]
  /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,
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 63 AttributeSet::FunctionIndex, B);
64 F.removeAttributes(AttributeSet::FunctionIndex, ToStrip);
  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 400 A = A.addAttribute(C, AttributeSet::FunctionIndex,
402 A = A.addAttribute(C, AttributeSet::FunctionIndex,
404 A = A.addAttribute(C, AttributeSet::FunctionIndex,
485 A = A.addAttribute(F.getContext(), AttributeSet::FunctionIndex,
487 F.removeAttributes(AttributeSet::FunctionIndex, A);
491 F.addAttributes(AttributeSet::FunctionIndex, A);
MipsSubtarget.cpp 221 ChangeToMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
223 ChangeToNoMips16 = FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 45 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
74 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
103 AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
131 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
162 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
186 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
212 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
241 AS = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
271 AS[2] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
378 AS[1] = AttributeSet::get(M->getContext(), AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Target/X86/
X86PadShortFunction.cpp 97 if (FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
99 FnAttrs.hasAttribute(AttributeSet::FunctionIndex,
X86Subtarget.cpp 188 FnAttrs.getAttribute(AttributeSet::FunctionIndex, "target-cpu");
190 FnAttrs.getAttribute(AttributeSet::FunctionIndex, "target-features");
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 222 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
224 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
451 AttributeSet::FunctionIndex, Attribute::MinSize));
  /external/llvm/lib/CodeGen/
StackProtector.cpp 91 AttributeSet::FunctionIndex, "stack-protector-buffer-size");
201 if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
205 } else if (F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
208 else if (!F->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
MachineFunction.cpp 67 if (Fn->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
70 getStackAlignment(AttributeSet::FunctionIndex));
76 if (!Fn->getAttributes().hasAttribute(AttributeSet::FunctionIndex,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 141 Call->addAttribute(AttributeSet::FunctionIndex, Attribute::ReadNone);
LoopUnrollPass.cpp 163 hasAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 100 Attribute CPUAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
102 Attribute FSAttr = FnAttrs.getAttribute(AttributeSet::FunctionIndex,
  /external/llvm/lib/Target/
TargetMachine.cpp 59 getAttribute(AttributeSet::FunctionIndex, \
  /external/llvm/lib/IR/
AsmWriter.cpp 491 if (FnAttrs.hasAttributes(AttributeSet::FunctionIndex))
536 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
541 if (Attrs.hasAttributes(AttributeSet::FunctionIndex))
661 assert(AS.hasAttributes(AttributeSet::FunctionIndex) &&
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 87 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
88 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
100 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex,
102 AttributeSet::FunctionIndex,
107 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
108 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
111 AS = AS.addAttributes(Context, AttributeSet::FunctionIndex,
113 AttributeSet::FunctionIndex,
118 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
119 AS = AS.removeAttributes(Context, AttributeSet::FunctionIndex,
    [all...]

Completed in 849 milliseconds

1 2 3 4