Searched defs:IsCommutative (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp34 bool IsCommutative; member in struct:Ice::__anon20678::InstArithmeticAttributes_
301 return InstArithmeticAttributes[getOp()].IsCommutative;
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h3304 if (!IsCommutative()) return false;
3352 virtual bool IsCommutative() const { return false; } function in class:final::HBinaryOperation
4150 bool IsCommutative() const override {
4274 bool IsCommutative() const override { return !representation().IsTagged(); }
4383 bool IsCommutative() const override { return true; }
4412 bool IsCommutative() const override { return true; }
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29441 isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) argument
[all...]

Completed in 234 milliseconds