Home
last modified time | relevance | path

Searched refs:createVoidVoidPtrMachineFunction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp74 MachineFunction &createVoidVoidPtrMachineFunction(StringRef FunctionName, in createVoidVoidPtrMachineFunction() function
169 MachineFunction &MF = createVoidVoidPtrMachineFunction( in getFunctionReservedRegs()
184 MachineFunction &MF = createVoidVoidPtrMachineFunction( in assembleToStream()
H A DAssembler.h125 MachineFunction &createVoidVoidPtrMachineFunction(StringRef FunctionID,
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp38 MF = &createVoidVoidPtrMachineFunction("TestFn", Mod.get(), MMI.get()); in SetUp()