Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewTarget

1091     CUDAFunctionTarget NewTarget = IdentifyCUDATarget(New),
1093 if (NewTarget == CFT_InvalidTarget || NewTarget == CFT_Global)
1101 if ((NewTarget == CFT_HostDevice) || (OldTarget == CFT_HostDevice))
1106 return NewTarget != OldTarget;