Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h187 unsigned CommuteOpIdx2) const override;
/external/llvm/lib/Target/X86/
DX86InstrInfo.h546 unsigned CommuteOpIdx2) const override;
DX86InstrInfo.cpp5840 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl() local
5841 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) { in foldMemoryOperandImpl()
5845 unsigned Reg2 = MI.getOperand(CommuteOpIdx2).getReg(); in foldMemoryOperandImpl()
5849 0 == MI.getDesc().getOperandConstraint(CommuteOpIdx2, MCOI::TIED_TO); in foldMemoryOperandImpl()
5858 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2); in foldMemoryOperandImpl()
5870 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, in foldMemoryOperandImpl()
5877 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2); in foldMemoryOperandImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h578 unsigned CommuteOpIdx2) const override;
DX86InstrInfo.cpp4945 unsigned CommuteOpIdx1 = OpNum, CommuteOpIdx2 = CommuteAnyOperandIndex; in foldMemoryOperandImpl() local
4946 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) { in foldMemoryOperandImpl()
4950 unsigned Reg2 = MI.getOperand(CommuteOpIdx2).getReg(); in foldMemoryOperandImpl()
4954 0 == MI.getDesc().getOperandConstraint(CommuteOpIdx2, MCOI::TIED_TO); in foldMemoryOperandImpl()
4963 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2); in foldMemoryOperandImpl()
4975 NewMI = foldMemoryOperandImpl(MF, MI, CommuteOpIdx2, MOs, InsertPt, in foldMemoryOperandImpl()
4982 commuteInstruction(MI, false, CommuteOpIdx1, CommuteOpIdx2); in foldMemoryOperandImpl()