Searched refs:lowerConstantPool (Results 1 – 4 of 4) sorted by relevance
469 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
2626 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering4330 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()
427 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
869 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()1818 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering