Home
last modified time | relevance | path

Searched refs:BitConvertToInteger (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp129 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 DLegalizeTypesGeneric.cpp88 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
H A DLegalizeTypes.cpp866 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
H A DLegalizeTypes.h216 SDValue BitConvertToInteger(SDValue Op);
H A DLegalizeIntegerTypes.cpp293 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()
300 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()
301 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
H A DLegalizeVectorTypes.cpp965 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()
1884 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()
1885 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()