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.cpp362 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_AssertZext()
442 Op2 = ZExtPromotedInteger(Op2); in PromoteIntRes_AtomicCmpSwap()
674 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTLZ()
727 SDValue Op = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_CTPOP_PARITY()
1055 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1057 Op1Promoted = ZExtPromotedInteger(Op1); in PromoteIntRes_ADDSUBSHLSAT()
1058 Op2Promoted = ZExtPromotedInteger(Op2); in PromoteIntRes_ADDSUBSHLSAT()
1135 Op1Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_MULFIX()
1136 Op2Promoted = ZExtPromotedInteger(N->getOperand(1)); in PromoteIntRes_MULFIX()
1234 Op1Promoted = ZExtPromotedInteger(N->getOperand(0)); in PromoteIntRes_DIVFIX()
[all …]
H A DLegalizeTypes.h247 /// SExtPromotedInteger and ZExtPromotedInteger can do this for you).
269 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger() function
H A DLegalizeVectorTypes.cpp5038 InOp = ZExtPromotedInteger(InOp); in WidenVecRes_Convert()