Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp382 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()
459 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
714 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTLZ()
767 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTPOP_PARITY()
1106 Op1 = ZExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
1107 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1120 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1180 Op1Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()
1181 Op2Promoted = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1279 Op1Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()
[all …]
H A DLegalizeTypes.h269 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
H A DLegalizeVectorTypes.cpp3229 EVL1 = ZExtPromotedInteger(EVL1); in SplitVecRes_VP_SPLICE()
5429 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()