/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 21 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 25 if (!AlwaysInline && (Align & 3) == 0 && in EmitTargetCodeForMemcpy()
|
D | XCoreSelectionDAGInfo.h | 28 bool AlwaysInline,
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 49 const Attributes AlwaysInline = 1<<12; ///< inline=always variable 93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq | 105 NoInline | AlwaysInline
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 25 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy()
|
D | HexagonSelectionDAGInfo.h | 26 bool AlwaysInline,
|
/external/llvm/unittests/IR/ |
D | AttributesTest.cpp | 20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline); in TEST() 21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 178 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 187 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy() 194 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy() 252 Align, isVolatile, AlwaysInline, in EmitTargetCodeForMemcpy()
|
D | X86SelectionDAGInfo.h | 49 bool isVolatile, bool AlwaysInline,
|
/external/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 198 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 208 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy() 215 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy() 277 Align, isVolatile, AlwaysInline, false, in EmitTargetCodeForMemcpy()
|
D | X86SelectionDAGInfo.h | 43 bool AlwaysInline,
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiSelectionDAGInfo.h | 29 bool AlwaysInline,
|
D | LanaiSelectionDAGInfo.cpp | 24 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXSelectionDAGInfo.h | 37 bool isVolatile, bool AlwaysInline,
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 33 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 46 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
|
D | ARMSelectionDAGInfo.h | 52 bool isVolatile, bool AlwaysInline,
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 55 F.addFnAttr(Attribute::AlwaysInline); in runOnModule()
|
/external/llvm/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 99 CS.hasFnAttr(Attribute::AlwaysInline) && isInlineViable(*Callee)) in getInlineCost()
|
D | ForceFunctionAttrs.cpp | 30 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAGInfo.h | 61 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 84 if (!I->isDeclaration() && !I->hasFnAttr(Attribute::AlwaysInline)) in doInitialization()
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 44 bool AlwaysInline,
|
D | ARMSelectionDAGInfo.cpp | 130 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 145 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 30 bool AlwaysInline,
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 5 AlwaysInline, 62 .Case("alwaysinline", Attribute::AlwaysInline) 159 return llvm::Attribute::AlwaysInline;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 5 AlwaysInline, 62 .Case("alwaysinline", Attribute::AlwaysInline) 159 return llvm::Attribute::AlwaysInline;
|