Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h34 struct VRegInfo { struct
35 enum uint8_t {
37 } Kind = UNKNOWN;
38 bool Explicit = false; ///< VReg was explicitly specified in the .mir file.
39 union {
42 } D;
43 unsigned VReg;
44 unsigned PreferredReg = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDetectDeadLanes.cpp52 struct VRegInfo { struct
53 LaneBitmask UsedLanes;
54 LaneBitmask DefinedLanes;
/external/llvm/lib/CodeGen/
DDetectDeadLanes.cpp54 struct VRegInfo { struct
55 LaneBitmask UsedLanes;
56 LaneBitmask DefinedLanes;
/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h62 VRegInfo; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h76 VRegInfo; variable