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

1 2 3 4

  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 26 bool AlwaysInline,
HexagonSelectionDAGInfo.cpp 22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline,
25 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize)
  /external/llvm/lib/Target/Lanai/
LanaiSelectionDAGInfo.cpp 24 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline,
LanaiSelectionDAGInfo.h 29 bool AlwaysInline,
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.h 28 bool AlwaysInline,
XCoreSelectionDAGInfo.cpp 21 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline,
25 if (!AlwaysInline && (Align & 3) == 0 &&
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.h 37 bool isVolatile, bool AlwaysInline,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.h 49 bool isVolatile, bool AlwaysInline,
X86SelectionDAGInfo.cpp 178 bool isVolatile, bool AlwaysInline,
187 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold())
191 /// if calling the library is not allowed (AlwaysInline), then soldier on as
194 if (!AlwaysInline && (Align & 3) != 0)
252 Align, isVolatile, AlwaysInline,
  /frameworks/rs/rsov/compiler/
InlinePreparationPass.cpp 55 F.addFnAttr(Attribute::AlwaysInline);
58 DEBUG(dbgs() << "Marked as alwaysinline:\t" << F.getName() << '\n');
  /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/AMDGPU/
AMDGPUAlwaysInlinePass.cpp 55 F.addFnAttr(Attribute::AlwaysInline);
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 43 bool AlwaysInline,
X86SelectionDAGInfo.cpp 198 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline,
208 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold())
212 /// if calling the library is not allowed (AlwaysInline), then soldier on as
215 if (!AlwaysInline && (Align & 3) != 0)
277 Align, isVolatile, AlwaysInline, false,
  /external/swiftshader/third_party/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/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.h 52 bool isVolatile, bool AlwaysInline,
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 49 const Attributes AlwaysInline = 1<<12; ///< inline=always
93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq |
105 NoInline | AlwaysInline
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.h 44 bool AlwaysInline,
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 99 CS.hasFnAttr(Attribute::AlwaysInline) && isInlineViable(*Callee))
ForceFunctionAttrs.cpp 30 .Case("alwaysinline", Attribute::AlwaysInline)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineAlways.cpp 84 if (!I->isDeclaration() && !I->hasFnAttr(Attribute::AlwaysInline))
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h 30 bool AlwaysInline,
  /external/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 43 /// If AlwaysInline is true, the size is constant and the target should not
47 /// for another call). If the target chooses to decline an AlwaysInline
53 bool AlwaysInline,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 43 /// If AlwaysInline is true, the size is constant and the target should not
47 /// for another call). If the target chooses to decline an AlwaysInline
53 bool AlwaysInline,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h 43 /// If AlwaysInline is true, the size is constant and the target should not
47 /// for another call). If the target chooses to decline an AlwaysInline
53 bool AlwaysInline,

Completed in 1359 milliseconds

1 2 3 4