Home
last modified time | relevance | path

Searched refs:PromotedVT (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp256 *PromotedVT = MVT::i1; in PromoteScalarIntegerPTX()
261 *PromotedVT = MVT::i8; in PromoteScalarIntegerPTX()
264 *PromotedVT = MVT::i16; in PromoteScalarIntegerPTX()
267 *PromotedVT = MVT::i32; in PromoteScalarIntegerPTX()
270 *PromotedVT = MVT::i64; in PromoteScalarIntegerPTX()
273 return EVT(*PromotedVT) != VT; in PromoteScalarIntegerPTX()
1871 MVT PromotedVT; in LowerCall() local
2126 MVT PromotedVT; in LowerCall() local
3174 MVT PromotedVT; in LowerFormalArguments() local
3248 MVT PromotedVT; in LowerReturn() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp939 EVT PromotedVT = TLI->getTypeToTransformTo(*Ctx, SrcVT); in run() local
940 if (RegisterBitWidth < PromotedVT.getFixedSizeInBits()) { in run()
947 return PromotedVT.getFixedSizeInBits(); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3712 EVT PromotedVT = LT.second.getScalarType() == MVT::i1 in getSpliceCost() local
3715 Type *PromotedVTy = EVT(PromotedVT).getTypeForEVT(Tp->getContext()); in getSpliceCost()
3735 CostTableLookup(ShuffleTbl, TTI::SK_Splice, PromotedVT.getSimpleVT()); in getSpliceCost()
H A DAArch64ISelLowering.cpp5657 EVT PromotedVT = VT.changeVectorElementType(MVT::i32); in LowerMGATHER() local
5661 PromotedVT = VT.changeVectorElementType(MVT::i64); in LowerMGATHER()
5666 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index); in LowerMGATHER()
5667 Mask = DAG.getNode(ISD::SIGN_EXTEND, DL, PromotedVT, Mask); in LowerMGATHER()
5670 if (PromotedVT != DataVT && ExtType == ISD::NON_EXTLOAD) in LowerMGATHER()
5689 SDValue Result = convertFromScalableVector(DAG, PromotedVT, Load); in LowerMGATHER()
5748 EVT PromotedVT = VT.changeVectorElementType(MVT::i32); in LowerMSCATTER() local
5752 PromotedVT = VT.changeVectorElementType(MVT::i64); in LowerMSCATTER()
5756 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index); in LowerMSCATTER()
5757 Mask = DAG.getNode(ISD::SIGN_EXTEND, DL, PromotedVT, Mask); in LowerMSCATTER()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp2259 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST() local
2263 SDValue Convert = DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), in PromoteFloatOp_BITCAST()