Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h115 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp328 return lowerConstantPool(Op, DAG); in LowerOperation()
385 SDValue RISCVTargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in RISCVTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h543 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp2820 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering
4801 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h544 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1212 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()
2099 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering