Home
last modified time | relevance | path

Searched refs:GetPromotedInteger (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp285 return GetPromotedInteger(Op); in PromoteIntRes_MERGE_VALUES()
360 Op2 = GetPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
643 SDValue In = GetPromotedInteger(Op0); in PromoteIntRes_EXTRACT_VECTOR_ELT()
1353 Res = GetPromotedInteger(InOp); in PromoteIntRes_TRUNCATE()
1780 SDValue OpL = GetPromotedInteger(LHS); in PromoteSetCCOperands()
1781 SDValue OpR = GetPromotedInteger(RHS); in PromoteSetCCOperands()
2042 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2257 return GetPromotedInteger(V); in PromoteIntOpVectorReduction()
5271 Vec = GetPromotedInteger(Vec); in PromoteIntRes_INSERT_SUBVECTOR()
5389 Op = GetPromotedInteger(Op); in PromoteIntRes_CONCAT_VECTORS()
[all …]
H A DLegalizeTypes.h252 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger() function
264 Op = GetPromotedInteger(Op); in SExtPromotedInteger()
273 Op = GetPromotedInteger(Op); in ZExtPromotedInteger()
284 Op = GetPromotedInteger(Op); in SExtOrZExtPromotedInteger()
H A DLegalizeVectorTypes.cpp4549 SDValue NInOp = GetPromotedInteger(InOp); in WidenVecRes_BITCAST()