Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h469 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp2626 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering
4330 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h427 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp869 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()
1818 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering