Searched refs:assignCalleeSavedSpillSlots (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h72 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DHexagonFrameLowering.cpp1195 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, function in class:HexagonFrameLowering
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetFrameLowering.h114 /// assignCalleeSavedSpillSlots - Allows target to override spill slot
115 /// assignment logic. If implemented, assignCalleeSavedSpillSlots() should
118 /// assignCalleeSavedSpillSlots() may add, delete or rearrange elements of
121 assignCalleeSavedSpillSlots(MachineFunction &MF, function in class:llvm::TargetFrameLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FrameLowering.h81 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DX86FrameLowering.cpp1780 bool X86FrameLowering::assignCalleeSavedSpillSlots(
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp86 void assignCalleeSavedSpillSlots(MachineFunction &Fn,
186 assignCalleeSavedSpillSlots(Fn, SavedRegs);
293 void PEI::assignCalleeSavedSpillSlots(MachineFunction &F, function in class:PEI
314 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) {
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPEI.cpp95 void assignCalleeSavedSpillSlots(MachineFunction &Fn,
201 assignCalleeSavedSpillSlots(Fn, SavedRegs);
309 void WasmPEI::assignCalleeSavedSpillSlots(MachineFunction &F, function in class:WasmPEI
330 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) {

Completed in 174 milliseconds