Home
last modified time | relevance | path

Searched refs:BaseLoad (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp134 LoadInst *BaseLoad = nullptr; in aggregateLoads() local
141 BaseLoad = L.Load; in aggregateLoads()
147 if (L.Load->getAlignment() > BaseLoad->getAlignment()) in aggregateLoads()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp258 SDNode *BaseLoad = O2SMap[BaseOff]; in ClusterNeighboringLoads() local
259 Loads.push_back(BaseLoad); in ClusterNeighboringLoads()
263 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8162 SDValue BaseLoad = SDValue(LD, 0); in PerformDAGCombine() local
8191 BaseLoad.getValue(1), ExtraLoad.getValue(1)); in PerformDAGCombine()
8193 if (BaseLoad.getValueType() != MVT::v4i32) in PerformDAGCombine()
8194 BaseLoad = DAG.getNode(ISD::BITCAST, dl, MVT::v4i32, BaseLoad); in PerformDAGCombine()
8207 ExtraLoad, BaseLoad, PermCntl, DAG, dl); in PerformDAGCombine()
8210 BaseLoad, ExtraLoad, PermCntl, DAG, dl); in PerformDAGCombine()
8225 if (User == Perm.getNode() || User == BaseLoad.getNode() || in PerformDAGCombine()