Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.h120 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
DVEISelLowering.cpp1206 SDValue VETargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in VETargetLowering
1686 return lowerConstantPool(Op, DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h531 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
DRISCVISelLowering.cpp2099 return lowerConstantPool(Op, DAG); in LowerOperation()
2761 SDValue RISCVTargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in RISCVTargetLowering
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h623 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp3304 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering
5443 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.h532 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp1211 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()
2221 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering