Searched refs:simplify (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/
H A Dmkdirp.c36 * Does NOT simplify pathnames with . or .. in them.
47 static char *simplify(const char *str);
54 str = simplify(d);
124 * simplify - given a pathname, simplify that path by removing
136 simplify(const char *str) function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h64 simplify();
106 void simplify();
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.debug.mk24 # we use indirection, to simplify the tests below, and incase
H A Ddpadd.mk18 # This makefile manages a number of variables that simplify
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql34 -- 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
H A Dschema_v1.sql34 -- well as any predefined values) are written atomically to simplify error
133 -- different interfaces, so we can simplify the design by with having a
167 -- different interfaces, so we can simplify the design by with having a
H A Dschema_v2.sql34 -- well as any predefined values) are written atomically to simplify error
167 -- different interfaces, so we can simplify the design by with having a
209 -- different interfaces, so we can simplify the design by with having a
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp70 Value *simplify(Instruction *I, const TargetLibraryInfo *TLI) { function in class:__anon3928::final
175 Value *Op_simplified = simplify(I, &GetTLI(*I->getFunction()));
/freebsd-13-stable/share/mk/
H A Dbsd.info.mk73 MAKEINFOFLAGS+= --no-split # simplify some things, e.g., compression
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp418 bool simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA,
678 bool BCECmpChain::simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, function in class:__anon4690::BCECmpChain
860 return CmpChain.simplify(TLI, AA, DTU);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp74 Counter CounterExpressionBuilder::simplify(Counter ExpressionTree) { function in class:CounterExpressionBuilder
127 return simplify(get(CounterExpression(CounterExpression::Add, LHS, RHS)));
131 return simplify(
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp378 template <class G> void AbstractDependenceGraphBuilder<G>::simplify() { function in class:AbstractDependenceGraphBuilder
/freebsd-13-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec26 ldns is a library with the aim to simplify DNS programing in C. All
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp117 // and we try to simplify at most 4 addends from neighboring at most
181 Value *simplify(Instruction *FAdd);
426 Value *FAddCombine::simplify(Instruction *I) { function in class:FAddCombine
1593 if (Value *V = FAddCombine(Builder).simplify(&I))
2270 if (Value *V = FAddCombine(Builder).simplify(&I))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp102 static cl::opt<unsigned> SimplifyLimit("hlir-simplify-limit", cl::init(10000),
238 Value *simplify(Context &C);
519 Value *Simplifier::simplify(Context &C) { function in class:Simplifier
1820 Value *T = PreSimp.simplify(C);
1854 Value *T = PostSimp.simplify(C);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h189 Counter simplify(Counter ExpressionTree);

Completed in 310 milliseconds