| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 3070 SDValue MStore0 = DAG.getMaskedStore(Chain, dl, Vals.first, Base0, Offset, in SplitHvxMemOp() 3073 SDValue MStore1 = DAG.getMaskedStore(Chain, dl, Vals.second, Base1, Offset, in SplitHvxMemOp() 3145 return DAG.getMaskedStore(Chain, dl, Value, Base, Offset, Mask, ty(Value), in WidenHvxStore()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1646 LLVM_ABI SDValue getMaskedStore(SDValue Chain, const SDLoc &dl, SDValue Val,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 4125 Lo = DAG.getMaskedStore(Ch, DL, DataLo, Ptr, Offset, MaskLo, LoMemVT, MMO, in SplitVecOp_MSTORE() 4151 Hi = DAG.getMaskedStore(Ch, DL, DataHi, Ptr, Offset, MaskHi, HiMemVT, MMO, in SplitVecOp_MSTORE() 7483 return DAG.getMaskedStore(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
|
| H A D | SelectionDAG.cpp | 10221 SDValue SelectionDAG::getMaskedStore(SDValue Chain, const SDLoc &dl, in getMaskedStore() function in SelectionDAG 10265 return getMaskedStore(ST->getChain(), dl, ST->getValue(), Base, Offset, in getIndexedMaskedStore()
|
| H A D | LegalizeIntegerTypes.cpp | 2496 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
|
| H A D | SelectionDAGBuilder.cpp | 4881 : DAG.getMaskedStore(getMemoryRoot(), sdl, Src0, Ptr, Offset, Mask, in visitMaskedStore()
|
| H A D | DAGCombiner.cpp | 12648 return DAG.getMaskedStore(Chain, SDLoc(N), Value.getOperand(0), Ptr, in visitMSTORE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 22806 return DAG.getMaskedStore(MINode->getChain(), DL, Data, MINode->getOperand(4), in performSTNT1Combine() 24154 return DAG.getMaskedStore(MST->getChain(), DL, Value.getOperand(0), in performMSTORECombine() 24170 return DAG.getMaskedStore(MST->getChain(), DL, Rshrnb, MST->getBasePtr(), in performMSTORECombine() 28976 return DAG.getMaskedStore(Store->getChain(), DL, NewValue, in LowerFixedLengthVectorStoreToSVE() 28993 return DAG.getMaskedStore( in LowerFixedLengthVectorMStoreToSVE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 28206 return DAG.getMaskedStore(Chain, dl, DataToTruncate, Addr, Offset, VMask, in LowerINTRINSIC_W_CHAIN() 33327 return DAG.getMaskedStore(N->getChain(), dl, DataToStore, N->getBasePtr(), in LowerMSTORE() 53292 return DAG.getMaskedStore(Mst->getChain(), SDLoc(N), Mst->getValue(), in combineMaskedStore() 53302 return DAG.getMaskedStore(Mst->getChain(), SDLoc(N), Value.getOperand(0), in combineMaskedStore()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 20236 return DAG.getMaskedStore(MSN->getChain(), DL, Shuffle, MSN->getBasePtr(), in PerformDAGCombine()
|