Home
last modified time | relevance | path

Searched refs:getMaskedStore (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3033 SDValue MStore0 = DAG.getMaskedStore(Chain, dl, Vals.first, Base0, Offset, in SplitHvxMemOp()
3036 SDValue MStore1 = DAG.getMaskedStore(Chain, dl, Vals.second, Base1, Offset, in SplitHvxMemOp()
3108 return DAG.getMaskedStore(Chain, dl, Value, Base, Offset, Mask, ty(Value), in WidenHvxStore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1561 SDValue getMaskedStore(SDValue Chain, const SDLoc &dl, SDValue Val,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3629 Lo = DAG.getMaskedStore(Ch, DL, DataLo, Ptr, Offset, MaskLo, LoMemVT, MMO, in SplitVecOp_MSTORE()
3655 Hi = DAG.getMaskedStore(Ch, DL, DataHi, Ptr, Offset, MaskHi, HiMemVT, MMO, in SplitVecOp_MSTORE()
6622 return DAG.getMaskedStore(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
H A DSelectionDAG.cpp9387 SDValue SelectionDAG::getMaskedStore(SDValue Chain, const SDLoc &dl, in getMaskedStore() function in SelectionDAG
9431 return getMaskedStore(ST->getChain(), dl, ST->getValue(), Base, Offset, in getIndexedMaskedStore()
H A DLegalizeIntegerTypes.cpp2214 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
H A DSelectionDAGBuilder.cpp4593 DAG.getMaskedStore(getMemoryRoot(), sdl, Src0, Ptr, Offset, Mask, VT, MMO, in visitMaskedStore()
H A DDAGCombiner.cpp11961 return DAG.getMaskedStore(Chain, SDLoc(N), Value.getOperand(0), Ptr, in visitMSTORE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp20546 return DAG.getMaskedStore(MINode->getChain(), DL, Data, MINode->getOperand(4), in performSTNT1Combine()
21566 return DAG.getMaskedStore(MST->getChain(), DL, Value.getOperand(0), in performMSTORECombine()
21582 return DAG.getMaskedStore(MST->getChain(), DL, Rshrnb, MST->getBasePtr(), in performMSTORECombine()
25902 return DAG.getMaskedStore(Store->getChain(), DL, NewValue, in LowerFixedLengthVectorStoreToSVE()
25919 return DAG.getMaskedStore( in LowerFixedLengthVectorMStoreToSVE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15670 return DAG.getMaskedStore(MSN->getChain(), DL, Shuffle, MSN->getBasePtr(), in PerformDAGCombine()
16044 return DAG.getMaskedStore(Store->getChain(), DL, Value, Base, in PerformDAGCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27038 return DAG.getMaskedStore(Chain, dl, DataToTruncate, Addr, Offset, VMask, in LowerINTRINSIC_W_CHAIN()
31672 return DAG.getMaskedStore(N->getChain(), dl, DataToStore, N->getBasePtr(), in LowerMSTORE()
50360 return DAG.getMaskedStore(Mst->getChain(), SDLoc(N), Mst->getValue(), in combineMaskedStore()
50370 return DAG.getMaskedStore(Mst->getChain(), SDLoc(N), Value.getOperand(0), in combineMaskedStore()