Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp392 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
1294 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()
1359 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()
1371 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()
1390 Amt = ZExtPromotedInteger(Amt); in PromoteIntRes_FunnelShift()
1442 Amt = ZExtPromotedInteger(Amt); in PromoteIntRes_VPFunnelShift()
1663 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
1664 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
1972 LHS = ZExtPromotedInteger(LHS); in PromoteSetCCOperands()
1973 RHS = ZExtPromotedInteger(RHS); in PromoteSetCCOperands()
[all …]
H A DLegalizeTypes.h270 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
H A DLegalizeVectorTypes.cpp4749 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()