Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h56 bool parseMachineFunctionInfo(const yaml::MachineFunctionInfo &,
H A DWebAssemblyTargetMachine.cpp532 bool WebAssemblyTargetMachine::parseMachineFunctionInfo( in parseMachineFunctionInfo() function in WebAssemblyTargetMachine
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h55 bool parseMachineFunctionInfo(const yaml::MachineFunctionInfo &,
H A DAArch64TargetMachine.cpp773 bool AArch64TargetMachine::parseMachineFunctionInfo( in parseMachineFunctionInfo() function in AArch64TargetMachine
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h118 bool parseMachineFunctionInfo(const yaml::MachineFunctionInfo &,
H A DAMDGPUTargetMachine.cpp1488 bool GCNTargetMachine::parseMachineFunctionInfo( in parseMachineFunctionInfo() function in GCNTargetMachine
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h151 virtual bool parseMachineFunctionInfo(const yaml::MachineFunctionInfo &, in parseMachineFunctionInfo() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp525 if (TM.parseMachineFunctionInfo(*YamlMF.MachineFuncInfo, PFS, Error, in initializeMachineFunction()