Home
last modified time | relevance | path

Searched refs:reachesChainWithoutSideEffects (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h222 bool reachesChainWithoutSideEffects(SDValue Dest,
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1798 Chain.reachesChainWithoutSideEffects(SDValue(LD, 1))) { in PerformDAGCombine()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10927 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, in reachesChainWithoutSideEffects() function in SDValue
10953 return Op.reachesChainWithoutSideEffects(Dest, Depth - 1); in reachesChainWithoutSideEffects()
10960 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1); in reachesChainWithoutSideEffects()
H A DLegalizeDAG.cpp1379 if (!ST->getChain().reachesChainWithoutSideEffects(DAG.getEntryNode())) in ExpandExtractFromVectorThroughStack()
H A DDAGCombiner.cpp19109 Chain.reachesChainWithoutSideEffects(SDValue(Ld, 1))) { in visitSTORE()