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

  /external/llvm/lib/VMCore/
Instruction.cpp 372 /// isCommutative - Return true if the instruction is commutative:
379 bool Instruction::isCommutative(unsigned op) {
Instructions.cpp     [all...]
  /external/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/
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);
Instructions.h     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 130 milliseconds