Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h588 bool AllowCommute) const;
721 unsigned BitsSize, bool AllowCommute) const;
H A DX86InstrInfo.cpp7431 unsigned Size, Align Alignment, bool AllowCommute) const { in foldMemoryOperandImpl()
7537 if (AllowCommute) { in foldMemoryOperandImpl()
8337 unsigned BitsSize, bool AllowCommute) const { in foldMemoryBroadcast()
8344 if (AllowCommute) { in foldMemoryBroadcast()
H A DX86ISelLowering.cpp4084 static SDValue getSplitVectorSrc(SDValue LHS, SDValue RHS, bool AllowCommute) { in getSplitVectorSrc() argument
4098 (AllowCommute && RHS.getConstantOperandAPInt(1) == 0 && in getSplitVectorSrc()