Home
last modified time | relevance | path

Searched refs:enableShrinkWrapping (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFrameLowering.h39 bool enableShrinkWrapping(const MachineFunction &MF) const override { in enableShrinkWrapping() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.h52 bool enableShrinkWrapping(const MachineFunction &MF) const override { in enableShrinkWrapping() function
DARMFrameLowering.h65 bool enableShrinkWrapping(const MachineFunction &MF) const override { in enableShrinkWrapping() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h167 bool enableShrinkWrapping(const MachineFunction &MF) const override;
DPPCFrameLowering.cpp2459 bool PPCFrameLowering::enableShrinkWrapping(const MachineFunction &MF) const { in enableShrinkWrapping() function in PPCFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h70 bool enableShrinkWrapping(const MachineFunction &MF) const override { in enableShrinkWrapping() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h159 virtual bool enableShrinkWrapping(const MachineFunction &MF) const { in enableShrinkWrapping() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.h152 bool enableShrinkWrapping(const MachineFunction &MF) const override;
DX86FrameLowering.cpp2927 bool X86FrameLowering::enableShrinkWrapping(const MachineFunction &MF) const { in enableShrinkWrapping() function in X86FrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp597 return TFI->enableShrinkWrapping(MF) && in isShrinkWrapEnabled()