Home
last modified time | relevance | path

Searched refs:simplify (Results 1 – 25 of 220) sorted by relevance

123456789

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-threadedge.c214 tree (*simplify) (tree, in record_temporary_equivalences_from_stmts_at_dest()
319 cached_lhs = (*simplify) (stmt, stmt); in record_temporary_equivalences_from_stmts_at_dest()
357 tree (*simplify) (tree, tree), in simplify_control_stmt_condition()
443 cached_lhs = (*simplify) (dummy_cond, stmt); in simplify_control_stmt_condition()
470 cached_lhs = (*simplify) (stmt, stmt); in simplify_control_stmt_condition()
498 tree (*simplify) (tree, tree)) in thread_across_edge()
531 stmt = record_temporary_equivalences_from_stmts_at_dest (e, stack, simplify); in thread_across_edge()
544 … cond = simplify_control_stmt_condition (e, stmt, dummy_cond, simplify, handle_dominating_asserts); in thread_across_edge()
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog.tree-ssa204 * cp-simplify.c (cp_gimplify_expr): Return gimplify_status.
296 * cp-simplify.c: Likewise.
307 * cp-lang.c, cp-simplify.c, cp-tree.h, decl.c, optimize.c,
387 * cp-simplify.c (cp_simplify_expr): Handle BASELINK.
492 * cp-simplify.c: Include coretypes.h and tm.h.
498 * cp-simplify.c (cp_simplify_stmt): New fn.
506 (expand_body): Don't simplify AGGR_INIT_EXPRs here
532 * cp-simplify.c (maybe_fixup_loop_cond): Move here.
538 * cp-simplify.c (cp_simplify_expr): New fn.
553 * Make-lang.in (cp-simplify.o): New.
[all …]
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp26 Sym = simplify(State, Sym); in assumeSym()
105 Sym = simplify(State, Sym); in assumeSymInclusiveRange()
135 Sym = simplify(State, Sym); in assumeSymUnsupported()
240 SymbolRef simplify(ProgramStateRef State, SymbolRef Sym) { in simplify() function
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h64 simplify(); in populate()
106 void simplify();
/openbsd/gnu/llvm/libcxx/
H A D.clang-tidy28 readability-simplify-boolean-expr,
29 readability-simplify-subscript-expr,
/openbsd/usr.bin/make/
H A Dlowparse.c132 simplify(const char *filename) in simplify() function
154 istream->origin.fname = simplify(name); in new_input_file()
/openbsd/regress/usr.bin/sed/
H A Dmath.sed152 # can we simplify multiplications
169 # can we simplify division (20/30 -> 2/3)
/openbsd/gnu/usr.bin/binutils/gas/
H A Dacinclude.m440 dnl hack to simplify the code in configure.in.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dacinclude.m442 dnl hack to simplify the code in configure.in.
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DREADME.txt14 Bitfields accesses can be shifted to simplify masking and sign
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dcrti.asm70 % Make sure we get more than one mem, to simplify counting cycles.
/openbsd/gnu/usr.bin/gcc/gcc/config/mmix/
H A Dcrti.asm70 % Make sure we get more than one mem, to simplify counting cycles.
/openbsd/gnu/llvm/llvm/docs/GlobalISel/
H A DKnownBits.rst43 and then use this to simplify the expression:
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp406 bool simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA,
684 bool BCECmpChain::simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, in simplify() function in __anonbc6d5bcc0111::BCECmpChain
839 return CmpChain.simplify(TLI, AA, DTU); in processPhi()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp70 Value *simplify(Instruction *I, const TargetLibraryInfo *TLI, in simplify() function in __anon0e2ce0100111::AMDGPUPrintfRuntimeBindingImpl
190 simplify(I, &GetTLI(*I->getFunction()), &GetDT(*I->getFunction())); in lowerPrintfForGpu()
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DREADME.txt34 identical between both copies to simplify development and testing.
/openbsd/gnu/llvm/libcxxabi/src/demangle/
H A DREADME.txt34 identical between both copies to simplify development and testing.
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp73 Counter CounterExpressionBuilder::simplify(Counter ExpressionTree) { in simplify() function in CounterExpressionBuilder
127 return Simplify ? simplify(Cnt) : Cnt; in add()
133 return Simplify ? simplify(Cnt) : Cnt; in subtract()
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc103 // simplify the shift logic.
/openbsd/gnu/usr.bin/texinfo/
H A DTODO98 - Rewrite completely to simplify generation of different formats.
150 simplify by-hand installation.
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp1.txt22 was, were, ...) and all attempts to simplify are treated with contempt or
/openbsd/gnu/llvm/llvm/docs/
H A DLoopTerminology.rst128 The :ref:`LoopSimplify <loop-terminology-loop-simplify>` pass will
278 .. _loop-terminology-loop-simplify:
286 (:ref:`-loop-simplify <passes-loop-simplify>`) pass and is automatically
646 :ref:`Loop Simplify Form <loop-terminology-loop-simplify>`
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTCompile.cmake5 # Insert an empty string in the list to simplify processing.
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp378 template <class G> void AbstractDependenceGraphBuilder<G>::simplify() { in simplify() function in AbstractDependenceGraphBuilder
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h489 SymbolRef simplify(ProgramStateRef State, SymbolRef Sym);

123456789