Lines Matching refs:CP
2626 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP,
2628 SDLoc DL(CP);
2632 if (CP->isMachineConstantPoolEntry())
2633 Result = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT,
2634 CP->getAlignment());
2636 Result = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT,
2637 CP->getAlignment(), CP->getOffset());