Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBinop.java38 public abstract boolean isCommutative(); in isCommutative() method in Binop
DXor.java30 public boolean isCommutative() { in isCommutative() method in Xor
DShr.java36 public boolean isCommutative() { in isCommutative() method in Shr
DOr.java30 public boolean isCommutative() { in isCommutative() method in Or
DShl.java26 public boolean isCommutative() { in isCommutative() method in Shl
DUshr.java36 public boolean isCommutative() { in isCommutative() method in Ushr
DAnd.java31 public boolean isCommutative() { in isCommutative() method in And
DCmp.java33 public boolean isCommutative() { in isCommutative() method in Cmp
DMul.java25 public boolean isCommutative() { in isCommutative() method in Mul
DAdd.java25 public boolean isCommutative() { in isCommutative() method in Add
DRem.java35 public boolean isCommutative() { in isCommutative() method in Rem
DDiv.java35 public boolean isCommutative() { in isCommutative() method in Div
DSub.java30 public boolean isCommutative() { in isCommutative() method in Sub
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenIntrinsics.h71 bool isCommutative; member
/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h97 bool isCommutative; member
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp379 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
DInstructions.cpp2878 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h215 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h385 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
/external/llvm/lib/IR/
DInstruction.cpp580 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
DInstructions.cpp3422 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/external/llvm/include/llvm/IR/
DInlineAsm.h139 bool isCommutative; member
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp300 bool InstArithmetic::isCommutative() const { in isCommutative() function in Ice::InstArithmetic
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp693 static bool isCommutative(Ice::InstArithmetic::OpKind op) in isCommutative() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13848 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool isCommutative) { in isHorizontalBinOp()