Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp787 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_ADDSUBSHLSAT() local
788 unsigned NewBits = PromotedType.getScalarSizeInBits(); in PromoteIntRes_ADDSUBSHLSAT()
792 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT()
795 return DAG.getNode(ISD::UMIN, dl, PromotedType, Add, SatMax); in PromoteIntRes_ADDSUBSHLSAT()
838 SDValue SatMin = DAG.getConstant(MinVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT()
839 SDValue SatMax = DAG.getConstant(MaxVal, dl, PromotedType); in PromoteIntRes_ADDSUBSHLSAT()
863 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_MULFIX() local
878 return DAG.getNode(ShiftOp, dl, PromotedType, Result, in PromoteIntRes_MULFIX()
967 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_DIVFIX() local
972 if (TLI.isTypeLegal(PromotedType)) { in PromoteIntRes_DIVFIX()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7105 Type *PromotedType = getTransitionType(); in isProfitableToPromote() local
7122 TTI.getVectorInstrCost(Transition->getOpcode(), PromotedType, Index); in isProfitableToPromote()
7142 VectorCost += TTI.getArithmeticInstrCost(Inst->getOpcode(), PromotedType, in isProfitableToPromote()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3059 QualType PromotedType; member
3777 << Warnings[Warn].PromotedType in MergeFunctionDecl()