Searched defs:RegisterRef (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h141 struct BitTracker::RegisterRef { struct in class:llvm::BitTracker
142 RegisterRef(Register R = 0, unsigned S = 0) : Reg(R), Sub(S) {} function in struct:llvm::BitTracker::RegisterRef
143 RegisterRef(const MachineOperand &MO) function in struct:llvm::BitTracker::RegisterRef
[all...]
H A DHexagonBlockRanges.h35 struct RegisterRef { struct in struct:llvm::HexagonBlockRanges
H A DHexagonExpandCondsets.cpp179 struct RegisterRef { struct in class:__anon2439::HexagonExpandCondsets
180 RegisterRef(const MachineOperand &Op) : Reg(Op.getReg()), function in struct:__anon2439::HexagonExpandCondsets::RegisterRef
182 RegisterRef(unsigned R = 0, unsigned S = 0) : Reg(R), Sub(S) {} function in struct:__anon2439::HexagonExpandCondsets::RegisterRef
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h88 struct RegisterRef { struct in namespace:llvm::rdf
93 constexpr explicit RegisterRef(RegisterId R, function in struct:llvm::rdf::RegisterRef
[all...]

Completed in 120 milliseconds