Searched refs:FirstLoad (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 1560 MachineInstr &FirstLoad, MachineInstr &SecondLoad, in canRenameUntilSecondLoad() argument 1564 if (FirstLoad.isPseudo()) in canRenameUntilSecondLoad() 1567 UsedInBetween.accumulate(FirstLoad); in canRenameUntilSecondLoad() 1568 auto RegToRename = getLdStRegOp(FirstLoad).getReg(); in canRenameUntilSecondLoad() 1570 FirstLoad.getIterator(), SecondLoad.getIterator(), in canRenameUntilSecondLoad()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 9235 auto *FirstLoad = cast<LoadSDNode>(FirstByteProvider->Src.value()); in MatchLoadCombine() local 9263 *FirstLoad->getMemOperand(), &Fast); in MatchLoadCombine() 9269 Chain, FirstLoad->getBasePtr(), in MatchLoadCombine() 9270 FirstLoad->getPointerInfo(), MemVT, FirstLoad->getAlign()); in MatchLoadCombine() 20927 LoadSDNode *FirstLoad = cast<LoadSDNode>(LoadNodes[0].MemNode); in tryStoreMergeOfLoads() local 20941 SDValue LoadChain = FirstLoad->getChain(); in tryStoreMergeOfLoads() 20976 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads() 20991 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads() 21009 *FirstLoad->getMemOperand(), &IsFastLd) && in tryStoreMergeOfLoads() 21028 Align FirstLoadAlign = FirstLoad->getAlign(); in tryStoreMergeOfLoads() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 14770 LoadSDNode *FirstLoad = nullptr; in combineBVOfConsecutiveLoads() local 14774 FirstLoad = cast<LoadSDNode>(FirstInput.getOperand(0)); in combineBVOfConsecutiveLoads() 14775 IsRoundOfExtLoad = FirstLoad->getExtensionType() == ISD::EXTLOAD; in combineBVOfConsecutiveLoads() 14783 FirstLoad = cast<LoadSDNode>(FirstInput); in combineBVOfConsecutiveLoads() 14786 InputLoads.push_back(FirstLoad); in combineBVOfConsecutiveLoads() 14825 assert(FirstLoad && "Input needs to be a LoadSDNode."); in combineBVOfConsecutiveLoads() 14826 WideLoad = DAG.getLoad(N->getValueType(0), dl, FirstLoad->getChain(), in combineBVOfConsecutiveLoads() 14827 FirstLoad->getBasePtr(), FirstLoad->getPointerInfo(), in combineBVOfConsecutiveLoads() 14828 FirstLoad->getAlign()); in combineBVOfConsecutiveLoads()
|