Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6482 struct UseMemo { struct
6483 SDNode *User;
6484 unsigned Index;
6485 SDUse *Use;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8524 struct UseMemo { struct
8525 SDNode *User;
8526 unsigned Index;
8527 SDUse *Use;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10565 struct UseMemo { struct
10566 SDNode *User;
10567 unsigned Index;
10568 SDUse *Use;
10589 RAUOVWUpdateListener(SelectionDAG &d, SmallVector<UseMemo, 4> &uses) in RAUOVWUpdateListener()