Home
last modified time | relevance | path

Searched refs:AlwaysInline (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/unittests/IR/
DAttributesTest.cpp20 Attribute AttrA = Attribute::get(C, Attribute::AlwaysInline); in TEST()
21 Attribute AttrB = Attribute::get(C, Attribute::AlwaysInline); in TEST()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp22 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
28 if (!AlwaysInline && (Align & 3) == 0 && in EmitTargetCodeForMemcpy()
DXCoreSelectionDAGInfo.h31 bool AlwaysInline,
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp24 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
28 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy()
DHexagonSelectionDAGInfo.h28 bool isVolatile, bool AlwaysInline,
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp199 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
209 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
216 if (!AlwaysInline && (Align & 3) != 0) in EmitTargetCodeForMemcpy()
278 Align, isVolatile, AlwaysInline, false, in EmitTargetCodeForMemcpy()
DX86SelectionDAGInfo.h45 bool isVolatile, bool AlwaysInline,
/external/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp56 F.addFnAttr(Attribute::AlwaysInline); in runOnModule()
/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp102 CS.hasFnAttr(Attribute::AlwaysInline) && in getInlineCost()
DInliner.cpp700 if (AlwaysInlineOnly && !F->hasFnAttribute(Attribute::AlwaysInline)) in removeDeadFunctions()
DFunctionAttrs.cpp1856 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h45 bool isVolatile, bool AlwaysInline,
DARMSelectionDAGInfo.cpp136 bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
152 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h30 bool IsVolatile, bool AlwaysInline,
DSystemZSelectionDAGInfo.cpp52 bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h53 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
/external/llvm/include/llvm/IR/
DAttributes.td20 def AlwaysInline : EnumAttr<"alwaysinline">;
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h419 ClonedF->addFnAttr(Attribute::AlwaysInline); in emitPartition()
/external/llvm/lib/IR/
DAttributes.cpp191 if (hasAttribute(Attribute::AlwaysInline)) in getAsString()
421 case Attribute::AlwaysInline: return 1 << 12; in getAttrMask()
DVerifier.cpp1230 I->getKindAsEnum() == Attribute::AlwaysInline || in VerifyAttributeTypes()
1336 Attrs.hasAttribute(Idx, Attribute::AlwaysInline)), in VerifyParameterAttrs()
1443 Attribute::AlwaysInline)), in VerifyFunctionAttrs()
/external/llvm/lib/Analysis/
DInlineCost.cpp1378 if (CS.hasFnAttr(Attribute::AlwaysInline)) { in getInlineCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4271 bool AlwaysInline, in getMemcpyLoadsAndStores() argument
4297 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemcpy(OptSize); in getMemcpyLoadsAndStores()
4386 bool AlwaysInline, in getMemmoveLoadsAndStores() argument
4407 unsigned Limit = AlwaysInline ? ~0U : TLI.getMaxStoresPerMemmove(OptSize); in getMemmoveLoadsAndStores()
4572 unsigned Align, bool isVol, bool AlwaysInline, in getMemcpy() argument
4596 *this, dl, Chain, Dst, Src, Size, Align, isVol, AlwaysInline, in getMemcpy()
4604 if (AlwaysInline) { in getMemcpy()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h711 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
/external/clang/lib/CodeGen/
DCodeGenModule.cpp835 B.addAttribute(llvm::Attribute::AlwaysInline); in SetLLVMFunctionAttributesForDefinition()
859 assert(!F->hasFnAttribute(llvm::Attribute::AlwaysInline) && in SetLLVMFunctionAttributesForDefinition()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp510 HANDLE_ATTR(AlwaysInline); in printAttributes()

12