HomeSort by: relevance | last modified time | path
    Searched refs:FunctionIndex (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Statepoint.cpp 30 AS.getAttribute(AttributeList::FunctionIndex, "statepoint-id");
37 Attribute AttrNumPatchBytes = AS.getAttribute(AttributeList::FunctionIndex,
Attributes.cpp 1133 for (const auto &I : Sets[attrIdxToArrayIdx(AttributeList::FunctionIndex)])
1265 // If the MaxIndex is FunctionIndex and there are other indices in front
1267 if (MaxIndex == FunctionIndex && Attrs.size() > 1)
1564 return getAttributes(FunctionIndex);
1585 return hasAttribute(AttributeList::FunctionIndex, Kind);
1707 case AttrIndex::FunctionIndex:
2179 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
2183 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 256 addAttribute(AttributeList::FunctionIndex, Kind);
261 addAttribute(AttributeList::FunctionIndex,
267 addAttribute(AttributeList::FunctionIndex, Attr);
272 removeAttribute(AttributeList::FunctionIndex, Kind);
278 getContext(), AttributeList::FunctionIndex, Kind));
366 return getAttribute(AttributeList::FunctionIndex, Kind);
371 return getAttribute(AttributeList::FunctionIndex, Kind);
379 AttributeSets.getStackAlignment(AttributeList::FunctionIndex))
388 return AttributeSets.getStackAlignment(AttributeList::FunctionIndex);
InstrTypes.h 1784 addAttribute(AttributeList::FunctionIndex, Attribute::NoInline);
1789 addAttribute(AttributeList::FunctionIndex, Attribute::ReadNone);
1798 addAttribute(AttributeList::FunctionIndex, Attribute::ReadOnly);
1806 addAttribute(AttributeList::FunctionIndex, Attribute::WriteOnly);
1815 addAttribute(AttributeList::FunctionIndex, Attribute::ArgMemOnly);
1824 addAttribute(AttributeList::FunctionIndex, Attribute::InaccessibleMemOnly);
1833 addAttribute(AttributeList::FunctionIndex,
1839 addAttribute(AttributeList::FunctionIndex, Attribute::NoReturn);
1848 addAttribute(AttributeList::FunctionIndex, Attribute::NoUnwind);
1854 addAttribute(AttributeList::FunctionIndex, Attribute::NoDuplicate)
    [all...]
Attributes.h 382 /// `AttributeList::FunctionIndex', the return value is at index
389 FunctionIndex = ~0U,
648 /// Equivalent to hasAttribute(AttributeList::FunctionIndex, Kind) but
652 /// Equivalent to hasAttribute(AttributeList::FunctionIndex, Kind) but
752 unsigned index_begin() const { return AttributeList::FunctionIndex; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
EntryExitInstrumenter.cpp 92 F.removeAttribute(AttributeList::FunctionIndex, EntryAttr);
114 F.removeAttribute(AttributeList::FunctionIndex, ExitAttr);
ModuleUtils.cpp 128 Ctor->addAttribute(AttributeList::FunctionIndex, Attribute::NoUnwind);
321 AttributeList::FunctionIndex,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
IndirectThunks.h 65 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 364 FunctionAccessor getFunction(unsigned FunctionIndex) const {
366 getFunctionOffset(FunctionIndex));
452 std::size_t getFunctionOffset(unsigned FunctionIndex) const {
453 return FunctionListOffset + FunctionIndex * FunctionSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 411 A = A.addAttribute(C, AttributeList::FunctionIndex,
413 A = A.addAttribute(C, AttributeList::FunctionIndex,
415 A = A.addAttribute(C, AttributeList::FunctionIndex,
488 F.removeAttributes(AttributeList::FunctionIndex, B);
492 F.addAttributes(AttributeList::FunctionIndex, B);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 85 Call->addAttribute(AttributeList::FunctionIndex, Attribute::ReadNone);
SCCP.cpp 496 F.removeAttributes(AttributeList::FunctionIndex, AttributesToRemove);
503 CB->removeAttributes(AttributeList::FunctionIndex,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp 241 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu");
243 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features");
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 1224 NewF->removeAttributes(AttributeList::FunctionIndex,
1302 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1304 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1315 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1317 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1328 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1330 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1339 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1341 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
1350 AL = AL.addAttribute(M.getContext(), AttributeList::FunctionIndex,
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CommandFlags.cpp 677 AttributeList::FunctionIndex,
682 Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs));
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 346 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
351 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
414 CI->removeAttribute(AttributeList::FunctionIndex, Attribute::NoReturn);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineAdvisor.cpp 313 CB.addAttribute(AttributeList::FunctionIndex, Attr);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 191 Attrs = Attrs.addAttribute(F.getContext(), AttributeList::FunctionIndex,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.cpp 986 Attr = Attr.addAttribute(Ctx, AttributeList::FunctionIndex,
988 Attr = Attr.addAttribute(Ctx, AttributeList::FunctionIndex,
AMDGPUPrintfRuntimeBinding.cpp 320 AttributeList Attr = AttributeList::get(Ctx, AttributeList::FunctionIndex,
AMDGPUInstCombineIntrinsic.cpp 589 NewCall->addAttribute(AttributeList::FunctionIndex,
715 NewCall->addAttribute(AttributeList::FunctionIndex,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2152 Result.addAttribute(llvm::AttributeList::FunctionIndex,
2156 Result.addAttribute(llvm::AttributeList::FunctionIndex,
2161 Result.addAttribute(llvm::AttributeList::FunctionIndex,
2164 Result.addAttribute(llvm::AttributeList::FunctionIndex,
2187 Result.addAttribute(llvm::AttributeList::FunctionIndex,
CodeGenModule.cpp 1754 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
1841 F->addAttributes(llvm::AttributeList::FunctionIndex, B);
1891 F->addAttributes(llvm::AttributeList::FunctionIndex, FuncAttrs);
2007 F->removeAttributes(llvm::AttributeList::FunctionIndex, RemoveAttrs);
2008 F->addAttributes(llvm::AttributeList::FunctionIndex, Attrs);
2117 F->addAttribute(llvm::AttributeList::FunctionIndex,
2124 F->addAttribute(llvm::AttributeList::FunctionIndex,
3586 if (ExtraAttrs.hasAttributes(llvm::AttributeList::FunctionIndex)) {
3587 llvm::AttrBuilder B(ExtraAttrs, llvm::AttributeList::FunctionIndex);
3588 F->addAttributes(llvm::AttributeList::FunctionIndex, B)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
Coroutines.cpp 316 CB->removeAttribute(AttributeList::FunctionIndex,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ThinLTOBitcodeWriter.cpp 164 AttributeList::get(M.getContext(), AttributeList::FunctionIndex,

Completed in 76 milliseconds

1 2 3