Searched refs:lowerConstantPool (Results 1 – 4 of 4) sorted by relevance
264 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
1894 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering2420 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()
474 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
785 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()1720 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering