Home
last modified time | relevance | path

Searched refs:FirstLoad (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8520 LoadSDNode *FirstLoad = FirstByteProvider->Load; in MatchLoadCombine() local
8548 *FirstLoad->getMemOperand(), &Fast); in MatchLoadCombine()
8554 Chain, FirstLoad->getBasePtr(), in MatchLoadCombine()
8555 FirstLoad->getPointerInfo(), MemVT, FirstLoad->getAlign()); in MatchLoadCombine()
19244 LoadSDNode *FirstLoad = cast<LoadSDNode>(LoadNodes[0].MemNode); in tryStoreMergeOfLoads() local
19258 SDValue LoadChain = FirstLoad->getChain(); in tryStoreMergeOfLoads()
19293 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads()
19308 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads()
19326 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads()
19345 Align FirstLoadAlign = FirstLoad->getAlign(); in tryStoreMergeOfLoads()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14252 LoadSDNode *FirstLoad = nullptr; in combineBVOfConsecutiveLoads() local
14256 FirstLoad = cast<LoadSDNode>(FirstInput.getOperand(0)); in combineBVOfConsecutiveLoads()
14257 IsRoundOfExtLoad = FirstLoad->getExtensionType() == ISD::EXTLOAD; in combineBVOfConsecutiveLoads()
14265 FirstLoad = cast<LoadSDNode>(FirstInput); in combineBVOfConsecutiveLoads()
14268 InputLoads.push_back(FirstLoad); in combineBVOfConsecutiveLoads()
14307 assert(FirstLoad && "Input needs to be a LoadSDNode."); in combineBVOfConsecutiveLoads()
14308 WideLoad = DAG.getLoad(N->getValueType(0), dl, FirstLoad->getChain(), in combineBVOfConsecutiveLoads()
14309 FirstLoad->getBasePtr(), FirstLoad->getPointerInfo(), in combineBVOfConsecutiveLoads()
14310 FirstLoad->getAlign()); in combineBVOfConsecutiveLoads()