Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUGlobalISelDivergenceLowering.cpp70 SmallVectorImpl<MachineInstr *> &Vreg1Phis) const override;
102 SmallVectorImpl<MachineInstr *> &Vreg1Phis) const { in getCandidatesForLowering()
110 Vreg1Phis.push_back(&MI); in getCandidatesForLowering()
H A DSILowerI1Copies.cpp71 SmallVectorImpl<MachineInstr *> &Vreg1Phis) const override;
544 SmallVector<MachineInstr *, 4> Vreg1Phis; in lowerPhis() local
547 getCandidatesForLowering(Vreg1Phis); in lowerPhis()
548 if (Vreg1Phis.empty()) in lowerPhis()
553 for (MachineInstr *MI : Vreg1Phis) { in lowerPhis()
817 SmallVectorImpl<MachineInstr *> &Vreg1Phis) const { in getCandidatesForLowering()
821 Vreg1Phis.push_back(&MI); in getCandidatesForLowering()
H A DSILowerI1Copies.h85 SmallVectorImpl<MachineInstr *> &Vreg1Phis) const = 0;