Searched refs:findCommutedOpIndices (Results 1 - 19 of 19) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetInstrInfo.h230 /// findCommutedOpIndices - If specified MI is commutable, return the two
233 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
739 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp59 // the two operands returned by findCommutedOpIndices.
68 if (!findCommutedOpIndices(MI, Idx1, Idx2)) {
118 /// findCommutedOpIndices - If specified MI is commutable, return the two
121 bool TargetInstrInfoImpl::findCommutedOpIndices(MachineInstr *MI, function in class:TargetInstrInfoImpl
H A DTwoAddressInstructionPass.cpp889 TII->findCommutedOpIndices(mi, SrcOp1, SrcOp2)) {
H A DRegisterCoalescer.cpp665 if (!TII->findCommutedOpIndices(DefMI, Op1, Op2))
H A DVirtRegRewriter.cpp1499 if (!TII->findCommutedOpIndices(DefMI, SrcIdx1, SrcIdx2))
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h159 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
H A DPPCInstrInfo.cpp405 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, function in class:PPCInstrInfo
413 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
/external/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp162 bool CanCommute = TII->findCommutedOpIndices(*MI, CommuteIdx0, CommuteIdx1);
H A DSIInstrInfo.h149 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
H A DSIInstrInfo.cpp1030 bool SIInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx0, function in class:SIInstrInfo
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp137 assert(findCommutedOpIndices(MI, CommutableOpIdx1, CommutableOpIdx2) &&
199 // any commutable operand, which is done in findCommutedOpIndices() method
202 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) {
241 bool TargetInstrInfo::findCommutedOpIndices(MachineInstr &MI, function in class:TargetInstrInfo
245 "TargetInstrInfo::findCommutedOpIndices() can't handle bundles");
H A DTwoAddressInstructionPass.cpp1168 // The call of findCommutedOpIndices below only checks if BaseOpIdx
1173 !TII->findCommutedOpIndices(*MI, BaseOpIdx, OtherOpIdx))
H A DRegisterCoalescer.cpp680 // the findCommutedOpIndices() method.
687 if (!TII->findCommutedOpIndices(*DefMI, UseOpIdx, NewDstIdx))
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h261 /// findCommutedOpIndices(MI, Op1, Op2);
264 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
H A DX86InstrInfo.cpp3655 bool X86InstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, function in class:X86InstrInfo
3681 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2);
5841 if (findCommutedOpIndices(MI, CommuteOpIdx1, CommuteOpIdx2)) {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h309 // the method findCommutedOpIndices() to tell the method that the
349 /// findCommutedOpIndices(MI, Op1, Op2);
352 virtual bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp729 if (!TII->findCommutedOpIndices(*MI, CommOpIdx1, CommOpIdx2) ||
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DThumb2SizeReduction.cpp592 if (!TII->findCommutedOpIndices(MI, CommOpIdx1, CommOpIdx2) ||

Completed in 1005 milliseconds