Home
last modified time | relevance | path

Searched refs:AllowCommute (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h540 bool AllowCommute) const;
674 unsigned BitsSize, bool AllowCommute) const;
H A DX86InstrInfo.cpp7345 unsigned Size, Align Alignment, bool AllowCommute) const { in foldMemoryOperandImpl()
7450 if (AllowCommute) { in foldMemoryOperandImpl()
8242 unsigned BitsSize, bool AllowCommute) const { in foldMemoryBroadcast()
8249 if (AllowCommute) { in foldMemoryBroadcast()
H A DX86ISelLowering.cpp3893 static SDValue getSplitVectorSrc(SDValue LHS, SDValue RHS, bool AllowCommute) { in getSplitVectorSrc() argument
3907 (AllowCommute && RHS.getConstantOperandAPInt(1) == 0 && in getSplitVectorSrc()