Searched refs:MC (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4290 const std::vector<Predicate> &MC = ModeChecks[Mode];
4291 Preds.insert(Preds.end(), MC.begin(), MC.end());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7596 for (const OMPClauseMappableExprCommon::MappableComponent &MC :
7598 if (MC.getAssociatedDeclaration()) {
7600 CGF.EmitOMPSharedLValue(MC.getAssociatedExpression())
8189 const auto *MC = cast<OMPMapClause>(C); local
8190 for (const auto L : MC->component_lists()) {
8191 InfoGen(L.first, L.second, MC->getMapType(), MC->getMapTypeModifiers(),
8192 /*ReturnDevicePointer=*/false, MC->isImplicit());
H A DCodeGenModule.cpp1050 MangleContext &MC = CGM.getCXXABI().getMangleContext(); local
1051 if (MC.shouldMangleDeclName(ND))
1052 MC.mangleName(GD.getWithDecl(ND), Out);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3427 MappableComponent &MC) {
3428 return MC.getAssociatedDeclaration() ==
3431 MC.getAssociatedExpression()) ||
3433 MC.getAssociatedExpression()) ||
3435 MC.getAssociatedExpression()));
17501 [](const OMPClauseMappableExprCommon::MappableComponent &MC) {
17502 return MC.getAssociatedDeclaration();
18793 OMPClauseMappableExprCommon::MappableComponent MC(SimpleRefExpr, D);
18795 D, MC, /*WhereFoundClauseKind=*/OMPC_is_device_ptr);
18809 MVLI.VarComponents.back().push_back(MC);
[all...]
/freebsd-13-stable/sys/dev/hwpmc/
H A Dpmc_events.h1320 __PMC_EV(OCTEON, MC) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1723 const unsigned RegBitWidth = AMDGPU::getRegBitWidth(*RC->MC);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4535 auto &MC = getModuleManager().getModuleCache();
4537 MC.finalizePCM(FileName);
4539 MC.tryToDropPCM(FileName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8311 const SCEVConstant *MC = dyn_cast<SCEVConstant>(AddRec->getOperand(1));
8317 if (!LC || !MC || !NC) {
8323 APInt M = MC->getAPInt();

Completed in 509 milliseconds

12