Searched refs:StVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3941 SDValue StVal = MST->getValue(); in WidenVecOp_MSTORE() local 3946 StVal = GetWidenedVector(StVal); in WidenVecOp_MSTORE() 3949 EVT WideVT = StVal.getValueType(); in WidenVecOp_MSTORE() 3959 EVT ValueVT = StVal.getValueType(); in WidenVecOp_MSTORE() 3963 StVal = ModifyToType(StVal, WideVT); in WidenVecOp_MSTORE() 3967 StVal.getValueType().getVectorNumElements() && in WidenVecOp_MSTORE() 3969 return DAG.getMaskedStore(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 10150 SDValue StVal = St.getValue(); in replaceZeroVectorStore() local 10151 EVT VT = StVal.getValueType(); in replaceZeroVectorStore() 10162 if (StVal.getOpcode() != ISD::BUILD_VECTOR) in replaceZeroVectorStore() 10168 if (!StVal.hasOneUse()) in replaceZeroVectorStore() 10185 SDValue EltVal = StVal.getOperand(I); in replaceZeroVectorStore() 10213 SDValue StVal = St.getValue(); in replaceSplatVectorStore() local 10214 EVT VT = StVal.getValueType(); in replaceSplatVectorStore() 10243 SplatVal = StVal.getOperand(1); in replaceSplatVectorStore() 10256 StVal = StVal.getOperand(0); in replaceSplatVectorStore() 10273 SDValue StVal = S->getValue(); in splitStores() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 1513 SDValue StVal = OutVals[OIdx]; in LowerCall() local 1517 StVal = DAG.getNode(Outs[OIdx].Flags.isSExt() ? ISD::SIGN_EXTEND in LowerCall() 1519 dl, MVT::i32, StVal); in LowerCall() 1523 StVal = DAG.getNode(ISD::ANY_EXTEND, dl, MVT::i16, StVal); in LowerCall() 1527 StoreOperands.push_back(StVal); in LowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11751 SDValue &StVal = Ops[Ops.size()-2]; in CombineBaseUpdate() local 11752 StVal = DAG.getNode(ISD::BITCAST, dl, AlignedVecTy, StVal); in CombineBaseUpdate() 11949 SDValue StVal = St->getValue(); in PerformSTORECombine() local 11950 EVT VT = StVal.getValueType(); in PerformSTORECombine() 12033 if (StVal.getNode()->getOpcode() == ARMISD::VMOVDRR && in PerformSTORECombine() 12034 StVal.getNode()->hasOneUse()) { in PerformSTORECombine() 12053 if (StVal.getValueType() == MVT::i64 && in PerformSTORECombine() 12054 StVal.getNode()->getOpcode() == ISD::EXTRACT_VECTOR_ELT) { in PerformSTORECombine() 12059 SDLoc dl(StVal); in PerformSTORECombine() 12060 SDValue IntVec = StVal.getOperand(0); in PerformSTORECombine() [all …]
|