Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp66 struct DefUseInfo { struct in __anonea4ffa950111::HexagonGenMux
67 BitVector Defs, Uses;
68 DefUseInfo() : Defs(), Uses() {} in DefUseInfo() argument
69 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp99 struct DefUseInfo { struct in __anon50f4c93d0111::HexagonGenMux
100 BitVector Defs, Uses;
103 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp99 struct DefUseInfo { struct in __anon3ac7f8370111::HexagonGenMux
100 BitVector Defs, Uses;
103 DefUseInfo(const BitVector &D, const BitVector &U) : Defs(D), Uses(U) {} in DefUseInfo() argument