Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp258 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()
318 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
783 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
785 Op1Promoted = ZExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
786 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1110 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SHL()
1160 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRA()
1169 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_SRL()
1373 LHS = ZExtPromotedInteger(LHS); in PromoteIntRes_XMULO()
1374 RHS = ZExtPromotedInteger(RHS); in PromoteIntRes_XMULO()
[all …]
H A DLegalizeTypes.h271 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
H A DLegalizeVectorTypes.cpp3543 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()