Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVTargetMachine.h57 convertFuncInfoToYAML(const MachineFunction &MF) const override;
HDRISCVTargetMachine.cpp592 RISCVTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in RISCVTargetMachine
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyTargetMachine.h61 convertFuncInfoToYAML(const MachineFunction &MF) const override;
HDWebAssemblyTargetMachine.cpp640 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML() function in WebAssemblyTargetMachine
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetMachine.h63 convertFuncInfoToYAML(const MachineFunction &MF) const override;
HDX86TargetMachine.cpp354 X86TargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in X86TargetMachine
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64TargetMachine.h60 convertFuncInfoToYAML(const MachineFunction &MF) const override;
HDAArch64TargetMachine.cpp901 AArch64TargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in AArch64TargetMachine
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMTargetMachine.h90 convertFuncInfoToYAML(const MachineFunction &MF) const override;
HDARMTargetMachine.cpp632 ARMBaseTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in ARMBaseTargetMachine
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetMachine.h114 convertFuncInfoToYAML(const MachineFunction &MF) const override;
HDAMDGPUTargetMachine.cpp1529 GCNTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in GCNTargetMachine
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetMachine.h156 convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRPrinter.cpp246 std::unique_ptr<yaml::MachineFunctionInfo>(TM.convertFuncInfoToYAML(MF)); in print()