Searched refs:VectorVT (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp1926 EVT VectorVT = Vector.getValueType(); local
1927 assert(VectorVT == MVT::v2f16 && "Unexpected vector type.");
1928 EVT EltVT = VectorVT.getVectorElementType();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6620 const SDLoc &dl, EVT &VT, EVT VectorVT,
6623 bool is128Bits = VectorVT.is128BitVector();
6743 unsigned BytesPerElem = VectorVT.getScalarSizeInBits() / 8;
6618 isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, unsigned SplatBitSize, SelectionDAG &DAG, const SDLoc &dl, EVT &VT, EVT VectorVT, VMOVModImmType type) argument

Completed in 125 milliseconds