Searched refs:StVT (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp543 EVT StVT = ST->getMemoryVT(); local
544 unsigned StWidth = StVT.getSizeInBits();
547 if (StWidth != StVT.getStoreSizeInBits()) {
552 StVT.getStoreSizeInBits());
553 Value = DAG.getZeroExtendInReg(Value, dl, StVT);
560 assert(!StVT.isVector() && "Unsupported truncstore!");
617 switch (TLI.getTruncStoreAction(ST->getValue().getValueType(), StVT)) {
637 assert(!StVT.isVector() &&
643 if (TLI.isTypeLegal(StVT)) {
644 Value = DAG.getNode(ISD::TRUNCATE, dl, StVT, Valu
[all...]
H A DLegalizeVectorOps.cpp291 EVT StVT = ST->getMemoryVT(); local
293 if (StVT.isVector() && ST->isTruncatingStore()) {
296 switch (TLI.getTruncStoreAction(ValVT, StVT)) {
H A DLegalizeVectorTypes.cpp5078 EVT StVT = ST->getMemoryVT(); local
5079 unsigned StWidth = StVT.getSizeInBits();
5084 assert(StVT.getVectorElementType() == ValEltVT);
5146 EVT StVT = ST->getMemoryVT(); local
5151 assert(StVT.isVector() && ValOp.getValueType().isVector());
5152 assert(StVT.bitsLT(ValOp.getValueType()));
5156 EVT StEltVT = StVT.getVectorElementType();
5159 unsigned NumElts = StVT.getVectorNumElements();
H A DTargetLowering.cpp6610 EVT StVT = ST->getMemoryVT();
6617 EVT MemSclVT = StVT.getScalarType();
6620 unsigned NumElem = StVT.getVectorNumElements();
6629 unsigned NumBits = StVT.getSizeInBits();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22734 MVT StVT = Subtarget.is64Bit() && StoreVT.isInteger() ? MVT::i64 : MVT::f64;
22735 MVT CastVT = MVT::getVectorVT(StVT, 2);
22737 StoredVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, dl, StVT, StoredVal,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13461 EVT StVT = St->getMemoryVT(); local
13463 assert(StVT != VT && "Cannot truncate to the same type");
13465 unsigned ToEltSz = StVT.getScalarSizeInBits();
13480 EVT WideVecVT = EVT::getVectorVT(*DAG.getContext(), StVT.getScalarType(),

Completed in 280 milliseconds