| /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 __anon846de4e20111::HexagonExpandCondsets 216 RegisterRef(const MachineOperand &Op) : Reg(Op.getReg()), in RegisterRef() function 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-10.0/llvm/lib/Target/Hexagon/ |
| D | BitTracker.h | 140 struct BitTracker::RegisterRef { struct 143 RegisterRef(const MachineOperand &MO) in RegisterRef() argument 146 unsigned Reg, Sub;
|
| D | HexagonBlockRanges.h | 33 struct RegisterRef { struct 34 unsigned Reg, Sub;
|
| D | HexagonExpandCondsets.cpp | 177 struct RegisterRef { struct in __anon56fa8c040111::HexagonExpandCondsets 178 RegisterRef(const MachineOperand &Op) : Reg(Op.getReg()), in RegisterRef() argument 180 RegisterRef(unsigned R = 0, unsigned S = 0) : Reg(R), Sub(S) {} in RegisterRef() argument 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 | 71 struct RegisterRef { struct 75 RegisterRef() = default; argument 83 bool operator== (const RegisterRef &RR) const { argument
|
| D | HexagonBitTracker.h | 27 using RegisterRef = BitTracker::RegisterRef; member
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
| D | BitTracker.h | 141 struct BitTracker::RegisterRef { struct 142 RegisterRef(Register R = 0, unsigned S = 0) : Reg(R), Sub(S) {} in Reg() argument 143 RegisterRef(const MachineOperand &MO) in RegisterRef() argument 146 Register Reg; 147 unsigned Sub;
|
| D | HexagonExpandCondsets.cpp | 178 struct RegisterRef { struct in __anon2c53030a0111::HexagonExpandCondsets 179 RegisterRef(const MachineOperand &Op) : Reg(Op.getReg()), in RegisterRef() argument 181 RegisterRef(unsigned R = 0, unsigned S = 0) : Reg(R), Sub(S) {} in RegisterRef() function 183 bool operator== (RegisterRef RR) const { in operator ==() 186 bool operator!= (RegisterRef RR) const { return !operator==(RR); } in operator !=() 187 bool operator< (RegisterRef RR) const { in operator <() 191 Register Reg; 192 unsigned Sub;
|
| D | HexagonBlockRanges.h | 35 struct RegisterRef { struct 36 llvm::Register Reg; 37 unsigned Sub;
|
| D | HexagonBitTracker.h | 27 using RegisterRef = BitTracker::RegisterRef; member
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
| D | RDFRegisters.h | 71 struct RegisterRef { struct 75 RegisterRef() = default; argument 83 bool operator== (const RegisterRef &RR) const { argument 118 bool alias(RegisterRef RA, RegisterRef RB) const { in alias() argument
|
| /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
| D | ByteBufTestUtils.java | 28 public interface RegisterRef { interface in ByteBufTestUtils
|