/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 81 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 D | SystemZMachineFunctionInfo.h | 27 class SystemZMachineFunctionInfo : public MachineFunctionInfo { 41 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
|
H A D | SystemZLDCleanup.cpp | 72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
|
H A D | SystemZMachineFunctionInfo.cpp | 15 void SystemZMachineFunctionInfo::anchor() {} in anchor()
|
H A D | CMakeLists.txt | 27 SystemZMachineFunctionInfo.cpp
|
H A D | SystemZISelLowering.cpp | 1331 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 D | SystemZFrameLowering.cpp | 178 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 D | SystemZMachineFunctionInfo.cpp | 15 void SystemZMachineFunctionInfo::anchor() {} in anchor() 17 MachineFunctionInfo *SystemZMachineFunctionInfo::clone( in clone() 21 return DestMF.cloneInfo<SystemZMachineFunctionInfo>(*this); in clone()
|
H A D | SystemZMachineFunctionInfo.h | 27 class SystemZMachineFunctionInfo : public MachineFunctionInfo { 40 SystemZMachineFunctionInfo(const Function &F, const TargetSubtargetInfo *STI) in SystemZMachineFunctionInfo() function
|
H A D | SystemZLDCleanup.cpp | 72 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
|
H A D | SystemZTargetMachine.cpp | 319 return SystemZMachineFunctionInfo::create<SystemZMachineFunctionInfo>( in createMachineFunctionInfo()
|
H A D | CMakeLists.txt | 30 SystemZMachineFunctionInfo.cpp
|
H A D | SystemZAsmPrinter.cpp | 969 const SystemZMachineFunctionInfo *ZFI = in emitPPA1() 970 MF->getInfo<SystemZMachineFunctionInfo>(); in emitPPA1()
|
H A D | SystemZISelLowering.cpp | 1490 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 D | SystemZFrameLowering.cpp | 73 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 D | SystemZMachineFunctionInfo.h | 17 class SystemZMachineFunctionInfo : public MachineFunctionInfo { 30 explicit SystemZMachineFunctionInfo(MachineFunction &MF) in SystemZMachineFunctionInfo() function
|
H A D | SystemZLDCleanup.cpp | 73 SystemZMachineFunctionInfo* MFI = F.getInfo<SystemZMachineFunctionInfo>(); in runOnMachineFunction()
|
H A D | SystemZMachineFunctionInfo.cpp | 16 void SystemZMachineFunctionInfo::anchor() {} in anchor()
|
H A D | CMakeLists.txt | 25 SystemZMachineFunctionInfo.cpp
|
H A D | SystemZISelLowering.cpp | 869 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 D | chain.log | 2061 …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 …]
|