Home
last modified time | relevance | path

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

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