Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h225 unsigned CommuteOpIdx2) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h623 unsigned CommuteOpIdx2) const override;
H A DX86InstrInfo.cpp7453 unsigned CommuteOpIdx2 = commuteOperandsForFold(MI, OpNum); in foldMemoryOperandImpl() local
7454 if (CommuteOpIdx2 == OpNum) { in foldMemoryOperandImpl()
7459 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, Size, in foldMemoryOperandImpl()
7464 commuteInstruction(MI, false, OpNum, CommuteOpIdx2); in foldMemoryOperandImpl()
8252 unsigned CommuteOpIdx2 = commuteOperandsForFold(MI, OpNum); in foldMemoryBroadcast() local
8253 if (CommuteOpIdx2 == OpNum) { in foldMemoryBroadcast()
8258 foldMemoryBroadcast(MF, MI, CommuteOpIdx2, MOs, InsertPt, BitsSize, in foldMemoryBroadcast()
8263 commuteInstruction(MI, false, OpNum, CommuteOpIdx2); in foldMemoryBroadcast()