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

/freebsd-10.1-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2604 StoreSDNode *StNode = dyn_cast<StoreSDNode>(Op.getNode()); local
2605 assert(StNode && StNode->getOffset().getOpcode() == ISD::UNDEF
2613 StNode->getValue(),
2618 StNode->getValue(),
2621 unsigned alignment = StNode->getAlignment();
2626 OutChains[0] = DAG.getStore(StNode->getChain(),
2629 StNode->getBasePtr(),
2632 EVT addrVT = StNode->getBasePtr().getValueType();
2634 StNode
[all...]

Completed in 78 milliseconds