Home
last modified time | relevance | path

Searched refs:needsFrameIndexResolution (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp58 bool TargetFrameLowering::needsFrameIndexResolution( in needsFrameIndexResolution() function in TargetFrameLowering
DPrologEpilogInserter.cpp1135 if (!TFI.needsFrameIndexResolution(MF)) in replaceFrameIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h253 virtual bool needsFrameIndexResolution(const MachineFunction &MF) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.h97 bool needsFrameIndexResolution(const MachineFunction &MF) const override;
DX86FrameLowering.cpp75 X86FrameLowering::needsFrameIndexResolution(const MachineFunction &MF) const { in needsFrameIndexResolution() function in X86FrameLowering