Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h43 uint64_t IsCommutative : 1; global() member
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp521 const auto IsCommutative = [](BinaryOperatorKind Op) { evalBinOp() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6808 bool IsCommutative = isCommutative(S.MainOp) || isCommutative(S.AltOp); buildTree_rec() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp51773 isHorizontalBinOp(unsigned HOpcode,SDValue & LHS,SDValue & RHS,SelectionDAG & DAG,const X86Subtarget & Subtarget,bool IsCommutative,SmallVectorImpl<int> & PostShuffleMask,bool ForceHorizOp) isHorizontalBinOp() argument
[all...]