Home
last modified time | relevance | path

Searched refs:BaseOps (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp118 SmallVector<const MachineOperand *, 4> BaseOps; member
159 SmallVector<const MachineOperand *, 4> BaseOps; in runOnMachineFunction() local
161 if (!SII->getMemOperandsWithOffsetWidth(MI, BaseOps, Dummy1, Dummy2, in runOnMachineFunction()
177 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
188 CI.BaseOps = std::move(BaseOps); in runOnMachineFunction()
192 CI = ClauseInfo{Type, &MI, &MI, 1, std::move(BaseOps)}; in runOnMachineFunction()
H A DSIInstrInfo.cpp245 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
266 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
302 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
322 BaseOps.push_back(RSrc); in getMemOperandsWithOffsetWidth()
325 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
333 BaseOps.push_back(SOffset); in getMemOperandsWithOffsetWidth()
347 BaseOps.push_back(&LdSt.getOperand(SRsrcIdx)); in getMemOperandsWithOffsetWidth()
352 BaseOps.push_back(&LdSt.getOperand(I)); in getMemOperandsWithOffsetWidth()
354 BaseOps.push_back(getNamedOperand(LdSt, AMDGPU::OpName::vaddr)); in getMemOperandsWithOffsetWidth()
367 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
[all …]
H A DSIInstrInfo.h190 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1491 SmallVector<const MachineOperand *, 4> BaseOps; member
1495 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo()
1497 : SU(SU), BaseOps(BaseOps.begin(), BaseOps.end()), Offset(Offset), in MemOpInfo()
1522 if (std::lexicographical_compare(BaseOps.begin(), BaseOps.end(), in operator <()
1523 RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <()
1526 if (std::lexicographical_compare(RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <()
1527 BaseOps.begin(), BaseOps.end(), Compare)) in operator <()
1627 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()
1689 SmallVector<const MachineOperand *, 4> BaseOps; in collectMemOpRecords() local
1693 if (TII->getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, in collectMemOpRecords()
[all …]
H A DTargetInstrInfo.cpp1074 SmallVector<const MachineOperand *, 4> BaseOps; in getMemOperandWithOffset() local
1076 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset()
1078 BaseOps.size() != 1) in getMemOperandWithOffset()
1080 BaseOp = BaseOps.front(); in getMemOperandWithOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h72 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DLanaiInstrInfo.cpp799 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
818 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h209 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DHexagonInstrInfo.cpp2974 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2981 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h128 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps,
H A DAArch64InstrInfo.cpp2514 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2524 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.h333 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DX86InstrInfo.cpp3736 const MachineInstr &MemOp, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
3775 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h541 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DPPCInstrInfo.cpp2737 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2744 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1332 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3254 SmallVector<SDValue, 1> BaseOps(1, Cond); in visitSelect() local
3345 BaseOps.clear(); in visitSelect()
3351 BaseOps.clear(); in visitSelect()
3367 SmallVector<SDValue, 3> Ops(BaseOps.begin(), BaseOps.end()); in visitSelect()