Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp73 MachineFunction &createVoidVoidPtrMachineFunction(StringRef FunctionName, in createVoidVoidPtrMachineFunction() function
164 MachineFunction &MF = createVoidVoidPtrMachineFunction( in getFunctionReservedRegs()
179 MachineFunction &MF = createVoidVoidPtrMachineFunction( in assembleToStream()
DAssembler.h125 MachineFunction &createVoidVoidPtrMachineFunction(StringRef FunctionID,
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetRepetitorTest.cpp38 MF = &createVoidVoidPtrMachineFunction("TestFn", Mod.get(), MMI.get()); in SetUp()