HomeSort by: relevance | last modified time | path
    Searched refs:MVD (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/arch/vax/
local2.c 202 #define MVD 1 /* mov + dest type */
212 { MVD, MVD, CVT, CVT, CVT, CVT, CSE, CSE, CVT, CVT },
213 { MVD, MVD, MVZ, MVZ, MVZ, MVZ, MZE, MZE, MZC, MZC },
214 { MVD, MVD, MVD, MVD, CVT, CVT, CSE, CSE, CVT, CVT },
215 { MVD, MVD, MVD, MVD, MVZ, MVZ, MZE, MZE, MZC, MZC }
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 4612 VarDecl *MVD = nullptr;
4640 MVD = createImplicitFirstprivateForType(
4642 TargetScope.addPrivate(MVD,
4653 auto &&CodeGen = [&Data, &S, CS, &BodyGen, BPVD, PVD, SVD, MVD,
4699 // If MVD is nullptr, the mapper array is not privatized
4700 if (MVD)
4702 CGF.GetAddrOfLocalVar(MVD), /*Index=*/0);

Completed in 35 milliseconds