Searched refs:lowerConstantPool (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h264 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp1894 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, function in class:SystemZTargetLowering
2420 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h474 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp785 case ISD::ConstantPool: return lowerConstantPool(Op, DAG);
1720 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const function in class:MipsTargetLowering

Completed in 302 milliseconds