Searched refs:BitConvertToInteger (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 197 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST() 209 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES() 217 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR() 218 BitConvertToInteger(N->getOperand(1))); in SoftenFloatRes_BUILD_PAIR() 311 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN() 495 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND() 706 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD() 1045 Val = BitConvertToInteger(DAG.getNode(ISD::FP_ROUND, dl, ST->getMemoryVT(), in SoftenFloatOp_STORE() 1056 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatOp_FCOPYSIGN() 2533 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP() [all …]
|
H A D | LegalizeTypesGeneric.cpp | 82 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
|
H A D | LegalizeTypes.cpp | 870 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
|
H A D | LegalizeTypes.h | 218 SDValue BitConvertToInteger(SDValue Op);
|
H A D | LegalizeVectorTypes.cpp | 1211 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST() 2368 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST() 2369 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()
|
H A D | LegalizeIntegerTypes.cpp | 370 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST() 380 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST() 381 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
|