Searched refs:StVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4908 SDValue StVal = MST->getValue(); in WidenVecOp_MSTORE() local 4913 StVal = GetWidenedVector(StVal); in WidenVecOp_MSTORE() 4916 EVT WideVT = StVal.getValueType(); in WidenVecOp_MSTORE() 4926 EVT ValueVT = StVal.getValueType(); in WidenVecOp_MSTORE() 4930 StVal = ModifyToType(StVal, WideVT); in WidenVecOp_MSTORE() 4934 StVal.getValueType().getVectorNumElements() && in WidenVecOp_MSTORE() 4936 return DAG.getMaskedStore(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1502 SDValue StVal = OutVals[OIdx]; in LowerCall() local 1506 StVal = DAG.getNode(Outs[OIdx].Flags.isSExt() ? ISD::SIGN_EXTEND in LowerCall() 1508 dl, MVT::i32, StVal); in LowerCall() 1512 StVal = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i16, StVal); in LowerCall() 1516 StoreOperands.push_back(StVal); in LowerCall()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14802 SDValue StVal = St.getValue(); in replaceZeroVectorStore() local 14803 EVT VT = StVal.getValueType(); in replaceZeroVectorStore() 14818 if (StVal.getOpcode() != ISD::BUILD_VECTOR) in replaceZeroVectorStore() 14824 if (!StVal.hasOneUse()) in replaceZeroVectorStore() 14841 SDValue EltVal = StVal.getOperand(I); in replaceZeroVectorStore() 14869 SDValue StVal = St.getValue(); in replaceSplatVectorStore() local 14870 EVT VT = StVal.getValueType(); in replaceSplatVectorStore() 14899 SplatVal = StVal.getOperand(1); in replaceSplatVectorStore() 14912 StVal = StVal.getOperand(0); in replaceSplatVectorStore() 14929 SDValue StVal = S->getValue(); in splitStores() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 15181 SDValue &StVal = Ops[Ops.size()-2]; in CombineBaseUpdate() local 15182 StVal = DAG.getNode(ISD::BITCAST, dl, AlignedVecTy, StVal); in CombineBaseUpdate() 15521 SDValue StVal = St->getValue(); in PerformTruncatingStoreCombine() local 15522 EVT VT = StVal.getValueType(); in PerformTruncatingStoreCombine() 15779 SDValue StVal = St->getValue(); in PerformSTORECombine() local 15780 EVT VT = StVal.getValueType(); in PerformSTORECombine() 15801 if (StVal.getNode()->getOpcode() == ARMISD::VMOVDRR && in PerformSTORECombine() 15802 StVal.getNode()->hasOneUse()) { in PerformSTORECombine() 15821 if (StVal.getValueType() == MVT::i64 && in PerformSTORECombine() 15827 SDLoc dl(StVal); in PerformSTORECombine() [all …]
|