Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDetectDeadLanes.cpp52 struct VRegInfo { struct
53 LaneBitmask UsedLanes;
54 LaneBitmask DefinedLanes;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h76 VRegInfo; variable