Searched refs:reachesChainWithoutSideEffects (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 229 bool reachesChainWithoutSideEffects(SDValue Dest,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1704 Chain.reachesChainWithoutSideEffects(SDValue(LD, 1))) { in PerformDAGCombine()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11884 bool SDValue::reachesChainWithoutSideEffects(SDValue Dest, in reachesChainWithoutSideEffects() function in SDValue 11910 return Op.reachesChainWithoutSideEffects(Dest, Depth - 1); in reachesChainWithoutSideEffects() 11917 return Ld->getChain().reachesChainWithoutSideEffects(Dest, Depth-1); in reachesChainWithoutSideEffects()
|
| H A D | DAGCombiner.cpp | 21026 !Chain.reachesChainWithoutSideEffects(SDValue(Ld, 1))) in replaceStoreOfInsertLoad() 21188 Chain.reachesChainWithoutSideEffects(SDValue(Ld, 1))) { in visitSTORE() 26460 !LdNode->getChain().reachesChainWithoutSideEffects(SDValue(N, 0))) in visitGET_FPENV_MEM() 26479 !StNode->getChain().reachesChainWithoutSideEffects(SDValue(LdNode, 1))) in visitGET_FPENV_MEM() 26510 !Chain.reachesChainWithoutSideEffects(SDValue(StNode, 0))) in visitSET_FPENV_MEM() 26519 !StNode->getChain().reachesChainWithoutSideEffects(SDValue(LdNode, 1))) in visitSET_FPENV_MEM()
|
| H A D | LegalizeDAG.cpp | 1406 if (!ST->getChain().reachesChainWithoutSideEffects(DAG.getEntryNode())) in ExpandExtractFromVectorThroughStack()
|