Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h54 convertFuncInfoToYAML(const MachineFunction &MF) const override;
DWebAssemblyTargetMachine.cpp493 yaml::MachineFunctionInfo *WebAssemblyTargetMachine::convertFuncInfoToYAML( in convertFuncInfoToYAML() function in WebAssemblyTargetMachine
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetMachine.h116 convertFuncInfoToYAML(const MachineFunction &MF) const override;
DAMDGPUTargetMachine.cpp1009 GCNTargetMachine::convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function in GCNTargetMachine
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h133 convertFuncInfoToYAML(const MachineFunction &MF) const { in convertFuncInfoToYAML() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp226 std::unique_ptr<yaml::MachineFunctionInfo>(TM.convertFuncInfoToYAML(MF)); in print()