Home
last modified time | relevance | path

Searched refs:canUseAsEpilogue (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.h49 bool canUseAsEpilogue(const MachineBasicBlock &MBB) const override;
DThumb1FrameLowering.cpp558 bool Thumb1FrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const { in canUseAsEpilogue() function in Thumb1FrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h172 bool canUseAsEpilogue(const MachineBasicBlock &MBB) const override;
DPPCFrameLowering.cpp725 bool PPCFrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const { in canUseAsEpilogue() function in PPCFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h362 virtual bool canUseAsEpilogue(const MachineBasicBlock &MBB) const { in canUseAsEpilogue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.h149 bool canUseAsEpilogue(const MachineBasicBlock &MBB) const override;
DX86FrameLowering.cpp2907 bool X86FrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const { in canUseAsEpilogue() function in X86FrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp555 TFI->canUseAsEpilogue(*Restore))) in runOnMachineFunction()