Home
last modified time | relevance | path

Searched defs:IsCommutative (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_riscv64.h38 bool IsCommutative() const override { return false; } in IsCommutative() function
H A Dnodes_x86.h140 bool IsCommutative() const override { return false; } in IsCommutative() function
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/utils/
H A Dop_cat_helper.cc93 bool OpCatHelper::IsCommutative(TFOp op) { in IsCommutative() function in mlir::tfg::OpCatHelper
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h88 uint64_t IsCommutative : 1; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h94 uint64_t IsCommutative : 1; member
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp34 bool IsCommutative; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5092 bool IsCommutative = isCommutative(S.MainOp) || isCommutative(S.AltOp); in buildTree_rec() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29441 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool IsCommutative) { in isHorizontalBinOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41787 bool IsCommutative) { in isHorizontalBinOp()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50970 bool IsCommutative, in isHorizontalBinOp()