Home
last modified time | relevance | path

Searched refs:DataVT (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrPatternsVec.td278 DataVT:$vx, DataVT:$vy,
286 DataVT:$vx, DataVT:$vy,
431 (OpNode DataVT:$vx, DataVT:$vy, DataVT:$vz,
440 def : Pat<(OpNode DataVT:$vx, DataVT:$vy, DataVT:$vz,
446 def : Pat<(OpNode DataVT:$vx, DataVT:$vy, DataVT:$vz,
459 (any_broadcast ScalarVT:$sx), DataVT:$vy, DataVT:$vz,
469 (any_broadcast ScalarVT:$sx), DataVT:$vy, DataVT:$vz,
476 (any_broadcast ScalarVT:$sx), DataVT:$vy, DataVT:$vz,
500 DataVT:$vx, (any_broadcast ScalarVT:$sy), DataVT:$vz,
507 DataVT:$vx, (any_broadcast ScalarVT:$sy), DataVT:$vz,
[all …]
H A DVVPISelLowering.cpp140 auto DataVT = *getIdiomaticVectorType(Op.getNode()); in lowerVVP_LOAD_STORE() local
141 auto Packing = getTypePacking(DataVT); in lowerVVP_LOAD_STORE()
145 AVL = CDAG.getConstant(DataVT.getVectorNumElements(), MVT::i32); in lowerVVP_LOAD_STORE()
153 Packing, DataVT.getVectorElementType().getSimpleVT()); in lowerVVP_LOAD_STORE()
162 SDValue DataV = CDAG.getNode(VEISD::VVP_SELECT, DataVT, in lowerVVP_LOAD_STORE()
187 MVT DataVT = getIdiomaticVectorType(Op.getNode())->getSimpleVT(); in splitPackedLoadStore() local
188 assert(getTypePacking(DataVT) == Packing::Dense && in splitPackedLoadStore()
190 MVT SplitDataVT = splitVectorType(DataVT); in splitPackedLoadStore()
271 EVT DataVT = *getIdiomaticVectorType(Op.getNode()); in lowerVVP_GATHER_SCATTER() local
272 auto Packing = getTypePacking(DataVT); in lowerVVP_GATHER_SCATTER()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp302 static VectorType *getVRGatherIndexType(MVT DataVT, const RISCVSubtarget &ST, in getVRGatherIndexType() argument
304 assert((DataVT.getScalarSizeInBits() != 8 || in getVRGatherIndexType()
305 DataVT.getVectorNumElements() <= 256) && "unhandled case in lowering"); in getVRGatherIndexType()
306 MVT IndexVT = DataVT.changeTypeToInteger(); in getVRGatherIndexType()
H A DRISCVISelLowering.h764 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
H A DRISCVISelLowering.cpp19514 EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2204 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
2205 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE()
2223 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
2224 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
2243 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local
2244 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()
2272 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local
2273 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER()
H A DTargetLowering.cpp9742 const SDLoc &DL, EVT DataVT, in IncrementMemoryAddress() argument
9748 assert(DataVT.getVectorElementCount() == MaskVT.getVectorElementCount() && in IncrementMemoryAddress()
9751 if (DataVT.isScalableVector()) in IncrementMemoryAddress()
9766 SDValue Scale = DAG.getConstant(DataVT.getScalarSizeInBits() / 8, DL, in IncrementMemoryAddress()
9769 } else if (DataVT.isScalableVector()) { in IncrementMemoryAddress()
9772 DataVT.getStoreSize().getKnownMinValue())); in IncrementMemoryAddress()
9774 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress()
H A DDAGCombiner.cpp11797 bool refineIndexType(SDValue &Index, ISD::MemIndexType &IndexType, EVT DataVT, in refineIndexType() argument
11803 if (TLI.shouldRemoveExtendFromGSIndex(Index, DataVT)) { in refineIndexType()
11817 TLI.shouldRemoveExtendFromGSIndex(Index, DataVT)) { in refineIndexType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1254 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
H A DAArch64ISelLowering.cpp5524 return DataVT.isFixedLengthVector() || DataVT.getVectorMinNumElements() > 2; in shouldRemoveExtendFromGSIndex()
5653 EVT DataVT = VT.changeVectorElementTypeToInteger(); in LowerMGATHER() local
5658 if (DataVT.getVectorElementType() == MVT::i64 || in LowerMGATHER()
20512 EVT DataVT = Data.getValueType(); in performST1Combine() local
20513 EVT HwSrcVt = getSVEContainerType(DataVT); in performST1Combine()
20514 SDValue InputVT = DAG.getValueType(DataVT); in performST1Combine()
20516 if (DataVT.isFloatingPoint()) in performST1Combine()
20539 EVT DataVT = Data.getValueType(); in performSTNT1Combine() local
20542 if (DataVT.isFloatingPoint()) in performSTNT1Combine()
21659 EVT DataVT = N->getOperand(1).getValueType(); in findMoreOptimalIndexType() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1511 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex() argument
5233 EVT DataVT, SelectionDAG &DAG,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21131 MVT DataVT = MVT::getVT(I.getType()); in getTgtMemIntrinsic() local
21134 DataVT.getVectorNumElements()); in getTgtMemIntrinsic()
21161 MVT DataVT = MVT::getVT(I.getArgOperand(2)->getType()); in getTgtMemIntrinsic() local
21164 DataVT.getVectorNumElements()); in getTgtMemIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2970 MVT DataVT = MVT::getVT(I.getType()); in getTgtMemIntrinsic() local
2972 unsigned NumElts = std::min(DataVT.getVectorNumElements(), in getTgtMemIntrinsic()
2974 Info.memVT = MVT::getVectorVT(DataVT.getVectorElementType(), NumElts); in getTgtMemIntrinsic()
2982 MVT DataVT = MVT::getVT(I.getArgOperand(3)->getType()); in getTgtMemIntrinsic() local
2984 unsigned NumElts = std::min(DataVT.getVectorNumElements(), in getTgtMemIntrinsic()
2986 Info.memVT = MVT::getVectorVT(DataVT.getVectorElementType(), NumElts); in getTgtMemIntrinsic()