Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp131 LoadInst *BaseLoad = nullptr; in aggregateLoads() local
138 BaseLoad = L.Load; in aggregateLoads()
145 if (L.Load->getAlignment() > BaseLoad->getAlignment()) in aggregateLoads()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp252 SDNode *BaseLoad = O2SMap[BaseOff]; in ClusterNeighboringLoads() local
253 Loads.push_back(BaseLoad); in ClusterNeighboringLoads()
257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10038 SDValue BaseLoad = in PerformDAGCombine() local
10073 BaseLoad.getValue(1), ExtraLoad.getValue(1)); in PerformDAGCombine()
10083 ExtraLoad, BaseLoad, PermCntl, DAG, dl); in PerformDAGCombine()
10086 BaseLoad, ExtraLoad, PermCntl, DAG, dl); in PerformDAGCombine()