/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.h | 140 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
|
H A D | RISCVInstrInfo.cpp | 1153 bool RISCVInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in RISCVInstrInfo 1246 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 155 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
|
H A D | MipsInstrInfo.cpp | 681 bool MipsInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in MipsInstrInfo 706 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 178 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) && in commuteInstructionImpl() 257 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction() 296 bool TargetInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in TargetInstrInfo
|
H A D | PeepholeOptimizer.cpp | 1536 if (TII->findCommutedOpIndices(MI, Idx, CommIdx) && CommIdx == TiedUseIdx) { in findTargetRecurrence()
|
H A D | TwoAddressInstructionPass.cpp | 1078 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx)) in tryInstructionCommute()
|
H A D | RegisterCoalescer.cpp | 850 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx)) in removeCopyByCommutingDef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.h | 284 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
|
H A D | X86InstrInfo.cpp | 2462 bool X86InstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in X86InstrInfo 2523 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices() 2528 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices() 2537 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices() 2668 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices() 5630 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) { in foldMemoryOperandImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 262 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1, 265 bool findCommutedOpIndices(MCInstrDesc Desc, unsigned & SrcOpIdx0,
|
H A D | SIFoldOperands.cpp | 391 bool CanCommute = TII->findCommutedOpIndices(*MI, CommuteIdx0, CommuteIdx1); in tryAddToFoldList()
|
H A D | SIInstrInfo.cpp | 2121 bool SIInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in SIInstrInfo 2124 return findCommutedOpIndices(MI.getDesc(), SrcOpIdx0, SrcOpIdx1); in findCommutedOpIndices() 2127 bool SIInstrInfo::findCommutedOpIndices(MCInstrDesc Desc, unsigned &SrcOpIdx0, in findCommutedOpIndices() function in SIInstrInfo
|
H A D | AMDGPUISelDAGToDAG.cpp | 2962 if (SII->findCommutedOpIndices(Desc, OpIdx, CommuteIdx1)) { in isVGPRImm()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 403 bool findCommutedOpIndices(const MachineInstr &MI, unsigned &SrcOpIdx1,
|
H A D | PPCInstrInfo.cpp | 1226 bool PPCInstrInfo::findCommutedOpIndices(const MachineInstr &MI, in findCommutedOpIndices() function in PPCInstrInfo 1235 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 778 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in maybeCommute()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 458 virtual bool findCommutedOpIndices(const MachineInstr &MI,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 779 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) || in ReduceTo2Addr()
|