HomeSort by relevance Sort by last modified time
    Searched refs:AlwaysInline (Results 1 - 25 of 27) 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/lib/Target/X86/
X86SelectionDAGInfo.h 41 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 179 bool isVolatile, bool AlwaysInline,
189 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
193 /// if calling the library is not allowed (AlwaysInline), then soldier on as
196 if (!AlwaysInline && (Align & 3) != 0)
261 Align, isVolatile, AlwaysInline,
  /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,
46 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 98 CS.hasFnAttr(Attribute::AlwaysInline) &&
Inliner.cpp 658 Attribute::AlwaysInline))
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 50 /// If AlwaysInline is true, the size is constant and the target should not
54 /// for another call). If the target chooses to decline an AlwaysInline
61 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 164 if (hasAttribute(Attribute::AlwaysInline))
165 return "alwaysinline";
373 case Attribute::AlwaysInline: return 1 << 12;
    [all...]
Verifier.cpp 755 I->getKindAsEnum() == Attribute::AlwaysInline ||
845 Attrs.hasAttribute(Idx, Attribute::AlwaysInline)), "Attributes "
846 "'noinline and alwaysinline' are incompatible!", V);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 668 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGCall.cpp     [all...]
CodeGenModule.cpp 707 B.addAttribute(llvm::Attribute::AlwaysInline);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 166 case Attribute::AlwaysInline:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 507 HANDLE_ATTR(AlwaysInline);
    [all...]

Completed in 705 milliseconds

1 2