Home
last modified time | relevance | path

Searched defs:isCommutative (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h385 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInlineAsm.h138 bool isCommutative = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.cpp290 bool InstArithmetic::isCommutative() const { in isCommutative() function in Ice::InstArithmetic
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3518 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp1199 static bool isCommutative(Ice::InstArithmetic::OpKind op) in isCommutative() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp237 static bool isCommutative(Instruction *I) { in isCommutative() function