Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DeviceID

3512     llvm::Value *DeviceID;
3514 DeviceID = CGF.Builder.CreateIntCast(CGF.EmitScalarExpr(Device),
3517 DeviceID = CGF.Builder.getInt32(OMP_DEVICEID_UNDEF);
3520 DeviceID, HostPtr, PointerNum, BasePointersArray,