Lines Matching refs:CP
157 SDValue ExpandConstant(ConstantSDNode *CP);
299 SDValue SelectionDAGLegalize::ExpandConstant(ConstantSDNode *CP) {
300 SDLoc dl(CP);
301 EVT VT = CP->getValueType(0);
302 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(),
2142 Constant *CP = ConstantVector::get(CV);
2144 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout()));
3422 ConstantSDNode *CP = cast<ConstantSDNode>(Node);
3423 Results.push_back(ExpandConstant(CP));