Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp876 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_ADDSUBSHLSAT() local
877 unsigned NewBits = PromotedType.getScalarSizeInBits(); in PromoteIntRes_ADDSUBSHLSAT()
894 if (IsShift || TLI.isOperationLegal(Opcode, PromotedType)) { in PromoteIntRes_ADDSUBSHLSAT()
927 SDValue SatMin = DAG.getConstant(MinVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT()
928 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT()
952 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_MULFIX() local
962 DAG.getNode(ISD::SHL, dl, PromotedType, Op1Promoted, in PromoteIntRes_MULFIX()
967 return DAG.getNode(ShiftOp, dl, PromotedType, Result, in PromoteIntRes_MULFIX()
1056 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_DIVFIX() local
1061 if (TLI.isTypeLegal(PromotedType)) { in PromoteIntRes_DIVFIX()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7242 Type *PromotedType = getTransitionType(); in isProfitableToPromote() local
7259 TTI.getVectorInstrCost(Transition->getOpcode(), PromotedType, Index); in isProfitableToPromote()
7279 VectorCost += TTI.getArithmeticInstrCost(Inst->getOpcode(), PromotedType, in isProfitableToPromote()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp3370 QualType PromotedType; member
4181 << Warnings[Warn].PromotedType in MergeFunctionDecl()