reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2486 Mods |= SISrcMods::OP_SEL_0; 2592 Mods |= SISrcMods::OP_SEL_0;lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
6367 ModVal |= SISrcMods::OP_SEL_0;
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp973 Mod == SISrcMods::OP_SEL_0 && 1005 unsigned FI = !!(MI->getOperand(FIN).getImm() & SISrcMods::OP_SEL_0); 1006 unsigned BC = !!(MI->getOperand(BCN).getImm() & SISrcMods::OP_SEL_0); 1012 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O);lib/Target/AMDGPU/SIFoldOperands.cpp
213 if ((Val & SISrcMods::OP_SEL_0) || !(Val & SISrcMods::OP_SEL_1)) 225 Mod.setImm(Mod.getImm() | SISrcMods::OP_SEL_0);