Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:SDNode

576 int PPC::isVSLDOIShuffleMask(SDNode *N, bool isUnary) {
641 bool PPC::isAllNegativeZeroVector(SDNode *N) {
657 unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize) {
667 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) {
784 static bool isIntS16Immediate(SDNode *N, short &Imm) {
1055 bool PPCTargetLowering::getPreIndexedAddressParts(SDNode *N, SDValue &Base,
1275 SDNode *Node = Op.getNode();
2330 static SDNode *isBLACompatibleAddress(SDValue Op, SelectionDAG &DAG) {
2549 if (SDNode *Dest = isBLACompatibleAddress(Callee, DAG)) {
4555 void PPCTargetLowering::ReplaceNodeResults(SDNode *N,
5202 SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N,
5349 SDNode *VCMPoNode = 0;
5351 SDNode *LHSN = N->getOperand(0).getNode();
5352 for (SDNode::use_iterator UI = LHSN->use_begin(), E = LHSN->use_end();
5370 SDNode *FlagUser = 0;
5371 for (SDNode::use_iterator UI = VCMPoNode->use_begin();
5374 SDNode *User = *UI;