Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp100 bool selectDebugInstr(MachineInstr &I, MachineRegisterInfo &MRI) const;
251 bool X86InstructionSelector::selectDebugInstr(MachineInstr &I, in selectDebugInstr() function in X86InstructionSelector
377 return selectDebugInstr(I, MRI); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp985 static bool selectDebugInstr(MachineInstr &I, MachineRegisterInfo &MRI, in selectDebugInstr() function
2623 return selectDebugInstr(I, MRI, RBI); in select()