Searched refs:getFMA3OpcodeToCommuteOperands (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 302 unsigned getFMA3OpcodeToCommuteOperands(MachineInstr &MI, unsigned SrcOpIdx1,
|
H A D | X86InstrInfo.cpp | 3394 unsigned Opc = getFMA3OpcodeToCommuteOperands(MI, OpIdx1, OpIdx2); in commuteInstructionImpl() 3464 return getFMA3OpcodeToCommuteOperands(MI, SrcOpIdx1, SrcOpIdx2) != 0; in findFMA3CommutedOpIndices() 3467 unsigned X86InstrInfo::getFMA3OpcodeToCommuteOperands( in getFMA3OpcodeToCommuteOperands() function in X86InstrInfo
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 276 getFMA3OpcodeToCommuteOperands(const MachineInstr &MI, unsigned SrcOpIdx1,
|
H A D | X86InstrInfo.cpp | 1357 unsigned X86InstrInfo::getFMA3OpcodeToCommuteOperands( in getFMA3OpcodeToCommuteOperands() function in X86InstrInfo 1862 getFMA3OpcodeToCommuteOperands(MI, OpIdx1, OpIdx2, *FMA3Group); in commuteInstructionImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 313 getFMA3OpcodeToCommuteOperands(const MachineInstr &MI, unsigned SrcOpIdx1,
|
H A D | X86InstrInfo.cpp | 1818 unsigned X86InstrInfo::getFMA3OpcodeToCommuteOperands( in getFMA3OpcodeToCommuteOperands() function in X86InstrInfo 2326 getFMA3OpcodeToCommuteOperands(MI, OpIdx1, OpIdx2, *FMA3Group); in commuteInstructionImpl()
|