/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | Binop.java | 38 public abstract boolean isCommutative(); in isCommutative() method in Binop
|
D | Xor.java | 30 public boolean isCommutative() { in isCommutative() method in Xor
|
D | Shr.java | 36 public boolean isCommutative() { in isCommutative() method in Shr
|
D | Or.java | 30 public boolean isCommutative() { in isCommutative() method in Or
|
D | Shl.java | 26 public boolean isCommutative() { in isCommutative() method in Shl
|
D | Ushr.java | 36 public boolean isCommutative() { in isCommutative() method in Ushr
|
D | And.java | 31 public boolean isCommutative() { in isCommutative() method in And
|
D | Cmp.java | 33 public boolean isCommutative() { in isCommutative() method in Cmp
|
D | Mul.java | 25 public boolean isCommutative() { in isCommutative() method in Mul
|
D | Add.java | 25 public boolean isCommutative() { in isCommutative() method in Add
|
D | Rem.java | 35 public boolean isCommutative() { in isCommutative() method in Rem
|
D | Div.java | 35 public boolean isCommutative() { in isCommutative() method in Div
|
D | Sub.java | 30 public boolean isCommutative() { in isCommutative() method in Sub
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenIntrinsics.h | 71 bool isCommutative; member
|
/external/llvm/utils/TableGen/ |
D | CodeGenIntrinsics.h | 97 bool isCommutative; member
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 379 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
|
D | Instructions.cpp | 2878 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.h | 215 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 385 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 580 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
|
D | Instructions.cpp | 3422 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
|
/external/llvm/include/llvm/IR/ |
D | InlineAsm.h | 139 bool isCommutative; member
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 300 bool InstArithmetic::isCommutative() const { in isCommutative() function in Ice::InstArithmetic
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 693 static bool isCommutative(Ice::InstArithmetic::OpKind op) in isCommutative() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13848 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool isCommutative) { in isHorizontalBinOp()
|