Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp3032 SDValue MStore0 = DAG.getMaskedStore(Chain, dl, Vals.first, Base0, Offset, in SplitHvxMemOp()
3035 SDValue MStore1 = DAG.getMaskedStore(Chain, dl, Vals.second, Base1, Offset, in SplitHvxMemOp()
3107 return DAG.getMaskedStore(Chain, dl, Value, Base, Offset, Mask, ty(Value), in WidenHvxStore()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1567 SDValue getMaskedStore(SDValue Chain, const SDLoc &dl, SDValue Val,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp3447 Lo = DAG.getMaskedStore(Ch, DL, DataLo, Ptr, Offset, MaskLo, LoMemVT, MMO, in SplitVecOp_MSTORE()
3473 Hi = DAG.getMaskedStore(Ch, DL, DataHi, Ptr, Offset, MaskHi, HiMemVT, MMO, in SplitVecOp_MSTORE()
6339 return DAG.getMaskedStore(MST->getChain(), dl, StVal, MST->getBasePtr(), in WidenVecOp_MSTORE()
H A DSelectionDAG.cpp8912 SDValue SelectionDAG::getMaskedStore(SDValue Chain, const SDLoc &dl, in getMaskedStore() function in SelectionDAG
8956 return getMaskedStore(ST->getChain(), dl, ST->getValue(), Base, Offset, in getIndexedMaskedStore()
H A DLegalizeIntegerTypes.cpp2052 return DAG.getMaskedStore(N->getChain(), SDLoc(N), DataOp, N->getBasePtr(), in PromoteIntOp_MSTORE()
H A DSelectionDAGBuilder.cpp4389 DAG.getMaskedStore(getMemoryRoot(), sdl, Src0, Ptr, Offset, Mask, VT, MMO, in visitMaskedStore()
H A DDAGCombiner.cpp11139 return DAG.getMaskedStore(Chain, SDLoc(N), Value.getOperand(0), Ptr, in visitMSTORE()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18601 return DAG.getMaskedStore(MINode->getChain(), DL, Data, MINode->getOperand(4), in performSTNT1Combine()
19391 return DAG.getMaskedStore(MST->getChain(), DL, Value.getOperand(0), in performMSTORECombine()
23071 return DAG.getMaskedStore(Store->getChain(), DL, NewValue, in LowerFixedLengthVectorStoreToSVE()
23088 return DAG.getMaskedStore( in LowerFixedLengthVectorMStoreToSVE()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28693 return DAG.getMaskedStore(Chain, dl, DataToTruncate, Addr, Offset, VMask, in LowerINTRINSIC_W_CHAIN()
32985 return DAG.getMaskedStore(N->getChain(), dl, DataToStore, N->getBasePtr(), in LowerMSTORE()
50650 return DAG.getMaskedStore(Mst->getChain(), SDLoc(N), Mst->getValue(), in combineMaskedStore()
50660 return DAG.getMaskedStore(Mst->getChain(), SDLoc(N), Value.getOperand(0), in combineMaskedStore()