Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInsertHardClauses.cpp179 SmallVector<const MachineOperand *, 4> BaseOps; member
216 SmallVector<const MachineOperand *, 4> BaseOps; in runOnMachineFunction() local
218 if (!SII->getMemOperandsWithOffsetWidth(MI, BaseOps, Dummy1, Dummy2, in runOnMachineFunction()
235 !SII->shouldClusterMemOps(CI.BaseOps, BaseOps, 2, 2)))) { in runOnMachineFunction()
251 CI.BaseOps = std::move(BaseOps); in runOnMachineFunction()
256 CI = ClauseInfo{Type, &MI, &MI, 1, 0, std::move(BaseOps)}; in runOnMachineFunction()
H A DSIInstrInfo.cpp295 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
316 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
352 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
372 BaseOps.push_back(RSrc); in getMemOperandsWithOffsetWidth()
375 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
383 BaseOps.push_back(SOffset); in getMemOperandsWithOffsetWidth()
399 BaseOps.push_back(&LdSt.getOperand(SRsrcIdx)); in getMemOperandsWithOffsetWidth()
404 BaseOps.push_back(&LdSt.getOperand(I)); in getMemOperandsWithOffsetWidth()
406 BaseOps.push_back(getNamedOperand(LdSt, AMDGPU::OpName::vaddr)); in getMemOperandsWithOffsetWidth()
419 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
[all …]
H A DSIInstrInfo.h196 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1496 SmallVector<const MachineOperand *, 4> BaseOps; member
1500 MemOpInfo(SUnit *SU, ArrayRef<const MachineOperand *> BaseOps, in MemOpInfo()
1502 : SU(SU), BaseOps(BaseOps.begin(), BaseOps.end()), Offset(Offset), in MemOpInfo()
1527 if (std::lexicographical_compare(BaseOps.begin(), BaseOps.end(), in operator <()
1528 RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <()
1531 if (std::lexicographical_compare(RHS.BaseOps.begin(), RHS.BaseOps.end(), in operator <()
1532 BaseOps.begin(), BaseOps.end(), Compare)) in operator <()
1632 if (!TII->shouldClusterMemOps(MemOpa.BaseOps, MemOpb.BaseOps, ClusterLength, in clusterNeighboringMemOps()
1694 SmallVector<const MachineOperand *, 4> BaseOps; in collectMemOpRecords() local
1698 if (TII->getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, in collectMemOpRecords()
[all …]
H A DTargetInstrInfo.cpp1207 SmallVector<const MachineOperand *, 4> BaseOps; in getMemOperandWithOffset() local
1209 if (!getMemOperandsWithOffsetWidth(MI, BaseOps, Offset, OffsetIsScalable, in getMemOperandWithOffset()
1211 BaseOps.size() != 1) in getMemOperandWithOffset()
1213 BaseOp = BaseOps.front(); in getMemOperandWithOffset()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h72 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DLanaiInstrInfo.cpp795 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
814 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h210 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DHexagonInstrInfo.cpp3041 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
3048 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.h343 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DX86InstrInfo.cpp3828 const MachineInstr &MemOp, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
3867 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h140 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps,
H A DAArch64InstrInfo.cpp2586 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2596 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h673 SmallVectorImpl<const MachineOperand *> &BaseOps, int64_t &Offset,
H A DPPCInstrInfo.cpp2851 const MachineInstr &LdSt, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
2858 BaseOps.push_back(BaseOp); in getMemOperandsWithOffsetWidth()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1396 const MachineInstr &MI, SmallVectorImpl<const MachineOperand *> &BaseOps, in getMemOperandsWithOffsetWidth() argument
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3330 SmallVector<SDValue, 1> BaseOps(1, Cond); in visitSelect() local
3421 BaseOps.clear(); in visitSelect()
3427 BaseOps.clear(); in visitSelect()
3442 SmallVector<SDValue, 3> Ops(BaseOps.begin(), BaseOps.end()); in visitSelect()