Home
last modified time | relevance | path

Searched defs:VRegInfo (Results 1 – 8 of 8) 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-16.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h37 struct VRegInfo { struct
38 enum uint8_t {
40 } Kind = UNKNOWN;
41 bool Explicit = false; ///< VReg was explicitly specified in the .mir file.
42 union {
45 } D;
46 Register VReg;
47 Register PreferredReg;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DDetectDeadLanes.cpp46 struct VRegInfo { struct
47 LaneBitmask UsedLanes;
48 LaneBitmask DefinedLanes;
/external/llvm/lib/CodeGen/
DDetectDeadLanes.cpp54 struct VRegInfo { struct
55 LaneBitmask UsedLanes;
56 LaneBitmask DefinedLanes;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDetectDeadLanes.cpp52 struct VRegInfo { struct
53 LaneBitmask UsedLanes;
54 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
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h79 VRegInfo; variable