Searched defs:RegisterRef (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.h | 91 struct BitTracker::RegisterRef { struct 94 RegisterRef(const MachineOperand &MO) in RegisterRef() argument 96 unsigned Reg, Sub;
|
D | HexagonBlockRanges.h | 35 struct RegisterRef { struct 36 unsigned Reg, Sub;
|
D | HexagonExpandCondsets.cpp | 215 struct RegisterRef { struct in __anon617ffbd70111::HexagonExpandCondsets 216 RegisterRef(const MachineOperand &Op) : Reg(Op.getReg()), in RegisterRef() argument 218 RegisterRef(unsigned R = 0, unsigned S = 0) : Reg(R), Sub(S) {} in RegisterRef() function 219 bool operator== (RegisterRef RR) const { in operator ==() 222 bool operator!= (RegisterRef RR) const { return !operator==(RR); } in operator !=() 223 bool operator< (RegisterRef RR) const { in operator <() 226 unsigned Reg, Sub;
|
D | HexagonBitTracker.h | 22 typedef BitTracker::RegisterRef RegisterRef; typedef
|
D | RDFGraph.h | 369 struct RegisterRef { struct 373 RegisterRef() = default; argument 375 RegisterRef &operator= (const RegisterRef &RR) = default; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | BitTracker.h | 141 struct BitTracker::RegisterRef { struct 144 RegisterRef(const MachineOperand &MO) in RegisterRef() argument 147 unsigned Reg, Sub;
|
D | HexagonBlockRanges.h | 34 struct RegisterRef { struct 35 unsigned Reg, Sub;
|
D | HexagonExpandCondsets.cpp | 177 struct RegisterRef { struct in __anon5b93032f0111::HexagonExpandCondsets 178 RegisterRef(const MachineOperand &Op) : Reg(Op.getReg()), in RegisterRef() function 180 RegisterRef(unsigned R = 0, unsigned S = 0) : Reg(R), Sub(S) {} in RegisterRef() function 182 bool operator== (RegisterRef RR) const { in operator ==() 185 bool operator!= (RegisterRef RR) const { return !operator==(RR); } in operator !=() 186 bool operator< (RegisterRef RR) const { in operator <() 190 unsigned Reg, Sub;
|
D | RDFRegisters.h | 72 struct RegisterRef { struct 76 RegisterRef() = default; argument 84 bool operator== (const RegisterRef &RR) const { argument
|
D | HexagonBitTracker.h | 28 using RegisterRef = BitTracker::RegisterRef; member
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | ByteBufTestUtils.java | 28 public interface RegisterRef { interface in ByteBufTestUtils
|