Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp184 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST()
190 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES()
198 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR()
199 BitConvertToInteger(N->getOperand(1))); in SoftenFloatRes_BUILD_PAIR()
292 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN()
476 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND()
678 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()
988 Val = BitConvertToInteger(DAG.getNode(ISD::FP_ROUND, dl, ST->getMemoryVT(), in SoftenFloatOp_STORE()
999 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatOp_FCOPYSIGN()
2390 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeTypesGeneric.cpp81 SplitInteger(BitConvertToInteger(GetScalarizedVector(InOp)), Lo, Hi); in ExpandRes_BITCAST()
H A DLegalizeTypes.cpp841 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
H A DLegalizeTypes.h206 SDValue BitConvertToInteger(SDValue Op);
H A DLegalizeIntegerTypes.cpp319 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()
327 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()
328 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
H A DLegalizeVectorTypes.cpp1066 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()
2136 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()
2137 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp201 return BitConvertToInteger(N->getOperand(0)); in SoftenFloatRes_BITCAST()
220 return BitConvertToInteger(Op); in SoftenFloatRes_MERGE_VALUES()
228 BitConvertToInteger(N->getOperand(0)), in SoftenFloatRes_BUILD_PAIR()
229 BitConvertToInteger(N->getOperand(1))); in SoftenFloatRes_BUILD_PAIR()
326 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN()
510 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND()
726 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()
1074 Val = BitConvertToInteger( in SoftenFloatOp_STORE()
1086 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatOp_FCOPYSIGN()
2565 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.cpp882 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
H A DLegalizeTypes.h217 SDValue BitConvertToInteger(SDValue Op);
H A DLegalizeIntegerTypes.cpp419 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()
429 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()
430 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
H A DLegalizeVectorTypes.cpp1336 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()
3078 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()
3079 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()
/aosp_15_r20/external/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()
252 SDValue RHS = BitConvertToInteger(N->getOperand(1)); in SoftenFloatRes_FCOPYSIGN()
470 return BitConvertToInteger(Op); in SoftenFloatRes_FP_EXTEND()
661 return BitConvertToInteger(ExtendNode); in SoftenFloatRes_LOAD()
969 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.cpp907 SDValue DAGTypeLegalizer::BitConvertToInteger(SDValue Op) { in BitConvertToInteger() function in DAGTypeLegalizer
H A DLegalizeTypes.h165 SDValue BitConvertToInteger(SDValue Op);
H A DLegalizeIntegerTypes.cpp281 BitConvertToInteger(GetScalarizedVector(InOp))); in PromoteIntRes_BITCAST()
288 Lo = BitConvertToInteger(Lo); in PromoteIntRes_BITCAST()
289 Hi = BitConvertToInteger(Hi); in PromoteIntRes_BITCAST()
H A DLegalizeVectorTypes.cpp787 SplitInteger(BitConvertToInteger(InOp), LoIntVT, HiIntVT, Lo, Hi); in SplitVecRes_BITCAST()
1583 Lo = BitConvertToInteger(Lo); in SplitVecOp_BITCAST()
1584 Hi = BitConvertToInteger(Hi); in SplitVecOp_BITCAST()