Searched refs:isNormalStore (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp461 assert(ISD::isNormalStore(N) && "This routine only for normal stores!");
H A DLegalizeFloatTypes.cpp1467 if (ISD::isNormalStore(N))
H A DLegalizeIntegerTypes.cpp2701 if (ISD::isNormalStore(N))
H A DDAGCombiner.cpp8873 if (ISD::isNormalStore(ST) && ISD::isNormalLoad(Value.getNode()) &&
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2046 /// isNormalStore - Returns true if the specified node is a non-truncating
2048 inline bool isNormalStore(const SDNode *N) { function in namespace:ISD
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1940 if (!ISD::isNormalStore(StoreNode) || StoreNode->isNonTemporal())
H A DX86ISelLowering.cpp3359 return Op.hasOneUse() && ISD::isNormalStore(*Op.getNode()->use_begin());
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8551 if (!ISD::isNormalStore(St))

Completed in 248 milliseconds