Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h222 bool reachesChainWithoutSideEffects(SDValue Dest,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1800 Chain.reachesChainWithoutSideEffects(SDValue(LD, 1))) { in PerformDAGCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9752 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, in reachesChainWithoutSideEffects() function in SDValue
9778 return Op.reachesChainWithoutSideEffects(Dest, Depth - 1); in reachesChainWithoutSideEffects()
9785 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1); in reachesChainWithoutSideEffects()
H A DLegalizeDAG.cpp1344 if (!ST->getChain().reachesChainWithoutSideEffects(DAG.getEntryNode())) in ExpandExtractFromVectorThroughStack()
H A DDAGCombiner.cpp17904 Chain.reachesChainWithoutSideEffects(SDValue(Ld, 1))) { in visitSTORE()