Searched refs:SrcOpIdx1 (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 122 unsigned &SrcOpIdx1, in findCommutedOpIndices() argument 129 SrcOpIdx1 = MCID.getNumDefs(); in findCommutedOpIndices() 130 SrcOpIdx2 = SrcOpIdx1 + 1; in findCommutedOpIndices() 131 if (!MI->getOperand(SrcOpIdx1).isReg() || in findCommutedOpIndices()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 264 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, 289 bool findFMA3CommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, 302 unsigned getFMA3OpcodeToCommuteOperands(MachineInstr &MI, unsigned SrcOpIdx1,
|
D | X86InstrInfo.cpp | 3408 unsigned &SrcOpIdx1, in findFMA3CommutedOpIndices() argument 3416 if (SrcOpIdx1 != CommuteAnyOperandIndex && in findFMA3CommutedOpIndices() 3417 (SrcOpIdx1 < 1 || SrcOpIdx1 > RegOpsNum)) in findFMA3CommutedOpIndices() 3425 if (SrcOpIdx1 == CommuteAnyOperandIndex || in findFMA3CommutedOpIndices() 3427 unsigned CommutableOpIdx1 = SrcOpIdx1; in findFMA3CommutedOpIndices() 3432 if (SrcOpIdx1 == SrcOpIdx2) in findFMA3CommutedOpIndices() 3438 CommutableOpIdx2 = SrcOpIdx1; in findFMA3CommutedOpIndices() 3457 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, in findFMA3CommutedOpIndices() 3464 return getFMA3OpcodeToCommuteOperands(MI, SrcOpIdx1, SrcOpIdx2) != 0; in findFMA3CommutedOpIndices() 3468 MachineInstr &MI, unsigned SrcOpIdx1, unsigned SrcOpIdx2) const { in getFMA3OpcodeToCommuteOperands() argument [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 233 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1, 739 virtual bool findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 159 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
|
D | PPCInstrInfo.cpp | 405 bool PPCInstrInfo::findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1, in findCommutedOpIndices() argument 413 return TargetInstrInfo::findCommutedOpIndices(MI, SrcOpIdx1, SrcOpIdx2); in findCommutedOpIndices() 417 return fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, 2, 3); in findCommutedOpIndices()
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 242 unsigned &SrcOpIdx1, in findCommutedOpIndices() argument 255 if (!fixCommutedOpIndices(SrcOpIdx1, SrcOpIdx2, in findCommutedOpIndices() 259 if (!MI.getOperand(SrcOpIdx1).isReg() || !MI.getOperand(SrcOpIdx2).isReg()) in findCommutedOpIndices()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 149 bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
|
D | SIInstrInfo.cpp | 1031 unsigned &SrcOpIdx1) const { in findCommutedOpIndices() 1066 return fixCommutedOpIndices(SrcOpIdx0, SrcOpIdx1, Src0Idx, Src1Idx); in findCommutedOpIndices()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 352 virtual bool findCommutedOpIndices(MachineInstr &MI, unsigned &SrcOpIdx1,
|