Home
last modified time | relevance | path

Searched refs:processFunctionBeforeFrameFinalized (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.h48 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DMSP430FrameLowering.cpp290 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in MSP430FrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.h52 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DXCoreFrameLowering.cpp573 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in XCoreFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVFrameLowering.h38 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DRISCVFrameLowering.cpp398 void RISCVFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in RISCVFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCFrameLowering.h54 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DARCFrameLowering.cpp435 void ARCFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in ARCFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.h42 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DSystemZFrameLowering.cpp358 processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in SystemZFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h110 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DPPCFrameLowering.cpp1837 void PPCFrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF, in processFunctionBeforeFrameFinalized() function in PPCFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.h48 void processFunctionBeforeFrameFinalized(
DSIFrameLowering.cpp945 void SIFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in SIFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h77 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DAArch64FrameLowering.cpp2607 void AArch64FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in AArch64FrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h308 virtual void processFunctionBeforeFrameFinalized(MachineFunction &MF,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.h116 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DX86FrameLowering.cpp3166 void X86FrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in X86FrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h71 void processFunctionBeforeFrameFinalized(MachineFunction &MF,
DHexagonFrameLowering.cpp1353 void HexagonFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized() function in HexagonFrameLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterScavenging.cpp804 TFL.processFunctionBeforeFrameFinalized(MF, &RS); in runOnMachineFunction()
DPrologEpilogInserter.cpp245 TFI->processFunctionBeforeFrameFinalized(MF, RS); in runOnMachineFunction()