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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h195 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp401 return lowerConstantPool(Op, DAG);
519 SDValue RISCVTargetLowering::lowerConstantPool(SDValue Op, function in class:RISCVTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h574 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3198 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, function in class:SystemZTargetLowering
5116 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h546 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1223 case ISD::ConstantPool: return lowerConstantPool(Op, DAG);
2225 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const function in class:MipsTargetLowering

Completed in 114 milliseconds