Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrPatternsVec.td22 ValueType ScalarVT, ValueType DataVT, ValueType MaskVT,
28 DataVT:$vy, (MaskVT true_mask), i32:$avl),
31 def : Pat<(OpNode DataVT:$vx, DataVT:$vy, (MaskVT true_mask), i32:$avl),
38 DataVT:$vy, MaskVT:$mask, i32:$avl),
41 def : Pat<(OpNode DataVT:$vx, DataVT:$vy, MaskVT:$mask, i32:$avl),
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1837 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1843 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE()
1863 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
1864 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
1883 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local
1884 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()
1911 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local
1912 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MSCATTER()
H A DTargetLowering.cpp7767 const SDLoc &DL, EVT DataVT, in IncrementMemoryAddress() argument
7773 assert(DataVT.getVectorElementCount() == MaskVT.getVectorElementCount() && in IncrementMemoryAddress()
7776 if (DataVT.isScalableVector()) in IncrementMemoryAddress()
7791 SDValue Scale = DAG.getConstant(DataVT.getScalarSizeInBits() / 8, DL, in IncrementMemoryAddress()
7794 } else if (DataVT.isScalableVector()) { in IncrementMemoryAddress()
7797 DataVT.getStoreSize().getKnownMinSize())); in IncrementMemoryAddress()
7799 Increment = DAG.getConstant(DataVT.getStoreSize(), DL, AddrVT); in IncrementMemoryAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14738 EVT DataVT = Data.getValueType(); in performST1Combine() local
14739 EVT HwSrcVt = getSVEContainerType(DataVT); in performST1Combine()
14740 SDValue InputVT = DAG.getValueType(DataVT); in performST1Combine()
14742 if (DataVT == MVT::nxv8bf16 && in performST1Combine()
14746 if (DataVT.isFloatingPoint()) in performST1Combine()
14769 EVT DataVT = Data.getValueType(); in performSTNT1Combine() local
14772 if (DataVT == MVT::nxv8bf16 && in performSTNT1Combine()
14776 if (DataVT.isFloatingPoint()) in performSTNT1Combine()
14777 Data = DAG.getNode(ISD::BITCAST, DL, DataVT.changeTypeToInteger(), Data); in performSTNT1Combine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4500 EVT DataVT, SelectionDAG &DAG,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19881 MVT DataVT = MVT::getVT(I.getType()); in getTgtMemIntrinsic() local
19884 DataVT.getVectorNumElements()); in getTgtMemIntrinsic()
19911 MVT DataVT = MVT::getVT(I.getArgOperand(2)->getType()); in getTgtMemIntrinsic() local
19914 DataVT.getVectorNumElements()); in getTgtMemIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5193 MVT DataVT = MVT::getVT(I.getType()); in getTgtMemIntrinsic() local
5195 unsigned NumElts = std::min(DataVT.getVectorNumElements(), in getTgtMemIntrinsic()
5197 Info.memVT = MVT::getVectorVT(DataVT.getVectorElementType(), NumElts); in getTgtMemIntrinsic()
5205 MVT DataVT = MVT::getVT(I.getArgOperand(3)->getType()); in getTgtMemIntrinsic() local
5207 unsigned NumElts = std::min(DataVT.getVectorNumElements(), in getTgtMemIntrinsic()
5209 Info.memVT = MVT::getVectorVT(DataVT.getVectorElementType(), NumElts); in getTgtMemIntrinsic()