/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 89 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()
|
D | WebAssemblyInstrInfo.h | 53 unsigned OpIdx1,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 108 int OpIdx0, int OpIdx1) const; 495 int OpIdx1) const { in binaryOpIsDerivedFromSameAlloca() 499 OtherOp = Inst->getOperand(OpIdx1); in binaryOpIsDerivedFromSameAlloca()
|
D | SIInstrInfo.h | 144 unsigned OpIdx1) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 241 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 1528 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 153 unsigned OpIdx1, 424 unsigned OpIdx1 = CommuteAnyOperandIndex,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 175 unsigned OpIdx1,
|
D | PPCInstrInfo.cpp | 369 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 274 unsigned OpIdx1, in commuteInstructionImpl() argument 297 OpIdx1, OpIdx2); in commuteInstructionImpl() 300 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 100 unsigned OpIdx1,
|
D | ARMBaseInstrInfo.cpp | 2147 unsigned OpIdx1, in commuteInstructionImpl() argument 2159 TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl() 2168 return TargetInstrInfo::commuteInstructionImpl(MI, NewMI, OpIdx1, OpIdx2); in commuteInstructionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 785 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()
|