Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp6310 SmallVector<MachineInstr *, 4> SelectDebugValues; in emitSelectPseudo() local
6328 SequenceMBBI->collectDebugValues(SelectDebugValues); in emitSelectPseudo()
6361 for (MachineInstr *DebugInstr : SelectDebugValues) { in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21584 SmallVector<MachineInstr *, 4> SelectDebugValues; in emitSelectPseudo() local
21602 SequenceMBBI->collectDebugValues(SelectDebugValues); in emitSelectPseudo()
21635 for (MachineInstr *DebugInstr : SelectDebugValues) { in emitSelectPseudo()