Home
last modified time | relevance | path

Searched refs:OpIdx1 (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp81 unsigned OpIdx1, in commuteInstructionImpl() argument
86 if (MFI.isVRegStackified(MI.getOperand(OpIdx1).getReg()) || in commuteInstructionImpl()
91 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
DWebAssemblyInstrInfo.h44 unsigned OpIdx1,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp89 MachineInstr &MI, bool NewMI, unsigned OpIdx1, unsigned OpIdx2) const { in commuteInstructionImpl() argument
93 if (MFI.isVRegStackified(MI.getOperand(OpIdx1).getReg()) || in commuteInstructionImpl()
98 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
DWebAssemblyInstrInfo.h53 unsigned OpIdx1,
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp60 int OpIdx0, int OpIdx1) const;
509 int OpIdx1) const { in binaryOpIsDerivedFromSameAlloca()
513 OtherOp = Inst->getOperand(OpIdx1); in binaryOpIsDerivedFromSameAlloca()
DSIInstrInfo.h91 unsigned OpIdx1) const override;
DSIInstrInfo.cpp947 unsigned OpIdx1) const { in commuteInstructionImpl()
962 OpIdx1 != static_cast<unsigned>(Src1Idx)) && in commuteInstructionImpl()
964 OpIdx1 != static_cast<unsigned>(Src0Idx))) in commuteInstructionImpl()
1018 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx0, OpIdx1); in commuteInstructionImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp108 int OpIdx0, int OpIdx1) const;
495 int OpIdx1) const { in binaryOpIsDerivedFromSameAlloca()
499 OtherOp = Inst->getOperand(OpIdx1); in binaryOpIsDerivedFromSameAlloca()
DSIInstrInfo.h144 unsigned OpIdx1) const override;
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp196 unsigned OpIdx1, in commuteInstruction() argument
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.h95 unsigned OpIdx1,
DPPCInstrInfo.cpp322 unsigned OpIdx1, in commuteInstructionImpl() argument
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.cpp241 unsigned OpIdx1, in commuteInstruction() argument
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.h120 unsigned OpIdx1,
332 unsigned OpIdx1 = CommuteAnyOperandIndex,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp1528 unsigned OpIdx1, in commuteInstructionImpl() argument
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.h153 unsigned OpIdx1,
424 unsigned OpIdx1 = CommuteAnyOperandIndex,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h175 unsigned OpIdx1,
DPPCInstrInfo.cpp369 unsigned OpIdx1, in commuteInstructionImpl() argument
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.h96 unsigned OpIdx1,
DARMBaseInstrInfo.cpp1802 unsigned OpIdx1, in commuteInstructionImpl() argument
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.cpp274 unsigned OpIdx1, in commuteInstructionImpl() argument
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.h100 unsigned OpIdx1,
DARMBaseInstrInfo.cpp2147 unsigned OpIdx1, in commuteInstructionImpl() argument
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()
962 for (unsigned OpIdx1 = 0, NumOperands1 = I1->getNumOperands(); in getScoreAtLevelRec() local
963 OpIdx1 != NumOperands1; ++OpIdx1) { in getScoreAtLevelRec()
969 unsigned FromIdx = isCommutative(I2) ? 0 : OpIdx1; in getScoreAtLevelRec()
972 : std::min(I2->getNumOperands(), OpIdx1 + 1); in getScoreAtLevelRec()
979 int TmpScore = getScoreAtLevelRec({I1->getOperand(OpIdx1), Lane1}, in getScoreAtLevelRec()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp3188 unsigned OpIdx1, in commuteInstructionImpl() argument
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 …]