Lines Matching refs:MCConstantExpr
470 MCConstantExpr::create(KernelCodeProperties, Ctx); in getAmdhsaKernelCodeProperties()
471 const MCExpr *OrValue = MCConstantExpr::create( in getAmdhsaKernelCodeProperties()
491 MCConstantExpr::create(PI.LDSSize, Ctx); in getAmdhsaKernelDescriptor()
495 KernelDescriptor.kernarg_size = MCConstantExpr::create( in getAmdhsaKernelDescriptor()
511 KernelDescriptor.kernarg_preload = MCConstantExpr::create( in getAmdhsaKernelDescriptor()
626 CurrentProgramInfo.AccumOffset, MCConstantExpr::create(1, Ctx), Ctx); in runOnMachineFunction()
628 AdjustedAccum, MCConstantExpr::create(4, Ctx), Ctx); in runOnMachineFunction()
764 return MCConstantExpr::create(Value, Ctx); in getSIProgramInfo()
1044 MCConstantExpr::create(0, Ctx), Ctx), in getSIProgramInfo()
1065 auto Shft = MCConstantExpr::create(Shift, Ctx); in getSIProgramInfo()
1066 auto Msk = MCConstantExpr::create(Mask, Ctx); in getSIProgramInfo()
1123 const MCExpr *msk = MCConstantExpr::create(Mask, Ctx); in EmitProgramInfoSI()
1124 const MCExpr *shft = MCConstantExpr::create(Shift, Ctx); in EmitProgramInfoSI()
1261 MCConstantExpr::create(0, Ctx), Ctx); in EmitPALMetadata()
1276 MCConstantExpr::create(16, Ctx), Ctx), in EmitPALMetadata()
1286 MCConstantExpr::create(S_00B02C_EXTRA_LDS_SIZE(ExtraLDSSize), Ctx), in EmitPALMetadata()