Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h335 int cmpOperandBundlesSchema(const Instruction *L, const Instruction *R) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp169 int FunctionComparator::cmpOperandBundlesSchema(const Instruction *L, in cmpOperandBundlesSchema() function in FunctionComparator
578 if (int Res = cmpOperandBundlesSchema(L, R)) in cmpOperations()