Searched refs:getTargetConstantPoolValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.h | 116 SDValue getTargetConstantPoolValue(GlobalAddressSDNode *N, EVT Ty, 119 SDValue getTargetConstantPoolValue(ExternalSymbolSDNode *N, EVT Ty, 122 SDValue getTargetConstantPoolValue(JumpTableSDNode *N, EVT Ty, 125 SDValue getTargetConstantPoolValue(BlockAddressSDNode *N, EVT Ty, 128 SDValue getTargetConstantPoolValue(ConstantPoolSDNode *N, EVT Ty, 144 SDValue TCPV = getTargetConstantPoolValue(N, Ty, DAG, Flag);
|
| H A D | CSKYISelLowering.cpp | 660 Ops.push_back(getTargetConstantPoolValue( in LowerCall() 672 Ops.push_back(getTargetConstantPoolValue( in LowerCall() 782 SDValue CSKYTargetLowering::getTargetConstantPoolValue(GlobalAddressSDNode *N, in getTargetConstantPoolValue() function in CSKYTargetLowering 1043 SDValue CSKYTargetLowering::getTargetConstantPoolValue(ExternalSymbolSDNode *N, in getTargetConstantPoolValue() function in CSKYTargetLowering 1054 SDValue CSKYTargetLowering::getTargetConstantPoolValue(JumpTableSDNode *N, in getTargetConstantPoolValue() function in CSKYTargetLowering 1064 SDValue CSKYTargetLowering::getTargetConstantPoolValue(BlockAddressSDNode *N, in getTargetConstantPoolValue() function in CSKYTargetLowering 1075 SDValue CSKYTargetLowering::getTargetConstantPoolValue(ConstantPoolSDNode *N, in getTargetConstantPoolValue() function in CSKYTargetLowering
|