Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h265 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp1895 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering
2421 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h396 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp820 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()
1778 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering