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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h71 struct RegisterRef { struct in namespace:llvm::rdf
76 explicit RegisterRef(RegisterId R, LaneBitmask M = LaneBitmask::getAll()) function in struct:llvm::rdf::RegisterRef
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h140 struct BitTracker::RegisterRef { struct in class:llvm::BitTracker
141 RegisterRef(unsigned R = 0, unsigned S = 0) function in struct:llvm::BitTracker::RegisterRef
143 RegisterRef(const MachineOperand &MO) function in struct:llvm::BitTracker::RegisterRef
[all...]
H A DHexagonBlockRanges.h33 struct RegisterRef { struct in struct:llvm::HexagonBlockRanges
H A DHexagonExpandCondsets.cpp177 struct RegisterRef { struct in class:__anon5155::HexagonExpandCondsets
178 RegisterRef(const MachineOperand &Op) : Reg(Op.getReg()), function in struct:__anon5155::HexagonExpandCondsets::RegisterRef
180 RegisterRef(unsigned R = 0, unsigned S = 0) : Reg(R), Sub(S) {} function in struct:__anon5155::HexagonExpandCondsets::RegisterRef
[all...]

Completed in 144 milliseconds