HomeSort by relevance Sort by last modified time
    Searched defs:BaseIndexOffset (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGAddressAnalysis.h 33 class BaseIndexOffset {
41 BaseIndexOffset() = default;
42 BaseIndexOffset(SDValue Base, SDValue Index, int64_t Offset,
50 bool equalBaseIndex(BaseIndexOffset &Other, const SelectionDAG &DAG) {
55 bool equalBaseIndex(BaseIndexOffset &Other, const SelectionDAG &DAG,
59 static BaseIndexOffset match(LSBaseSDNode *N, const SelectionDAG &DAG);
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 128 milliseconds