Home
last modified time | relevance | path

Searched refs:cmpMem (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp93 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator
283 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
701 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()
703 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
803 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
811 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h325 int cmpMem(StringRef L, StringRef R) const;