Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DVOP3PInstructions.td1059 dag Src2Mods = !if(IsIU, (ins), (ins PackedF16InputMods:$src2_modifiers));
1069 !cond(IsWMMA : !con(Src2Mods, (ins Src2RC64:$src2)),
H A DSIInstrInfo.cpp3936 const MachineOperand *Src2Mods = in convertToThreeAddress() local
3942 if (!Src0Mods && !Src1Mods && !Src2Mods && !Clamp && !Omod && !IsF64 && in convertToThreeAddress()
4050 .addImm(Src2Mods ? Src2Mods->getImm() : 0) in convertToThreeAddress()