/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/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()
|
D | X86SelectionDAGInfo.h | 42 bool AlwaysInline,
|
/third_party/skia/third_party/externals/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,
|
/third_party/skia/third_party/externals/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()
|
D | ForceFunctionAttrs.cpp | 31 .Case("alwaysinline", Attribute::AlwaysInline) in parseAttrKind()
|
D | SyntheticCountsPropagation.cpp | 79 if (F.hasFnAttribute(Attribute::AlwaysInline) || in initializeCounts()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiSelectionDAGInfo.h | 28 bool AlwaysInline,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFSelectionDAGInfo.h | 25 bool AlwaysInline,
|
D | BPFSelectionDAGInfo.cpp | 22 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySelectionDAGInfo.h | 28 bool AlwaysInline,
|
D | WebAssemblySelectionDAGInfo.cpp | 23 SDValue Size, unsigned Align, bool IsVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 43 bool AlwaysInline,
|
D | ARMSelectionDAGInfo.cpp | 129 SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, in EmitTargetCodeForMemcpy() argument 144 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
|
/third_party/skia/third_party/externals/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;
|
/third_party/skia/third_party/externals/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;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 5 AlwaysInline, 62 .Case("alwaysinline", Attribute::AlwaysInline) 159 return llvm::Attribute::AlwaysInline;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 5 AlwaysInline, 62 .Case("alwaysinline", Attribute::AlwaysInline) 159 return llvm::Attribute::AlwaysInline;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 5 AlwaysInline, 62 .Case("alwaysinline", Attribute::AlwaysInline) 159 return llvm::Attribute::AlwaysInline;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 5 AlwaysInline, 62 .Case("alwaysinline", Attribute::AlwaysInline) 159 return llvm::Attribute::AlwaysInline;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 29 bool AlwaysInline,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 55 bool AlwaysInline, in EmitTargetCodeForMemcpy() argument
|