Lines Matching defs:CC
84 auto CC = CallingConv::AMDGPU_VS;
86 MD.setRsrc2(CC, MCConstantExpr::create(42, MCCtx), MCCtx);
88 MD.setRsrc2(CC, MCSymbolRefExpr::create(Sym, MCCtx), MCCtx);
91 MD.setRsrc2(CC, MCConstantExpr::create(0xff00, MCCtx), MCCtx);
117 auto CC = CallingConv::AMDGPU_VS;
120 MD.setRsrc2(CC, MCSymbolRefExpr::create(SymOne, MCCtx), MCCtx);
122 MD.setRsrc2(CC, MCConstantExpr::create(42, MCCtx), MCCtx);
125 MD.setRsrc2(CC, MCSymbolRefExpr::create(SymTwo, MCCtx), MCCtx);
155 auto CC = CallingConv::AMDGPU_VS;
158 MD.setRsrc2(CC, MCSymbolRefExpr::create(Sym, MCCtx), MCCtx);
159 MD.setRsrc2(CC, MCConstantExpr::create(0xff00, MCCtx), MCCtx);
183 auto CC = CallingConv::AMDGPU_VS;
186 MD.setRsrc2(CC, MCSymbolRefExpr::create(Sym, MCCtx), MCCtx);
187 MD.setRsrc2(CC, 42);
188 MD.setRsrc2(CC, MCConstantExpr::create(0xff00, MCCtx), MCCtx);
212 auto CC = CallingConv::AMDGPU_VS;
215 MD.setRsrc2(CC, MCSymbolRefExpr::create(Sym, MCCtx), MCCtx);
216 MD.setRsrc2(CC, MCConstantExpr::create(0xff00, MCCtx), MCCtx);
238 auto CC = CallingConv::AMDGPU_VS;
241 MD.setRsrc2(CC, MCSymbolRefExpr::create(Sym, MCCtx), MCCtx);
242 MD.setRsrc2(CC, MCConstantExpr::create(0xff00, MCCtx), MCCtx);