| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | mkdirp.c | 37 * Does NOT simplify pathnames with . or .. in them. 48 static char *simplify(const char *str); 55 str = simplify(d); in mkdirp() 125 * simplify - given a pathname, simplify that path by removing 137 simplify(const char *str) in simplify() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InstSimplifyPass.cpp | 42 // simplify all instructions. On later iterations, ToSimplify is not in runImpl() 68 // Place the list of instructions to simplify on the next loop iteration in runImpl() 91 /// Remove instructions that simplify. 118 // Public interface to the simplify instructions pass. in INITIALIZE_PASS_DEPENDENCY()
|
| H A D | LoopInstSimplify.cpp | 48 // On the first pass over the loop body we try to simplify every instruction. in simplifyLoopInst() 52 // the instructions we will want to simplify in the *next* pass. We use in simplifyLoopInst() 123 // try to simplify those away. in simplifyLoopInst()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyIndVar.h | 11 // simplify a loop's induction variables based on ScalarEvolution. 50 /// simplifyUsersOfIV - Simplify instructions that use this induction variable 62 /// SimplifyLoopIVs - Simplify users of induction variables within this
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangedConstraintManager.cpp | 26 Sym = simplify(State, Sym); in assumeSym() 34 // We can only simplify expressions whose RHS is an integer. 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
|
| H A D | SimpleConstraintManager.cpp | 59 // Just add the constraint to the expression without trying to simplify. in assumeAux() 103 // Just add the constraint to the expression without trying to simplify. in assumeInclusiveRangeInternal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | LoopInstSimplify.h | 1 //===- LoopInstSimplify.h - Loop Inst Simplify Pass -------------*- C++ -*-===// 24 /// Performs Loop Inst Simplify Pass.
|
| H A D | SimplifyCFG.h | 1 //===- SimplifyCFG.h - Simplify and canonicalize the CFG --------*- C++ -*-===// 24 /// A pass to simplify and canonicalize the CFG of a function.
|
| H A D | SROA.h | |
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 24 /// Try to simplify instruction \param I using its SCEV expression. 73 /// Try to simplify binary operator I. 126 /// Try to simplify cast instruction. 146 /// Try to simplify cmp instruction.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| H A D | start_many_threads.cpp | 43 // sleep(5); // FIXME: simplify measuring the memory usage. in main() 48 // sleep(5); // FIXME: simplify measuring the memory usage. in main()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | CIRSimplify.cpp | 30 /// Simplify suitable ternary operations into select operations. 32 /// For now we only simplify those ternary operations whose true and false 38 /// For example, we will simplify the following ternary operation: 106 /// Simplify select operations with boolean constants into simpler forms. 162 /// Simplify `cir.switch` operations by folding cascading cases
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 338 /// useful to simplify the IV's in the new loop, as well as do a quick 339 /// simplify/dce pass of the instructions. 347 // Simplify any new induction variables in the partially unrolled loop. in simplifyLoopAfterUnroll() 683 // break this so that later we can re-simplify them. in UnrollLoop() 1020 // At this point, the code is well formed. We now simplify the unrolled loop, in UnrollLoop() 1056 // Make sure that loop-simplify form is preserved. We want to simplify in UnrollLoop() 1060 // OuterL includes all loops for which we can break loop-simplify, so in UnrollLoop() 1061 // it's sufficient to simplify only it (it'll recursively simplify inner in UnrollLoop() 1083 // Simplify loops for which we might've broken loop-simplify form. in UnrollLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 34 "instcombine-simplify-vector-elts-depth", 73 /// the instruction has any properties that allow us to simplify its operands. 86 /// the instruction has any properties that allow us to simplify its operands. 125 // If the instruction has one use, we can directly simplify it. in SimplifyDemandedBits() 128 // If there are multiple uses of this instruction, then we can simplify in SimplifyDemandedBits() 150 /// might recursively be SimplifyDemandedBits itself) to simplify the 237 // If the RHS is a constant, see if we can simplify it. in SimplifyDemandedUseBits() 268 // If the RHS is a constant, see if we can simplify it. in SimplifyDemandedUseBits() 381 // If the operands are constants, see if we can simplify them. in SimplifyDemandedUseBits() 394 // are constant, the icmp should eventually simplify). Otherwise, we may in SimplifyDemandedUseBits() [all …]
|
| H A D | InstCombineInternal.h | 469 /// Simplify \p V given that it is known to be non-null. 517 /// Tries to simplify binary operations which some other binary 523 /// value, or null if it didn't simplify. 526 /// Tries to simplify add operations using the definition of remainder. 548 /// Tries to simplify binops of select and cast of the select condition. 554 /// This tries to simplify binary operations by factorizing out common terms 587 /// Helper routine of SimplifyDemandedUseBits. It tries to simplify demanded 593 /// Tries to simplify operands to an integer instruction based on its
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | Kconfig | 170 If unsure, say Y to simplify debug problems 179 If unsure, say Y to simplify debug problems
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.cpp | 123 // Each NVVM intrinsic we can simplify can be replaced with one of: in convertNvvmIntrinsicToLlvm() 140 // simplify. in convertNvvmIntrinsicToLlvm() 326 // We do not currently simplify intrinsics that give an approximate in convertNvvmIntrinsicToLlvm() 365 // Simplify to target-generic intrinsic. in convertNvvmIntrinsicToLlvm() 376 // Simplify to target-generic binary op. in convertNvvmIntrinsicToLlvm() 381 // Simplify to target-generic cast op. in convertNvvmIntrinsicToLlvm() 392 // Simplify reciprocal. in convertNvvmIntrinsicToLlvm()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/ |
| H A D | Passes.td | 25 `cir-simplify` pass. 32 def CIRSimplify : Pass<"cir-simplify"> {
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 25 // Additionally, these routines can't simplify to the instructions that are not 27 // to simplify to. 280 /// Replace all uses of 'I' with 'SimpleV' and simplify the uses recursively. 283 /// attempts to simplify those users updated by the operation. The 'I'
|
| /freebsd/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | util_seqstate.c | 47 * subtracted from all received sequence numbers to simplify wraparound. */ 91 /* Use the difference from the base seqnum, to simplify wraparound. */ in g_seqstate_check()
|
| /freebsd/contrib/lutok/ |
| H A D | test_utils.hpp | 33 /// program that needs it. All the code is herein contained to simplify the 74 /// This is pure syntactic sugar to simplify typing in the test cases.
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1999 | 394 * lib/asn1/der_put.c: simplify by using der_put_length_and_tag 698 * appl/kf/kf.c: make v6 friendly and simplify 700 * appl/kf/kfd.c: make v6 friendly and simplify 702 * appl/test/tcp_server.c: simplify by using krb5_err instead of 705 * appl/test/tcp_client.c: simplify by using krb5_err instead of 708 * appl/test/tcp_server.c: make v6 friendly and simplify 710 * appl/test/tcp_client.c: make v6 friendly and simplify 844 * lib/krb5/sock_principal.c (krb5_sock_to_principal): simplify by 847 * lib/krb5/send_to_kdc.c (krb5_sendto_kdc): simplify by using 850 * lib/krb5/changepw.c (krb5_change_password): simplify by using [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
| H A D | SourceCodeBuilders.h | 66 /// simplify when it already begins with `&`. \returns empty string on failure. 71 /// simplify when it already begins with `*`. \returns empty string on failure.
|
| /freebsd/contrib/kyua/utils/sqlite/ |
| H A D | test_utils.hpp | 33 /// program that needs it. All the code is herein contained to simplify the 76 /// This is pure syntactic sugar to simplify typing in the test cases.
|
| /freebsd/contrib/kyua/store/ |
| H A D | schema_v3.sql | 34 -- well as any predefined values) are written atomically to simplify error 137 -- different interfaces, so we can simplify the design by with having a 173 -- different interfaces, so we can simplify the design by with having a
|