Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h216 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp241 return lowerConstantPool(Op, DAG); in LowerOperation()
494 SDValue LoongArchTargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in LoongArchTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h143 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1266 SDValue VETargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in VETargetLowering
1886 return lowerConstantPool(Op, DAG); in LowerOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h653 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3733 return lowerConstantPool(Op, DAG); in LowerOperation()
4446 SDValue RISCVTargetLowering::lowerConstantPool(SDValue Op, in lowerConstantPool() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h644 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()
/openbsd-src/gnu/llvm/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