HomeSort by relevance Sort by last modified time
    Searched refs:isCommutative (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenIntrinsics.h 70 /// isCommutative - True if the intrinsic is commutative.
71 bool isCommutative;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
InlineAsm.cpp 61 MatchingInput(-1), isCommutative(false),
69 MatchingInput(other.MatchingInput), isCommutative(other.isCommutative),
95 isCommutative = false;
130 isCommutative) // Reject %%%%%
132 isCommutative = true;
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Binop.java 38 public abstract boolean isCommutative();
46 (isCommutative() && rightRegister == destRegister)) &&
And.java 31 public boolean isCommutative() {
Or.java 30 public boolean isCommutative() {
Shl.java 26 public boolean isCommutative() {
Shr.java 36 public boolean isCommutative() {
Ushr.java 36 public boolean isCommutative() {
Xor.java 30 public boolean isCommutative() {
Add.java 25 public boolean isCommutative() {
Div.java 35 public boolean isCommutative() {
  /external/llvm/lib/IR/
InlineAsm.cpp 61 MatchingInput(-1), isCommutative(false),
85 isCommutative = false;
124 isCommutative) // Reject %%%%%
126 isCommutative = true;
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 97 bool isCommutative;
  /external/llvm/include/llvm/IR/
Instruction.h 360 bool isCommutative() const { return isCommutative(getOpcode()); }
361 static bool isCommutative(unsigned op);
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative;
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 208 /// isCommutative - Return true if the instruction is commutative:
215 bool isCommutative() const { return isCommutative(getOpcode()); }
216 static bool isCommutative(unsigned op);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 385 bool isCommutative() const { return isCommutative(getOpcode()); }
386 static bool isCommutative(unsigned op);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.h 407 bool isCommutative() const { return isCommutative(getOpcode()); }
408 static bool isCommutative(unsigned Opcode) {

Completed in 632 milliseconds

1 2 3 4 5 6 7