Searched refs:PromotedType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 634 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_ADDSUBSAT() local 635 unsigned NewBits = PromotedType.getScalarSizeInBits(); in PromoteIntRes_ADDSUBSAT() 637 EVT SHVT = TLI.getShiftAmountTy(PromotedType, DAG.getDataLayout()); in PromoteIntRes_ADDSUBSAT() 640 DAG.getNode(ISD::SHL, dl, PromotedType, Op1Promoted, ShiftAmount); in PromoteIntRes_ADDSUBSAT() 642 DAG.getNode(ISD::SHL, dl, PromotedType, Op2Promoted, ShiftAmount); in PromoteIntRes_ADDSUBSAT() 645 DAG.getNode(Opcode, dl, PromotedType, Op1Promoted, Op2Promoted); in PromoteIntRes_ADDSUBSAT() 646 return DAG.getNode(ShiftOp, dl, PromotedType, Result, ShiftAmount); in PromoteIntRes_ADDSUBSAT() 654 EVT PromotedType = Op1Promoted.getValueType(); in PromoteIntRes_SMULFIX() local 655 return DAG.getNode(N->getOpcode(), dl, PromotedType, Op1Promoted, Op2Promoted, in PromoteIntRes_SMULFIX()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 6096 Type *PromotedType = getTransitionType(); in isProfitableToPromote() local 6114 TTI.getVectorInstrCost(Transition->getOpcode(), PromotedType, Index); in isProfitableToPromote() 6132 VectorCost += TTI.getArithmeticInstrCost(Inst->getOpcode(), PromotedType, in isProfitableToPromote()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 2801 QualType PromotedType; member 3515 << Warnings[Warn].PromotedType in MergeFunctionDecl()
|