Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp221 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST()
240 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES()
248 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR()
249 BitConvertToInteger(N->getOperand(1))); in SoftenFloatRes_BUILD_PAIR()
373 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN()
572 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND()
872 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()
1245 Val = BitConvertToInteger( in SoftenFloatOp_STORE()
1271 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatOp_FCOPYSIGN()
2978 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
[all …]
H A DLegalizeTypesGeneric.cpp82 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
H A DLegalizeTypes.cpp878 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
H A DLegalizeTypes.h216 SDValue BitConvertToInteger(SDValue Op);
H A DLegalizeIntegerTypes.cpp497 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()
507 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()
508 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
H A DLegalizeVectorTypes.cpp1535 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()
3447 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()
3448 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()