Home
last modified time | relevance | path

Searched defs:MemOpInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1473 struct MemOpInfo { struct in __anon145600620311::BaseMemOpClusterMutation
1474 SUnit *SU;
1475 unsigned BaseReg;
1476 int64_t Offset;
1478 MemOpInfo(SUnit *su, unsigned reg, int64_t ofs) in MemOpInfo() argument
1481 bool operator<(const MemOpInfo&RHS) const { in operator <()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1357 struct MemOpInfo { struct in __anond1ea022a0211::BaseMemOpClusterMutation
1358 SUnit *SU;
1359 unsigned BaseReg;
1360 int64_t Offset;
1361 MemOpInfo(SUnit *su, unsigned reg, int64_t ofs) in MemOpInfo() argument
1364 bool operator<(const MemOpInfo&RHS) const { in operator <()