Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp320 return GetPromotedInteger(Op); in PromoteIntRes_MERGE_VALUES()
395 Op2 = GetPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
709 SDValue In = GetPromotedInteger(Op0); in PromoteIntRes_EXTRACT_VECTOR_ELT()
1501 Res = GetPromotedInteger(InOp); in PromoteIntRes_TRUNCATE()
1933 SDValue OpL = GetPromotedInteger(LHS); in PromoteSetCCOperands()
1934 SDValue OpR = GetPromotedInteger(RHS); in PromoteSetCCOperands()
2212 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
2431 return GetPromotedInteger(V); in PromoteIntOpVectorReduction()
5650 Vec = GetPromotedInteger(Vec); in PromoteIntRes_INSERT_SUBVECTOR()
5767 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.cpp5046 SDValue NInOp = GetPromotedInteger(InOp); in WidenVecRes_BITCAST()