Home
last modified time | relevance | path

Searched defs:VRegInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h39 struct VRegInfo { struct
40 enum uint8_t {
42 } Kind = UNKNOWN;
43 bool Explicit = false; ///< VReg was explicitly specified in the .mir file.
44 union {
47 } D;
48 Register VReg;
49 Register PreferredReg;
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDetectDeadLanes.h46 struct VRegInfo { struct
57 const VRegInfo &getVRegInfo(unsigned RegIdx) const { in getVRegInfo() argument
H A DMachineRegisterInfo.h79 VRegInfo; variable
[all...]