Searched refs:BaseOp1 (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 292 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply() local 293 if (BaseOp1 == nullptr || !BaseOp1->isReg() || Size1 >= 32 || in apply() 294 BaseOp0->getReg() != BaseOp1->getReg()) in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 135 bool shouldClusterMemOps(const MachineOperand &BaseOp1,
|
D | AArch64InstrInfo.cpp | 2366 bool AArch64InstrInfo::shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() argument 2369 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() 2371 if (BaseOp1.getType() != BaseOp2.getType()) in shouldClusterMemOps() 2374 assert((BaseOp1.isReg() || BaseOp1.isFI()) && in shouldClusterMemOps() 2378 if (BaseOp1.isReg() && BaseOp1.getReg() != BaseOp2.getReg()) in shouldClusterMemOps() 2415 if (BaseOp1.isFI()) { in shouldClusterMemOps() 2416 assert((!BaseOp1.isIdenticalTo(BaseOp2) || Offset1 <= Offset2) && in shouldClusterMemOps() 2421 return shouldClusterFI(MFI, BaseOp1.getIndex(), Offset1, FirstOpc, in shouldClusterMemOps()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 402 const MachineOperand &BaseOp1, in memOpsHaveSameBasePtr() argument 407 if (!BaseOp1.isReg() || !BaseOp2.isReg()) in memOpsHaveSameBasePtr() 410 if (BaseOp1.isIdenticalTo(BaseOp2)) in memOpsHaveSameBasePtr() 436 bool SIInstrInfo::shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() argument 439 const MachineInstr &FirstLdSt = *BaseOp1.getParent(); in shouldClusterMemOps() 442 if (!memOpsHaveSameBasePtr(FirstLdSt, BaseOp1, SecondLdSt, BaseOp2)) in shouldClusterMemOps() 2530 const MachineOperand *BaseOp0, *BaseOp1; in checkInstOffsetsDoNotOverlap() local 2534 getMemOperandWithOffset(MIb, BaseOp1, Offset1, &RI)) { in checkInstOffsetsDoNotOverlap() 2535 if (!BaseOp0->isIdenticalTo(*BaseOp1)) in checkInstOffsetsDoNotOverlap()
|
D | SIInstrInfo.h | 189 bool shouldClusterMemOps(const MachineOperand &BaseOp1,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1271 virtual bool shouldClusterMemOps(const MachineOperand &BaseOp1, in shouldClusterMemOps() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 694 const MachineOperand *BaseOp1, *BaseOp2; in addLoopCarriedDependences() local 696 if (TII->getMemOperandWithOffset(LdMI, BaseOp1, Offset1, TRI) && in addLoopCarriedDependences() 698 if (BaseOp1->isIdenticalTo(*BaseOp2) && in addLoopCarriedDependences()
|