Searched defs:isCommutative (Results 1 - 7 of 7) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h70 /// isCommutative - True if the intrinsic is commutative.
71 bool isCommutative; member in struct:llvm::CodeGenIntrinsic
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRop.java370 public boolean isCommutative() { method in class:Rop
/external/llvm/lib/VMCore/
H A DInstruction.cpp387 /// isCommutative - Return true if the instruction is commutative:
394 bool Instruction::isCommutative(unsigned op) { function in class:Instruction
H A DInstructions.cpp1981 if (!isCommutative())
2906 bool CmpInst::isCommutative() const { function in class:CmpInst
2908 return IC->isCommutative();
2909 return cast<FCmpInst>(this)->isCommutative();
/external/llvm/include/llvm/
H A DInlineAsm.h140 /// isCommutative - This is set to true for a constraint that is commutative
142 bool isCommutative; member in struct:llvm::InlineAsm::ConstraintInfo
H A DInstruction.h208 /// isCommutative - Return true if the instruction is commutative:
215 bool isCommutative() const { return isCommutative(getOpcode()); } function in class:llvm::Instruction
216 static bool isCommutative(unsigned op);
H A DInstructions.h1005 bool isCommutative() const { return isEquality(); } function in class:llvm::ICmpInst
1121 bool isCommutative() const { function in class:llvm::FCmpInst

Completed in 863 milliseconds