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

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 33 bool isVolatile, bool AlwaysInline,
HexagonSelectionDAGInfo.cpp 32 bool isVolatile, bool AlwaysInline,
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 32 bool IsVolatile, bool AlwaysInline,
SystemZSelectionDAGInfo.cpp 31 bool IsVolatile, bool AlwaysInline,
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 49 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 181 bool isVolatile, bool AlwaysInline,
190 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
194 /// if calling the library is not allowed (AlwaysInline), then soldier on as
197 if (!AlwaysInline && (Align & 3) != 0)
263 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 52 bool isVolatile, bool AlwaysInline,
ARMSelectionDAGInfo.cpp 33 bool isVolatile, bool AlwaysInline,
46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
  /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/Transforms/IPO/
InlineAlways.cpp 97 Attribute::AlwaysInline) &&
Inliner.cpp 594 Attribute::AlwaysInline))
  /external/llvm/include/llvm/IR/
Attributes.h 69 AlwaysInline, ///< inline=always
  /external/llvm/lib/IR/
Attributes.cpp 163 if (hasAttribute(Attribute::AlwaysInline))
164 return "alwaysinline";
360 case Attribute::AlwaysInline: return 1 << 12;
    [all...]
Verifier.cpp 734 I->getKindAsEnum() == Attribute::AlwaysInline ||
823 Attrs.hasAttribute(Idx, Attribute::AlwaysInline)), "Attributes "
824 "'noinline and alwaysinline' are incompatible!", V);
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 591 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CodeGenModule.cpp 629 B.addAttribute(llvm::Attribute::AlwaysInline);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 168 case Attribute::AlwaysInline:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 499 HANDLE_ATTR(AlwaysInline);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 517 *Kind = Attribute::AlwaysInline;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 911 case lltok::kw_alwaysinline: B.addAttribute(Attribute::AlwaysInline); break;
    [all...]

Completed in 349 milliseconds