Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h57 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DRISCVTargetMachine.cpp602 RISCVTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in RISCVTargetMachine
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h60 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DWebAssemblyTargetMachine.cpp621 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML() function in WebAssemblyTargetMachine
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h62 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DAArch64TargetMachine.cpp882 AArch64TargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in AArch64TargetMachine
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h89 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DARMTargetMachine.cpp630 ARMBaseTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in ARMBaseTargetMachine
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h104 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DAMDGPUTargetMachine.cpp1503 GCNTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in GCNTargetMachine
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h157 convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp244 std::unique_ptr<yaml::MachineFunctionInfo>(TM.convertFuncInfoToYAML(MF)); in print()