Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h336 int cmpOperandBundlesSchema(const Instruction *L, const Instruction *R) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp157 int FunctionComparator::cmpOperandBundlesSchema(const Instruction *L, in cmpOperandBundlesSchema() function in FunctionComparator
571 if (int Res = cmpOperandBundlesSchema(CI, R)) in cmpOperations()
584 if (int Res = cmpOperandBundlesSchema(II, R)) in cmpOperations()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp411 int cmpOperandBundlesSchema(const Instruction *L, const Instruction *R) const;
575 int FunctionComparator::cmpOperandBundlesSchema(const Instruction *L, in cmpOperandBundlesSchema() function in FunctionComparator
976 if (int Res = cmpOperandBundlesSchema(CI, R)) in cmpOperations()
989 if (int Res = cmpOperandBundlesSchema(II, R)) in cmpOperations()