Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h106 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp131 return lowerConstantPool(Op, DAG); in LowerOperation()
191 SDValue LoongArchTargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in LoongArchTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h138 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1250 SDValue VETargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in VETargetLowering
1872 return lowerConstantPool(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h631 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3100 return lowerConstantPool(Op, DAG); in LowerOperation()
3762 SDValue RISCVTargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h647 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3440 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering
5718 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsISelLowering.h536 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1219 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()
2229 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering