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

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 372 /// isCommutative - Return true if the instruction is commutative:
379 bool Instruction::isCommutative(unsigned op) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenIntrinsics.h 70 /// isCommutative - True if the intrinsic is commutative.
71 bool isCommutative;
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rop.java 370 public boolean isCommutative() {
  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 370 public boolean isCommutative() {
  /external/llvm/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative;
Instruction.h 360 bool isCommutative() const { return isCommutative(getOpcode()); }
361 static bool isCommutative(unsigned op);
  /external/llvm/lib/IR/
Instruction.cpp 573 /// isCommutative - Return true if the instruction is commutative:
580 bool Instruction::isCommutative(unsigned op) {
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 97 bool isCommutative;
  /external/swiftshader/third_party/LLVM/include/llvm/
InlineAsm.h 129 /// isCommutative - This is set to true for a constraint that is commutative
131 bool isCommutative;
Instruction.h 208 /// isCommutative - Return true if the instruction is commutative:
215 bool isCommutative() const { return isCommutative(getOpcode()); }
216 static bool isCommutative(unsigned op);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 138 /// isCommutative - This is set to true for a constraint that is commutative
140 bool isCommutative = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InlineAsm.h 138 /// isCommutative - This is set to true for a constraint that is commutative
140 bool isCommutative = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
InlineAsm.h 137 /// isCommutative - This is set to true for a constraint that is commutative
139 bool isCommutative = false;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 385 bool isCommutative() const { return isCommutative(getOpcode()); }
386 static bool isCommutative(unsigned op);

Completed in 421 milliseconds

1 2 3 4 5