Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp357 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
868 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1200 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()
1265 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()
1277 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()
1296 Amt = ZExtPromotedInteger(Amt); in PromoteIntRes_FunnelShift()
1514 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
1515 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
1819 LHS = ZExtPromotedInteger(LHS); in PromoteSetCCOperands()
1820 RHS = ZExtPromotedInteger(RHS); in PromoteSetCCOperands()
[all …]
H A DLegalizeTypes.h270 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
H A DLegalizeVectorTypes.cpp4278 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()