Home
last modified time | relevance | path

Searched refs:lowerSelect (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h401 LegalizeResult lowerSelect(MachineInstr &MI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h81 void lowerSelect(SetVectorType &Worklist, MachineInstr &Inst,
H A DSIInstrInfo.cpp6020 lowerSelect(Worklist, Inst, MDT); in moveToVALU()
6170 void SIInstrInfo::lowerSelect(SetVectorType &Worklist, MachineInstr &Inst, in lowerSelect() function in SIInstrInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3417 return lowerSelect(MI); in lower()
7211 LegalizerHelper::LegalizeResult LegalizerHelper::lowerSelect(MachineInstr &MI) { in lowerSelect() function in LegalizerHelper