Searched refs:MemOpInfo (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1473 struct MemOpInfo { struct in __anon145600620311::BaseMemOpClusterMutation 1478 MemOpInfo(SUnit *su, unsigned reg, int64_t ofs) in MemOpInfo() argument 1481 bool operator<(const MemOpInfo&RHS) const { in operator <() argument 1537 SmallVector<MemOpInfo, 32> MemOpRecords; in clusterNeighboringMemOps() 1542 MemOpRecords.push_back(MemOpInfo(SU, BaseReg, Offset)); in clusterNeighboringMemOps()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 1357 struct MemOpInfo { struct in __anond1ea022a0211::BaseMemOpClusterMutation 1361 MemOpInfo(SUnit *su, unsigned reg, int64_t ofs) in MemOpInfo() function 1364 bool operator<(const MemOpInfo&RHS) const { in operator <() argument 1400 SmallVector<MemOpInfo, 32> MemOpRecords; in clusterNeighboringMemOps() 1406 MemOpRecords.push_back(MemOpInfo(SU, BaseReg, Offset)); in clusterNeighboringMemOps()
|