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.cpp98 bool selectDebugInstr(MachineInstr &I, MachineRegisterInfo &MRI) const;
247 bool X86InstructionSelector::selectDebugInstr(MachineInstr &I, in selectDebugInstr() function in X86InstructionSelector
373 return selectDebugInstr(I, MRI); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp977 static bool selectDebugInstr(MachineInstr &I, MachineRegisterInfo &MRI, in selectDebugInstr() function
2494 return selectDebugInstr(I, MRI, RBI); in select()