Searched refs:BitConvertToInteger (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 129 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST() 135 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES() 143 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR() 144 BitConvertToInteger(N->getOperand(1))); in SoftenFloatRes_BUILD_PAIR() 255 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN() 473 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND() 662 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD() 1023 Val = BitConvertToInteger(DAG.getNode(ISD::FP_ROUND, dl, ST->getMemoryVT(), in SoftenFloatOp_STORE()
|
| H A D | LegalizeTypesGeneric.cpp | 88 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
|
| H A D | LegalizeTypes.cpp | 866 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
|
| H A D | LegalizeTypes.h | 216 SDValue BitConvertToInteger(SDValue Op);
|
| H A D | LegalizeIntegerTypes.cpp | 293 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST() 300 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST() 301 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
|
| H A D | LegalizeVectorTypes.cpp | 965 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST() 1884 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST() 1885 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()
|