/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 20 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 24 if (!AlwaysInline && Alignment >= Align(4) && in EmitTargetCodeForMemcpy()
|
D | XCoreSelectionDAGInfo.h | 25 bool AlwaysInline,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 20 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 24 if (!AlwaysInline && (Align & 3) == 0 && in EmitTargetCodeForMemcpy()
|
D | XCoreSelectionDAGInfo.h | 27 bool AlwaysInline,
|
/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/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-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 21 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 24 if (AlwaysInline || (Align & 0x3) != 0 || !ConstantSize) in EmitTargetCodeForMemcpy()
|
D | HexagonSelectionDAGInfo.h | 27 bool AlwaysInline,
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 21 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 24 if (AlwaysInline || Alignment < Align(4) || !ConstantSize) in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 239 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() argument 244 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov() 254 if (!AlwaysInline && (Align & 3) != 0) in emitConstantSizeRepmov() 294 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 315 AlwaysInline, DstPtrInfo, SrcPtrInfo); in EmitTargetCodeForMemcpy()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86SelectionDAGInfo.cpp | 242 unsigned Align, bool isVolatile, bool AlwaysInline, in emitConstantSizeRepmov() argument 247 if (!AlwaysInline && Size > Subtarget.getMaxInlineSizeThreshold()) in emitConstantSizeRepmov() 257 if (!AlwaysInline && (Align & 3) != 0) in emitConstantSizeRepmov() 297 SDValue Size, Align Alignment, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 321 Size.getValueType(), Alignment.value(), isVolatile, AlwaysInline, in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | AlwaysInliner.cpp | 50 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run() 166 if (!CS.hasFnAttr(Attribute::AlwaysInline)) in getInlineCost()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 137 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in runOnModule() 152 F->addFnAttr(Attribute::AlwaysInline); in runOnModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAlwaysInlinePass.cpp | 130 = StressCalls ? Attribute::AlwaysInline : Attribute::NoInline; in runOnModule() 145 F->addFnAttr(Attribute::AlwaysInline); in runOnModule()
|
/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()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AlwaysInliner.cpp | 57 if (!F.isDeclaration() && F.hasFnAttribute(Attribute::AlwaysInline) && in run() 204 if (!CB.hasFnAttr(Attribute::AlwaysInline)) in getInlineCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFSelectionDAGInfo.h | 25 bool AlwaysInline,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiSelectionDAGInfo.h | 28 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/llvm-project/llvm/lib/Target/BPF/ |
D | BPFSelectionDAGInfo.h | 25 bool isVolatile, bool AlwaysInline,
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiSelectionDAGInfo.h | 28 bool isVolatile, bool AlwaysInline,
|