Home
last modified time | relevance | path

Searched refs:CSE (Results 1 – 25 of 134) sorted by relevance

123456

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp588 if (CSE->getTemplateArgsAsWritten()->NumTemplateArgs == 1) { in diagnoseWellFormedUnsatisfiedConstraintExpr()
590 CSE->getSourceRange().getBegin(), in diagnoseWellFormedUnsatisfiedConstraintExpr()
595 << CSE->getNamedConcept(); in diagnoseWellFormedUnsatisfiedConstraintExpr()
599 << (int)First << CSE; in diagnoseWellFormedUnsatisfiedConstraintExpr()
601 S.DiagnoseUnsatisfiedConstraint(CSE->getSatisfaction()); in diagnoseWellFormedUnsatisfiedConstraintExpr()
779 } else if (auto *CSE = dyn_cast<const ConceptSpecializationExpr>(E)) { in fromConstraintExpr() local
783 S, CSE->getExprLoc(), in fromConstraintExpr()
785 CSE->getSourceRange()); in fromConstraintExpr()
795 ConceptDecl *CD = CSE->getNamedConcept(); in fromConstraintExpr()
806 S, *New, CSE->getNamedConcept(), in fromConstraintExpr()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h46 visitCrossModuleExports(DebugCrossModuleExportsSubsectionRef &CSE,
49 visitCrossModuleImports(DebugCrossModuleImportsSubsectionRef &CSE,
55 virtual Error visitSymbols(DebugSymbolsSubsectionRef &CSE,
/netbsd/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-06-01-GCCOptimizations.txt16 3 . Compute live ranges for CSE
18 5 . [t] CSE
27 14. [t] CSE
45 certainly want to move LLVM emission from step 8 down until at least CSE
H A D2001-06-01-GCCOptimizations2.txt46 optimization" happens right along with other data optimizations (ie, CSE
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.def217 DEFTIMEVAR (TV_TREE_RECIP , "gimple CSE reciprocals")
218 DEFTIMEVAR (TV_TREE_SINCOS , "gimple CSE sin/cos")
234 DEFTIMEVAR (TV_CSE , "CSE")
252 DEFTIMEVAR (TV_CSE2 , "CSE 2")
270 DEFTIMEVAR (TV_RELOAD_CSE_REGS , "reload CSE regs")
271 DEFTIMEVAR (TV_GCSE_AFTER_RELOAD , "load CSE after reload")
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtimevar.def221 DEFTIMEVAR (TV_TREE_RECIP , "gimple CSE reciprocals")
222 DEFTIMEVAR (TV_TREE_SINCOS , "gimple CSE sin/cos")
239 DEFTIMEVAR (TV_CSE , "CSE")
257 DEFTIMEVAR (TV_CSE2 , "CSE 2")
275 DEFTIMEVAR (TV_RELOAD_CSE_REGS , "reload CSE regs")
276 DEFTIMEVAR (TV_GCSE_AFTER_RELOAD , "load CSE after reload")
/netbsd/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c205 #define CSE 4 /* cvt + src type + l + sign extend upper */ macro
212 { MVD, MVD, CVT, CVT, CVT, CVT, CSE, CSE, CVT, CVT },
214 { MVD, MVD, MVD, MVD, CVT, CVT, CSE, CSE, CVT, CVT },
255 case CSE: in sconv()
287 case CSE: in sconv()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-passes.def29 /* Run the 64-bit STV pass before the CSE pass so that CONST0_RTX and
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-passes.def29 /* Run the 64-bit STV pass before the CSE pass so that CONST0_RTX and
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h598 void VisitConceptSpecializationExpr(const ConceptSpecializationExpr *CSE) { in VisitConceptSpecializationExpr() argument
599 if (CSE->hasExplicitTemplateArgs()) in VisitConceptSpecializationExpr()
600 for (const auto &ArgLoc : CSE->getTemplateArgsAsWritten()->arguments()) in VisitConceptSpecializationExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp449 else if (const auto *CSE = dyn_cast<CStyleCastExpr>(CE)) { in VisitCastExpr() local
450 if (CSE->getType()->isVoidType()) { in VisitCastExpr()
454 classify(CSE->getSubExpr(), Ignore); in VisitCastExpr()
/netbsd/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DIRTranslator.rst86 placed in the entry block to allow them to be subject to the continuous CSE
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1633 EarlyCSE CSE(F.getParent()->getDataLayout(), TLI, TTI, DT, AC, MSSA); in run() local
1635 if (!CSE.run()) in run()
1677 EarlyCSE CSE(F.getParent()->getDataLayout(), TLI, TTI, DT, AC, MSSA); in runOnFunction() local
1679 return CSE.run(); in runOnFunction()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DOptBisect.rst119 BISECT: running pass (3) Early CSE on function (g)
137 BISECT: NOT running pass (21) Early CSE on function (g)
H A DLexicon.rst65 **CSE**
H A DExtendingLLVM.rst52 DCE'd, CSE'd, etc). If any arguments need to be immediates, these
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DREADME.txt63 LLVM aggressively lift CSE out of loop. Sometimes this can be negative side-
/netbsd/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpredicates.md451 until CSE is not expected. */
475 until CSE is not expected. */
/netbsd/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpredicates.md451 until CSE is not expected. */
475 until CSE is not expected. */
/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dlogical.md12 CSE from doing obvious simplifications.
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.td29 // effects. It may be CSE'd deleted if dead, etc.
959 // given function it is 'const' and may be CSE'd etc.
1153 // because it would cause CSE of two barriers with the same argument.
1159 // CSE 2 barriers with store in between.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt113 address of the struct to be CSE'd, avoiding PIC accesses (also reduces the size
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp4808 auto *CSE = cast<ConceptSpecializationExpr>(E); in mangleExpression() local
4809 mangleTemplateName(CSE->getNamedConcept(), in mangleExpression()
4810 CSE->getTemplateArguments().data(), in mangleExpression()
4811 CSE->getTemplateArguments().size()); in mangleExpression()
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dip2k.cpu151 CSE POP SUBC DECSNZ MULU MULS INCSNZ ADDC
472 (dni csew_l "CSE W,literal"
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.cpu151 CSE POP SUBC DECSNZ MULU MULS INCSNZ ADDC
472 (dni csew_l "CSE W,literal"

123456