Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h55 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DWebAssemblyTargetMachine.cpp526 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML() function in WebAssemblyTargetMachine
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h54 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DAArch64TargetMachine.cpp768 AArch64TargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in AArch64TargetMachine
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h117 convertFuncInfoToYAML(const MachineFunction &MF) const override;
H A DAMDGPUTargetMachine.cpp1482 GCNTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in GCNTargetMachine
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h146 convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp242 std::unique_ptr<yaml::MachineFunctionInfo>(TM.convertFuncInfoToYAML(MF)); in print()