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

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 30 bool isVolatile, bool AlwaysInline,
HexagonSelectionDAGInfo.cpp 31 bool isVolatile, bool AlwaysInline,
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.h 33 bool AlwaysInline,
XCoreSelectionDAGInfo.cpp 28 bool isVolatile, bool AlwaysInline,
34 if (!AlwaysInline && (Align & 3) == 0 &&
  /external/llvm/unittests/IR/
AttributesTest.cpp 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline);
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 47 bool isVolatile, bool AlwaysInline,
ARMSelectionDAGInfo.cpp 32 bool isVolatile, bool AlwaysInline,
47 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 46 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 206 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline,
216 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
220 /// if calling the library is not allowed (AlwaysInline), then soldier on as
223 if (!AlwaysInline && (Align & 3) != 0)
286 Align, isVolatile, AlwaysInline, false,
  /external/llvm/lib/Target/R600/
AMDGPUAlwaysInlinePass.cpp 58 F.addFnAttr(Attribute::AlwaysInline);
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 102 CS.hasFnAttr(Attribute::AlwaysInline) &&
Inliner.cpp 640 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline))
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 49 /// If AlwaysInline is true, the size is constant and the target should not
53 /// for another call). If the target chooses to decline an AlwaysInline
60 bool AlwaysInline,
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 31 bool IsVolatile, bool AlwaysInline,
SystemZSelectionDAGInfo.cpp 58 bool IsVolatile, bool AlwaysInline,
  /external/llvm/include/llvm/IR/
Attributes.h 70 AlwaysInline, ///< inline=always
  /external/llvm/lib/IR/
Attributes.cpp 191 if (hasAttribute(Attribute::AlwaysInline))
192 return "alwaysinline";
409 case Attribute::AlwaysInline: return 1 << 12;
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 687 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 729 B.addAttribute(llvm::Attribute::AlwaysInline);
774 // OptimizeNone wins over OptimizeForSize, MinSize, AlwaysInline.
779 assert(!F->hasFnAttribute(llvm::Attribute::AlwaysInline) &&
780 "OptimizeNone and AlwaysInline on same function!");
    [all...]
CGClass.cpp     [all...]
CGCall.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 510 HANDLE_ATTR(AlwaysInline);
    [all...]

Completed in 790 milliseconds

1 2