Home
last modified time | relevance | path

Searched refs:SystemZMachineFunctionInfo (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp81 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in assignCalleeSavedSpillSlots()
179 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
247 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
309 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
425 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
584 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
628 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP()); in hasFP()
669 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in getOrCreateFramePointerSaveIndex()
H A DSystemZMachineFunctionInfo.h27 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
41 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
H A DSystemZLDCleanup.cpp72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
H A DSystemZMachineFunctionInfo.cpp15 void SystemZMachineFunctionInfo::anchor() {} in anchor()
H A DCMakeLists.txt27 SystemZMachineFunctionInfo.cpp
H A DSystemZISelLowering.cpp1331 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
1332 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
3132 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
3133 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
3315 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()
3316 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()
4021 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
4032 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp178 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in assignCalleeSavedSpillSlots()
249 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
333 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
393 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
444 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in processFunctionBeforeFrameFinalized()
545 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
706 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
880 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in getOrCreateFramePointerSaveIndex()
965 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in assignCalleeSavedSpillSlots()
1074 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
[all …]
H A DSystemZMachineFunctionInfo.cpp15 void SystemZMachineFunctionInfo::anchor() {} in anchor()
17 MachineFunctionInfo *SystemZMachineFunctionInfo::clone( in clone()
21 return DestMF.cloneInfo<SystemZMachineFunctionInfo>(*this); in clone()
H A DSystemZMachineFunctionInfo.h27 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
40 SystemZMachineFunctionInfo(const Function &F, const TargetSubtargetInfo *STI) in SystemZMachineFunctionInfo() function
H A DSystemZLDCleanup.cpp72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
H A DSystemZTargetMachine.cpp319 return SystemZMachineFunctionInfo::create<SystemZMachineFunctionInfo>( in createMachineFunctionInfo()
H A DCMakeLists.txt30 SystemZMachineFunctionInfo.cpp
H A DSystemZAsmPrinter.cpp969 const SystemZMachineFunctionInfo *ZFI = in emitPPA1()
970 MF->getInfo<SystemZMachineFunctionInfo>(); in emitPPA1()
H A DSystemZISelLowering.cpp1490 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
1491 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
3374 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
3375 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
3568 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART_XPLINK()
3569 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART_XPLINK()
3585 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART_ELF()
3586 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART_ELF()
/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp73 SystemZMachineFunctionInfo *MFI = MF.getInfo<SystemZMachineFunctionInfo>(); in determineCalleeSaves()
141 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in spillCalleeSavedRegisters()
230 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in restoreCalleeSavedRegisters()
327 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitPrologue()
443 SystemZMachineFunctionInfo *ZFI = MF.getInfo<SystemZMachineFunctionInfo>(); in emitEpilogue()
482 MF.getInfo<SystemZMachineFunctionInfo>()->getManipulatesSP()); in hasFP()
H A DSystemZMachineFunctionInfo.h17 class SystemZMachineFunctionInfo : public MachineFunctionInfo {
30 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
H A DSystemZLDCleanup.cpp73 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
H A DSystemZMachineFunctionInfo.cpp16 void SystemZMachineFunctionInfo::anchor() {} in anchor()
H A DCMakeLists.txt25 SystemZMachineFunctionInfo.cpp
H A DSystemZISelLowering.cpp869 SystemZMachineFunctionInfo *FuncInfo = in LowerFormalArguments()
870 MF.getInfo<SystemZMachineFunctionInfo>(); in LowerFormalArguments()
2617 SystemZMachineFunctionInfo* MFI = in lowerGlobalTLSAddress()
2618 DAG.getMachineFunction().getInfo<SystemZMachineFunctionInfo>(); in lowerGlobalTLSAddress()
2713 SystemZMachineFunctionInfo *FI = MF.getInfo<SystemZMachineFunctionInfo>(); in lowerFRAMEADDR()
2801 SystemZMachineFunctionInfo *FuncInfo = in lowerVASTART()
2802 MF.getInfo<SystemZMachineFunctionInfo>(); in lowerVASTART()
3363 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKSAVE()
3371 MF.getInfo<SystemZMachineFunctionInfo>()->setManipulatesSP(true); in lowerSTACKRESTORE()
/aosp_15_r20/prebuilts/rust/bootstrap/
H A Dchain.log2061 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
7018 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
11395 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
16343 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
21271 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
26444 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
31803 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
37014 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
42182 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
47938 …ng CXX object lib/Target/SystemZ/CMakeFiles/LLVMSystemZCodeGen.dir/SystemZMachineFunctionInfo.cpp.o
[all …]