Searched refs:CommuteOpIdx2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 225 unsigned CommuteOpIdx2) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 623 unsigned CommuteOpIdx2) const override;
|
H A D | X86InstrInfo.cpp | 7453 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()
|