Searched refs:PromotedVT (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 218 static bool PromoteScalarIntegerPTX(const EVT &VT, MVT *PromotedVT) { in PromoteScalarIntegerPTX() argument 225 *PromotedVT = MVT::i1; in PromoteScalarIntegerPTX() 230 *PromotedVT = MVT::i8; in PromoteScalarIntegerPTX() 233 *PromotedVT = MVT::i16; in PromoteScalarIntegerPTX() 236 *PromotedVT = MVT::i32; in PromoteScalarIntegerPTX() 239 *PromotedVT = MVT::i64; in PromoteScalarIntegerPTX() 242 return EVT(*PromotedVT) != VT; in PromoteScalarIntegerPTX() 1642 MVT PromotedVT; in LowerCall() local 1643 if (PromoteScalarIntegerPTX(EltVT, &PromotedVT)) { in LowerCall() 1644 EltVT = EVT(PromotedVT); in LowerCall() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TypePromotion.cpp | 938 EVT PromotedVT = TLI->getTypeToTransformTo(*Ctx, SrcVT); in run() local 939 if (RegisterBitWidth < PromotedVT.getFixedSizeInBits()) { in run() 946 return PromotedVT.getFixedSizeInBits(); in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 3102 EVT PromotedVT = LT.second.getScalarType() == MVT::i1 in getSpliceCost() local 3105 Type *PromotedVTy = EVT(PromotedVT).getTypeForEVT(Tp->getContext()); in getSpliceCost() 3125 CostTableLookup(ShuffleTbl, TTI::SK_Splice, PromotedVT.getSimpleVT()); in getSpliceCost()
|
| H A D | AArch64ISelLowering.cpp | 5422 EVT PromotedVT = VT.changeVectorElementType(MVT::i32); in LowerMGATHER() local 5426 PromotedVT = VT.changeVectorElementType(MVT::i64); in LowerMGATHER() 5431 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index); in LowerMGATHER() 5432 Mask = DAG.getNode(ISD::SIGN_EXTEND, DL, PromotedVT, Mask); in LowerMGATHER() 5435 if (PromotedVT != DataVT && ExtType == ISD::NON_EXTLOAD) in LowerMGATHER() 5438 EVT ContainerVT = getContainerForFixedLengthVector(DAG, PromotedVT); in LowerMGATHER() 5454 SDValue Result = convertFromScalableVector(DAG, PromotedVT, Load); in LowerMGATHER() 5513 EVT PromotedVT = VT.changeVectorElementType(MVT::i32); in LowerMSCATTER() local 5517 PromotedVT = VT.changeVectorElementType(MVT::i64); in LowerMSCATTER() 5521 Index = DAG.getNode(ExtOpcode, DL, PromotedVT, Index); in LowerMSCATTER() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeFloatTypes.cpp | 2134 EVT PromotedVT = Promoted->getValueType(0); in PromoteFloatOp_BITCAST() local 2138 SDValue Convert = DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), in PromoteFloatOp_BITCAST()
|