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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2782 StoreSDNode *StNode = dyn_cast<StoreSDNode>(Op.getNode()); local
2783 assert(StNode && StNode->getOffset().isUndef()
2791 StNode->getValue(),
2796 StNode->getValue(),
2799 unsigned alignment = StNode->getAlignment();
2805 DAG.getStore(StNode->getChain(), dl, SDValue(Hi64, 0),
2806 StNode->getBasePtr(), MachinePointerInfo(), alignment);
2807 EVT addrVT = StNode->getBasePtr().getValueType();
2809 StNode
[all...]

Completed in 121 milliseconds