Home
last modified time | relevance | path

Searched refs:FunctionComparator (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp53 int FunctionComparator::cmpNumbers(uint64_t L, uint64_t R) const { in cmpNumbers()
61 int FunctionComparator::cmpAligns(Align L, Align R) const { in cmpAligns()
69 int FunctionComparator::cmpOrderings(AtomicOrdering L, AtomicOrdering R) const { in cmpOrderings()
77 int FunctionComparator::cmpAPInts(const APInt &L, const APInt &R) const { in cmpAPInts()
87 int FunctionComparator::cmpAPFloats(const APFloat &L, const APFloat &R) const { in cmpAPFloats()
106 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem()
116 int FunctionComparator::cmpAttrs(const AttributeList L, in cmpAttrs()
160 int FunctionComparator::cmpRangeMetadata(const MDNode *L, in cmpRangeMetadata()
187 int FunctionComparator::cmpOperandBundlesSchema(const CallBase &LCS, in cmpOperandBundlesSchema()
214 int FunctionComparator::cmpConstants(const Constant *L, in cmpConstants()
[all …]
H A DCMakeLists.txt27 FunctionComparator.cpp
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp176 FunctionComparator::FunctionHash Hash;
181 : F(F), Hash(FunctionComparator::functionHash(*F)) {} in FunctionNode()
184 FunctionComparator::FunctionHash getHash() const { return Hash; } in getHash()
217 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers); in operator ()()
350 int Res1 = FunctionComparator(F1, F2, &GlobalNumbers).compare(); in doFunctionalCheck()
351 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doFunctionalCheck()
371 int Res3 = FunctionComparator(F1, F3, &GlobalNumbers).compare(); in doFunctionalCheck()
372 int Res4 = FunctionComparator(F2, F3, &GlobalNumbers).compare(); in doFunctionalCheck()
421 std::vector<std::pair<FunctionComparator::FunctionHash, Function *>> in runOnModule()
425 HashedFuncs.push_back({FunctionComparator::functionHash(Func), &Func}); in runOnModule()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h93 class FunctionComparator {
95 FunctionComparator(const Function *F1, const Function *F2, in FunctionComparator() function
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn35 "FunctionComparator.cpp",
/openbsd-src/gnu/usr.bin/clang/libLLVMTransformUtils/
H A DMakefile34 FunctionComparator.cpp \
/openbsd-src/gnu/llvm/llvm/docs/
H A DMergeFunctions.rst272 FunctionComparator::compare(void)
275 “``int FunctionComparator::compare(void)``” method.
298 2. Function type. Checked by ``FunctionComparator::cmpType(Type*, Type*)``
307 This is done by “``FunctionComparator::cmpValues(const Value*, const Value*)``”
318 compare them by “``FunctionComparator::compare(const BasicBlock*, const
324 FunctionComparator::cmpType
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642784 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.macppc2783 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.loongson2783 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.octeon2783 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.arm642784 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.powerpc642782 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.armv72782 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.i3862782 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
H A Dclang.sparc642783 ./usr/include/llvm/Transforms/Utils/FunctionComparator.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt6897 llvm/lib/Transforms/Utils/FunctionComparator.cpp