reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2892     llvm::Type *IntTy = CGF.ConvertTypeForMem(IntType);
 2917           CGF, CGF.EmitLoadOfScalar(Ptr, /*Volatile=*/false, IntType, Loc),
 2918           IntType, Offset, Loc);
 2919       CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType);
 2928           CGF, CGF.EmitLoadOfScalar(Ptr, /*Volatile=*/false, IntType, Loc),
 2929           IntType, Offset, Loc);
 2930       CGF.EmitStoreOfScalar(Res, ElemPtr, /*Volatile=*/false, IntType);