Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
H A 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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/MIRParser/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/MIRParser/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/MIRParser/
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;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/MIRParser/
H A 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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/MIRParser/
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;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DDetectDeadLanes.h46 struct VRegInfo { struct
57 const VRegInfo &getVRegInfo(unsigned RegIdx) const { in getVRegInfo() argument
DMachineRegisterInfo.h79 VRegInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DDetectDeadLanes.h46 struct VRegInfo { struct
57 const VRegInfo &getVRegInfo(unsigned RegIdx) const { in getVRegInfo() argument
DMachineRegisterInfo.h79 VRegInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DDetectDeadLanes.h46 struct VRegInfo { struct
57 const VRegInfo &getVRegInfo(unsigned RegIdx) const { in getVRegInfo() argument
DMachineRegisterInfo.h79 VRegInfo; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DDetectDeadLanes.h46 struct VRegInfo { struct
57 const VRegInfo &getVRegInfo(unsigned RegIdx) const { in getVRegInfo() argument
DMachineRegisterInfo.h79 VRegInfo; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp52 struct VRegInfo { struct
53 LaneBitmask UsedLanes;
54 LaneBitmask DefinedLanes;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp46 struct VRegInfo { struct
47 LaneBitmask UsedLanes;
48 LaneBitmask DefinedLanes;
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp54 struct VRegInfo { struct
55 LaneBitmask UsedLanes;
56 LaneBitmask DefinedLanes;
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h62 VRegInfo; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h76 VRegInfo; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h79 VRegInfo; variable