Searched refs:ReplStore (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 6685 SDValue ReplStore; in visitSTORE() local 6689 ReplStore = DAG.getTruncStore(BetterChain, N->getDebugLoc(), Value, Ptr, in visitSTORE() 6694 ReplStore = DAG.getStore(BetterChain, N->getDebugLoc(), Value, Ptr, in visitSTORE() 6702 MVT::Other, Chain, ReplStore); in visitSTORE()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 11907 SDValue ReplStore; in replaceStoreChain() local 11911 ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(), in replaceStoreChain() 11915 ReplStore = DAG.getStore(BetterChain, SL, ST->getValue(), ST->getBasePtr(), in replaceStoreChain() 11921 MVT::Other, ST->getChain(), ReplStore); in replaceStoreChain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14530 SDValue ReplStore; in replaceStoreChain() local 14534 ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(), in replaceStoreChain() 14538 ReplStore = DAG.getStore(BetterChain, SL, ST->getValue(), ST->getBasePtr(), in replaceStoreChain() 14544 MVT::Other, ST->getChain(), ReplStore); in replaceStoreChain()
|