Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEISelLowering.h143 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
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/
DRISCVISelLowering.h653 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
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/Mips/
DMipsISelLowering.h536 SDValue lowerConstantPool(SDValue Op, SelectionDAG &DAG) const;
DMipsISelLowering.cpp1219 case ISD::ConstantPool: return lowerConstantPool(Op, DAG); in LowerOperation()
2229 lowerConstantPool(SDValue Op, SelectionDAG &DAG) const in lowerConstantPool() function in MipsTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h644 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
DSystemZISelLowering.cpp3440 SDValue SystemZTargetLowering::lowerConstantPool(ConstantPoolSDNode *CP, in lowerConstantPool() function in SystemZTargetLowering
5718 return lowerConstantPool(cast<ConstantPoolSDNode>(Op), DAG); in LowerOperation()