Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp139 LoadInst *BaseLoad = nullptr; in aggregateLoads() local
146 BaseLoad = L.Load; in aggregateLoads()
152 if (L.Load->getAlignment() > BaseLoad->getAlignment()) in aggregateLoads()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp262 SDNode *BaseLoad = O2SMap[BaseOff]; in ClusterNeighboringLoads() local
263 Loads.push_back(BaseLoad); in ClusterNeighboringLoads()
267 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8895 SDValue BaseLoad = in PerformDAGCombine() local
8930 BaseLoad.getValue(1), ExtraLoad.getValue(1)); in PerformDAGCombine()
8940 ExtraLoad, BaseLoad, PermCntl, DAG, dl); in PerformDAGCombine()
8943 BaseLoad, ExtraLoad, PermCntl, DAG, dl); in PerformDAGCombine()