Searched refs:BitConvertToInteger (Results 1 – 6 of 6) sorted by relevance
210 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST()229 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES()237 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR()335 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN()528 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND()810 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()1157 Val = BitConvertToInteger( in SoftenFloatOp_STORE()1169 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatOp_FCOPYSIGN()2751 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()2877 return BitConvertToInteger(N->getOperand(0)); in SoftPromoteHalfRes_BITCAST()[all …]
82 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
879 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
217 SDValue BitConvertToInteger(SDValue Op);
447 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()457 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()458 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
1395 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()3260 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()3261 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()