Home
last modified time | relevance | path

Searched refs:OpIdx2 (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp82 unsigned OpIdx2) const { in commuteInstructionImpl()
87 MFI.isVRegStackified(MI.getOperand(OpIdx2).getReg())) in commuteInstructionImpl()
91 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
DWebAssemblyInstrInfo.h45 unsigned OpIdx2) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp89 MachineInstr &MI, bool NewMI, unsigned OpIdx1, unsigned OpIdx2) const { in commuteInstructionImpl()
94 MFI.isVRegStackified(MI.getOperand(OpIdx2).getReg())) in commuteInstructionImpl()
98 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
DWebAssemblyInstrInfo.h54 unsigned OpIdx2) const override;
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp197 unsigned OpIdx2) const { in commuteInstruction()
201 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
202 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction()
207 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h96 unsigned OpIdx2) const override;
DPPCInstrInfo.cpp323 unsigned OpIdx2) const { in commuteInstructionImpl()
328 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
346 assert(((OpIdx1 == 1 && OpIdx2 == 2) || (OpIdx1 == 2 && OpIdx2 == 1)) && in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp242 unsigned OpIdx2) const { in commuteInstruction()
246 if ((OpIdx1 == CommuteAnyOperandIndex || OpIdx2 == CommuteAnyOperandIndex) && in commuteInstruction()
247 !findCommutedOpIndices(MI, OpIdx1, OpIdx2)) { in commuteInstruction()
252 return commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstruction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h121 unsigned OpIdx2) const;
333 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp1529 unsigned OpIdx2) const { in commuteInstructionImpl()
1559 OpIdx1, OpIdx2); in commuteInstructionImpl()
1570 OpIdx1, OpIdx2); in commuteInstructionImpl()
1592 OpIdx1, OpIdx2); in commuteInstructionImpl()
1625 OpIdx1, OpIdx2); in commuteInstructionImpl()
1645 OpIdx1, OpIdx2); in commuteInstructionImpl()
1668 OpIdx1, OpIdx2); in commuteInstructionImpl()
1679 OpIdx1, OpIdx2); in commuteInstructionImpl()
1688 OpIdx1, OpIdx2); in commuteInstructionImpl()
1704 OpIdx1, OpIdx2); in commuteInstructionImpl()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h154 unsigned OpIdx2) const;
425 unsigned OpIdx2 = CommuteAnyOperandIndex) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h176 unsigned OpIdx2) const override;
DPPCInstrInfo.cpp370 unsigned OpIdx2) const { in commuteInstructionImpl()
375 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
393 assert(((OpIdx1 == 1 && OpIdx2 == 2) || (OpIdx1 == 2 && OpIdx2 == 1)) && in commuteInstructionImpl()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h97 unsigned OpIdx2) const override;
DARMBaseInstrInfo.cpp1803 unsigned OpIdx2) const { in commuteInstructionImpl()
1814 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
1823 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp275 unsigned OpIdx2) const { in commuteInstructionImpl()
297 OpIdx1, OpIdx2); in commuteInstructionImpl()
300 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h101 unsigned OpIdx2) const override;
DARMBaseInstrInfo.cpp2148 unsigned OpIdx2) const { in commuteInstructionImpl()
2159 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
2168 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp785 void swap(unsigned OpIdx1, unsigned OpIdx2, unsigned Lane) { in swap() argument
786 std::swap(OpsVec[OpIdx1][Lane], OpsVec[OpIdx2][Lane]); in swap()
974 for (unsigned OpIdx2 = FromIdx; OpIdx2 != ToIdx; ++OpIdx2) { in getScoreAtLevelRec() local
976 if (Op2Used.count(OpIdx2)) in getScoreAtLevelRec()
980 {I2->getOperand(OpIdx2), Lane2}, in getScoreAtLevelRec()
985 MaxOpIdx2 = OpIdx2; in getScoreAtLevelRec()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3189 unsigned OpIdx2) const { in commuteInstructionImpl()
3219 OpIdx1, OpIdx2); in commuteInstructionImpl()
3252 OpIdx1, OpIdx2); in commuteInstructionImpl()
3264 OpIdx1, OpIdx2); in commuteInstructionImpl()
3280 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3306 OpIdx1, OpIdx2); in commuteInstructionImpl()
3317 OpIdx1, OpIdx2); in commuteInstructionImpl()
3390 OpIdx1, OpIdx2); in commuteInstructionImpl()
3394 unsigned Opc = getFMA3OpcodeToCommuteOperands(MI, OpIdx1, OpIdx2); in commuteInstructionImpl()
3400 OpIdx1, OpIdx2); in commuteInstructionImpl()
[all …]