Home
last modified time | relevance | path

Searched refs:convertFuncInfoToYAML (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h51 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DRISCVTargetMachine.cpp275 RISCVTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in RISCVTargetMachine
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h55 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DWebAssemblyTargetMachine.cpp585 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML() function in WebAssemblyTargetMachine
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h52 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DAArch64TargetMachine.cpp822 AArch64TargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in AArch64TargetMachine
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h97 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DAMDGPUTargetMachine.cpp1456 GCNTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in GCNTargetMachine
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h149 convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp238 std::unique_ptr<yaml::MachineFunctionInfo>(TM.convertFuncInfoToYAML(MF)); in print()