Home
last modified time | relevance | path

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

/src/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()
/src/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()