Home
last modified time | relevance | path

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

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